Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetCodecs
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get the available codecs for channel setup: request
Diagram
Diagram ChannelData_xsd_Element_channelID.tmp#channelID
Properties
content: complex
Model channelID{0,1}
Children channelID
Instance
<GetCodecs xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:channelID>{0,1}</channelData:channelID>
</GetCodecs>
Source
<xs:element name="GetCodecs">
  <xs:annotation>
    <xs:documentation>Get the available codecs for channel setup: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:element ref="channelData:channelID" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>