Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetCodecsResponse
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Get the available codecs: response
Diagram
Diagram ChannelMessages_xsd_Element_GetCodecsResponse.tmp#GetCodecsResponse_codecs ChannelData_xsd_Element_channelID.tmp#channelID
Properties
content: complex
Model codecs{0,1} , channelID{0,1}
Children channelID, codecs
Instance
<GetCodecsResponse xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <codecs>{0,1}</codecs>
  <channelData:channelID>{0,1}</channelData:channelID>
</GetCodecsResponse>
Source
<xs:element name="GetCodecsResponse">
  <xs:annotation>
    <xs:documentation>Get the available codecs: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="codecs" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Codecs list</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="assigned" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Channel codecs</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="available" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Available codecs</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="channelData:channelID" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element codecs
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Codecs list
Diagram
Diagram ChannelMessages_xsd_Element_GetCodecsResponse.tmp#GetCodecsResponse_GetCodecsResponse_codecs_assigned ChannelMessages_xsd_Element_GetCodecsResponse.tmp#GetCodecsResponse_GetCodecsResponse_codecs_available
Properties
content: complex
minOccurs: 0
Model assigned* , available*
Children assigned, available
Instance
<codecs xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5">
  <assigned>{0,unbounded}</assigned>
  <available>{0,unbounded}</available>
</codecs>
Source
<xs:element name="codecs" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Codecs list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="assigned" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Channel codecs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="available" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Available codecs</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element codecs / assigned
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Channel codecs
Diagram
Diagram ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_ID ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_name ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_type ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs
Type Codecs
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name , type
Children ID, name, type
Instance
<assigned xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:ID>{1,1}</channelData:ID>
  <channelData:name>{1,1}</channelData:name>
  <channelData:type>{1,1}</channelData:type>
</assigned>
Source
<xs:element name="assigned" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Channel codecs</xs:documentation>
  </xs:annotation>
</xs:element>
Element codecs / available
Namespace http://4psa.com/ChannelMessages.xsd/5.2.5
Annotations
Available codecs
Diagram
Diagram ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_ID ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_name ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs_type ChannelData_xsd_Complex_Type_Codecs.tmp#Codecs
Type Codecs
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name , type
Children ID, name, type
Instance
<available xmlns="http://4psa.com/ChannelMessages.xsd/5.2.5" xmlns:channelData="http://4psa.com/ChannelData.xsd/5.2.5">
  <channelData:ID>{1,1}</channelData:ID>
  <channelData:name>{1,1}</channelData:name>
  <channelData:type>{1,1}</channelData:type>
</available>
Source
<xs:element name="available" type="channelData:Codecs" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Available codecs</xs:documentation>
  </xs:annotation>
</xs:element>