Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element inputPinType / sourceID
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Contains the Entity ID of the Entity to which this Input Pin is connected.
Diagram
Diagram AVTypes_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
Facets
minInclusive 2
Source
<xsi:element name="sourceID" type="idType">
  <xsi:annotation>
    <xsi:documentation>Contains the Entity ID of the Entity to which this Input Pin is connected.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / outputPinNumber
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Optional. Contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.
Default value is 1. Only used when the Input Pin is connected to a multi-output Entity.
Diagram
Diagram AVTypes_xsd_Simple_Type_positiveUnsignedShort.tmp#positiveUnsignedShort
Type positiveUnsignedShort
Properties
content: simple
minOccurs: 0
default: 1
Facets
minInclusive 1
Source
<xsi:element name="outputPinNumber" type="positiveUnsignedShort" default="1" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Optional. Contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.</xsi:documentation>
    <xsi:documentation>Default value is 1. Only used when the Input Pin is connected to a multi-output Entity.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the configuration of the internal signal path behind the Input Pin.
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_videoPath AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_audioPath
Properties
content: complex
Model videoPath{0,1} , audioPath{0,1}
Children audioPath, videoPath
Instance
<inputChannelConfig xmlns="http://avschemas.usb.org/v1/AVSchema">
  <videoPath>{0,1}</videoPath>
  <audioPath>{0,1}</audioPath>
</inputChannelConfig>
Source
<xsi:element name="inputChannelConfig">
  <xsi:annotation>
    <xsi:documentation>Describes the configuration of the internal signal path behind the Input Pin.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="videoPath" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the video signal path configuration, if present.</xsi:documentation>
          <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
          <xsi:documentation>Both elements may be present.</xsi:documentation>
        </xsi:annotation>
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="videoTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
              <xsi:annotation>
                <xsi:documentation>Describes the optional Video Track Selector Control.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
            <xsi:element name="channels" type="videoChannelsType">
              <xsi:annotation>
                <xsi:documentation>Describes the video signal path channel configuration.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
      <xsi:element name="audioPath" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the audio signal path configuration, if present.</xsi:documentation>
          <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
          <xsi:documentation>Both elements may be present.</xsi:documentation>
        </xsi:annotation>
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="audioTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
              <xsi:annotation>
                <xsi:documentation>Describes the optional Audio Track Selector Control.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
            <xsi:element name="channels" type="audioChannelsType">
              <xsi:annotation>
                <xsi:documentation>Describes the audio signal path channel configuration.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / videoPath
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the video signal path configuration, if present.
Either the videoPath element or the audioPath element shall be present.
Both elements may be present.
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_inputPinType_inputPinType_inputChannelConfig_videoPath_videoTrackSelector AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_inputPinType_inputPinType_inputChannelConfig_videoPath_channels
Properties
content: complex
minOccurs: 0
Model videoTrackSelector{0,1} , channels
Children channels, videoTrackSelector
Instance
<videoPath xmlns="http://avschemas.usb.org/v1/AVSchema">
  <videoTrackSelector refID="" rw="">{0,1}</videoTrackSelector>
  <channels>{1,1}</channels>
</videoPath>
Source
<xsi:element name="videoPath" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the video signal path configuration, if present.</xsi:documentation>
    <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
    <xsi:documentation>Both elements may be present.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="videoTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the optional Video Track Selector Control.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
      <xsi:element name="channels" type="videoChannelsType">
        <xsi:annotation>
          <xsi:documentation>Describes the video signal path channel configuration.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / videoPath / videoTrackSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the optional Video Track Selector Control.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_ranges AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group AVTypes_xsd_Complex_Type_row1_65535_1ControlType.tmp#row1_65535_1ControlType
Type row1_65535_1ControlType
Properties
content: complex
minOccurs: 0
Model ranges
Children ranges
Instance
<videoTrackSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</videoTrackSelector>
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="videoTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the optional Video Track Selector Control.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / videoPath / channels
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the video signal path channel configuration.
Diagram
Diagram AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL001 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL002 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL003 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL004 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL005 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL006 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL007 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL008 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL009 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL010 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL011 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL012 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL013 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL014 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL015 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL016 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL017 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL018 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL019 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL020 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL021 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL022 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL023 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL024 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL025 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL026 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL027 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL028 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL029 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL030 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL031 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL032 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL033 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL034 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL035 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL036 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL037 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL038 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL039 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL040 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL041 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL042 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL043 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL044 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL045 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL046 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL047 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL048 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL049 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL050 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL051 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL052 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL053 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL054 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL055 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL056 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL057 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL058 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL059 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL060 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL061 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL062 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL063 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType_OL064 AVTypes_xsd_Complex_Type_videoChannelsType.tmp#videoChannelsType
Type videoChannelsType
Properties
content: complex
Model OL001{0,1} , OL002{0,1} , OL003{0,1} , OL004{0,1} , OL005{0,1} , OL006{0,1} , OL007{0,1} , OL008{0,1} , OL009{0,1} , OL010{0,1} , OL011{0,1} , OL012{0,1} , OL013{0,1} , OL014{0,1} , OL015{0,1} , OL016{0,1} , OL017{0,1} , OL018{0,1} , OL019{0,1} , OL020{0,1} , OL021{0,1} , OL022{0,1} , OL023{0,1} , OL024{0,1} , OL025{0,1} , OL026{0,1} , OL027{0,1} , OL028{0,1} , OL029{0,1} , OL030{0,1} , OL031{0,1} , OL032{0,1} , OL033{0,1} , OL034{0,1} , OL035{0,1} , OL036{0,1} , OL037{0,1} , OL038{0,1} , OL039{0,1} , OL040{0,1} , OL041{0,1} , OL042{0,1} , OL043{0,1} , OL044{0,1} , OL045{0,1} , OL046{0,1} , OL047{0,1} , OL048{0,1} , OL049{0,1} , OL050{0,1} , OL051{0,1} , OL052{0,1} , OL053{0,1} , OL054{0,1} , OL055{0,1} , OL056{0,1} , OL057{0,1} , OL058{0,1} , OL059{0,1} , OL060{0,1} , OL061{0,1} , OL062{0,1} , OL063{0,1} , OL064{0,1} , ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Children OL001, OL002, OL003, OL004, OL005, OL006, OL007, OL008, OL009, OL010, OL011, OL012, OL013, OL014, OL015, OL016, OL017, OL018, OL019, OL020, OL021, OL022, OL023, OL024, OL025, OL026, OL027, OL028, OL029, OL030, OL031, OL032, OL033, OL034, OL035, OL036, OL037, OL038, OL039, OL040, OL041, OL042, OL043, OL044, OL045, OL046, OL047, OL048, OL049, OL050, OL051, OL052, OL053, OL054, OL055, OL056, OL057, OL058, OL059, OL060, OL061, OL062, OL063, OL064
Instance
<channels xmlns="http://avschemas.usb.org/v1/AVSchema">
  <OL001>{0,1}</OL001>
  <OL002>{0,1}</OL002>
  <OL003>{0,1}</OL003>
  <OL004>{0,1}</OL004>
  <OL005>{0,1}</OL005>
  <OL006>{0,1}</OL006>
  <OL007>{0,1}</OL007>
  <OL008>{0,1}</OL008>
  <OL009>{0,1}</OL009>
  <OL010>{0,1}</OL010>
  <OL011>{0,1}</OL011>
  <OL012>{0,1}</OL012>
  <OL013>{0,1}</OL013>
  <OL014>{0,1}</OL014>
  <OL015>{0,1}</OL015>
  <OL016>{0,1}</OL016>
  <OL017>{0,1}</OL017>
  <OL018>{0,1}</OL018>
  <OL019>{0,1}</OL019>
  <OL020>{0,1}</OL020>
  <OL021>{0,1}</OL021>
  <OL022>{0,1}</OL022>
  <OL023>{0,1}</OL023>
  <OL024>{0,1}</OL024>
  <OL025>{0,1}</OL025>
  <OL026>{0,1}</OL026>
  <OL027>{0,1}</OL027>
  <OL028>{0,1}</OL028>
  <OL029>{0,1}</OL029>
  <OL030>{0,1}</OL030>
  <OL031>{0,1}</OL031>
  <OL032>{0,1}</OL032>
  <OL033>{0,1}</OL033>
  <OL034>{0,1}</OL034>
  <OL035>{0,1}</OL035>
  <OL036>{0,1}</OL036>
  <OL037>{0,1}</OL037>
  <OL038>{0,1}</OL038>
  <OL039>{0,1}</OL039>
  <OL040>{0,1}</OL040>
  <OL041>{0,1}</OL041>
  <OL042>{0,1}</OL042>
  <OL043>{0,1}</OL043>
  <OL044>{0,1}</OL044>
  <OL045>{0,1}</OL045>
  <OL046>{0,1}</OL046>
  <OL047>{0,1}</OL047>
  <OL048>{0,1}</OL048>
  <OL049>{0,1}</OL049>
  <OL050>{0,1}</OL050>
  <OL051>{0,1}</OL051>
  <OL052>{0,1}</OL052>
  <OL053>{0,1}</OL053>
  <OL054>{0,1}</OL054>
  <OL055>{0,1}</OL055>
  <OL056>{0,1}</OL056>
  <OL057>{0,1}</OL057>
  <OL058>{0,1}</OL058>
  <OL059>{0,1}</OL059>
  <OL060>{0,1}</OL060>
  <OL061>{0,1}</OL061>
  <OL062>{0,1}</OL062>
  <OL063>{0,1}</OL063>
  <OL064>{0,1}</OL064>
</channels>
Source
<xsi:element name="channels" type="videoChannelsType">
  <xsi:annotation>
    <xsi:documentation>Describes the video signal path channel configuration.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / audioPath
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the audio signal path configuration, if present.
Either the videoPath element or the audioPath element shall be present.
Both elements may be present.
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_inputPinType_inputPinType_inputChannelConfig_audioPath_audioTrackSelector AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputPinType_inputChannelConfig_inputPinType_inputPinType_inputChannelConfig_audioPath_channels
Properties
content: complex
minOccurs: 0
Model audioTrackSelector{0,1} , channels
Children audioTrackSelector, channels
Instance
<audioPath xmlns="http://avschemas.usb.org/v1/AVSchema">
  <audioTrackSelector refID="" rw="">{0,1}</audioTrackSelector>
  <channels>{1,1}</channels>
</audioPath>
Source
<xsi:element name="audioPath" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the audio signal path configuration, if present.</xsi:documentation>
    <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
    <xsi:documentation>Both elements may be present.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="audioTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the optional Audio Track Selector Control.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
      <xsi:element name="channels" type="audioChannelsType">
        <xsi:annotation>
          <xsi:documentation>Describes the audio signal path channel configuration.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / audioPath / audioTrackSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the optional Audio Track Selector Control.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group_ranges AVTypes_xsd_Element_Group_one_65535_1Group.tmp#one_65535_1Group AVTypes_xsd_Complex_Type_row1_65535_1ControlType.tmp#row1_65535_1ControlType
Type row1_65535_1ControlType
Properties
content: complex
minOccurs: 0
Model ranges
Children ranges
Instance
<audioTrackSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</audioTrackSelector>
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="audioTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the optional Audio Track Selector Control.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element inputPinType / inputChannelConfig / audioPath / channels
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the audio signal path channel configuration.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_FL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_FR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_FC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_SL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_SR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_FLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_FRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_LFE AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_LLFE AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_RLFE AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TFL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TFR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TFC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TSL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TSR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TBL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TBR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TBC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TFLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TFRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TBLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_TBRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BOC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BFL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BFR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BFC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BSL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BSR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BBL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BBR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BBC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BFLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BFRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BBLC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_BBRC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_HPL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_HPR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VFL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VFR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VBL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VBR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VFC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VBC AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VSL AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType_VSR AVTypes_xsd_Complex_Type_audioChannelsType.tmp#audioChannelsType
Type audioChannelsType
Properties
content: complex
Model FL{0,1} , FR{0,1} , FC{0,1} , SL{0,1} , SR{0,1} , BL{0,1} , BR{0,1} , BC{0,1} , FLC{0,1} , FRC{0,1} , BLC{0,1} , BRC{0,1} , LFE{0,1} , LLFE{0,1} , RLFE{0,1} , TC{0,1} , TFL{0,1} , TFR{0,1} , TFC{0,1} , TSL{0,1} , TSR{0,1} , TBL{0,1} , TBR{0,1} , TBC{0,1} , TFLC{0,1} , TFRC{0,1} , TBLC{0,1} , TBRC{0,1} , BOC{0,1} , BFL{0,1} , BFR{0,1} , BFC{0,1} , BSL{0,1} , BSR{0,1} , BBL{0,1} , BBR{0,1} , BBC{0,1} , BFLC{0,1} , BFRC{0,1} , BBLC{0,1} , BBRC{0,1} , HPL{0,1} , HPR{0,1} , VFL{0,1} , VFR{0,1} , VBL{0,1} , VBR{0,1} , VFC{0,1} , VBC{0,1} , VSL{0,1} , VSR{0,1} , ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Children BBC, BBL, BBLC, BBR, BBRC, BC, BFC, BFL, BFLC, BFR, BFRC, BL, BLC, BOC, BR, BRC, BSL, BSR, FC, FL, FLC, FR, FRC, HPL, HPR, LFE, LLFE, RLFE, SL, SR, TBC, TBL, TBLC, TBR, TBRC, TC, TFC, TFL, TFLC, TFR, TFRC, TSL, TSR, VBC, VBL, VBR, VFC, VFL, VFR, VSL, VSR
Instance
<channels xmlns="http://avschemas.usb.org/v1/AVSchema">
  <FL>{0,1}</FL>
  <FR>{0,1}</FR>
  <FC>{0,1}</FC>
  <SL>{0,1}</SL>
  <SR>{0,1}</SR>
  <BL>{0,1}</BL>
  <BR>{0,1}</BR>
  <BC>{0,1}</BC>
  <FLC>{0,1}</FLC>
  <FRC>{0,1}</FRC>
  <BLC>{0,1}</BLC>
  <BRC>{0,1}</BRC>
  <LFE>{0,1}</LFE>
  <LLFE>{0,1}</LLFE>
  <RLFE>{0,1}</RLFE>
  <TC>{0,1}</TC>
  <TFL>{0,1}</TFL>
  <TFR>{0,1}</TFR>
  <TFC>{0,1}</TFC>
  <TSL>{0,1}</TSL>
  <TSR>{0,1}</TSR>
  <TBL>{0,1}</TBL>
  <TBR>{0,1}</TBR>
  <TBC>{0,1}</TBC>
  <TFLC>{0,1}</TFLC>
  <TFRC>{0,1}</TFRC>
  <TBLC>{0,1}</TBLC>
  <TBRC>{0,1}</TBRC>
  <BOC>{0,1}</BOC>
  <BFL>{0,1}</BFL>
  <BFR>{0,1}</BFR>
  <BFC>{0,1}</BFC>
  <BSL>{0,1}</BSL>
  <BSR>{0,1}</BSR>
  <BBL>{0,1}</BBL>
  <BBR>{0,1}</BBR>
  <BBC>{0,1}</BBC>
  <BFLC>{0,1}</BFLC>
  <BFRC>{0,1}</BFRC>
  <BBLC>{0,1}</BBLC>
  <BBRC>{0,1}</BBRC>
  <HPL>{0,1}</HPL>
  <HPR>{0,1}</HPR>
  <VFL>{0,1}</VFL>
  <VFR>{0,1}</VFR>
  <VBL>{0,1}</VBL>
  <VBR>{0,1}</VBR>
  <VFC>{0,1}</VFC>
  <VBC>{0,1}</VBC>
  <VSL>{0,1}</VSL>
  <VSR>{0,1}</VSR>
</channels>
Source
<xsi:element name="channels" type="audioChannelsType">
  <xsi:annotation>
    <xsi:documentation>Describes the audio signal path channel configuration.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type inputPinType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes an Input Pin.
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_sourceID AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_outputPinNumber AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType_inputChannelConfig
Used by
Model sourceID , outputPinNumber{0,1} , inputChannelConfig
Children inputChannelConfig, outputPinNumber, sourceID
Source
<xsi:complexType name="inputPinType">
  <xsi:annotation>
    <xsi:documentation>Describes an Input Pin.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="sourceID" type="idType">
      <xsi:annotation>
        <xsi:documentation>Contains the Entity ID of the Entity to which this Input Pin is connected.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="outputPinNumber" type="positiveUnsignedShort" default="1" minOccurs="0">
      <xsi:annotation>
        <xsi:documentation>Optional. Contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.</xsi:documentation>
        <xsi:documentation>Default value is 1. Only used when the Input Pin is connected to a multi-output Entity.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="inputChannelConfig">
      <xsi:annotation>
        <xsi:documentation>Describes the configuration of the internal signal path behind the Input Pin.</xsi:documentation>
      </xsi:annotation>
      <xsi:complexType>
        <xsi:sequence>
          <xsi:element name="videoPath" minOccurs="0">
            <xsi:annotation>
              <xsi:documentation>Describes the video signal path configuration, if present.</xsi:documentation>
              <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
              <xsi:documentation>Both elements may be present.</xsi:documentation>
            </xsi:annotation>
            <xsi:complexType>
              <xsi:sequence>
                <xsi:element name="videoTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
                  <xsi:annotation>
                    <xsi:documentation>Describes the optional Video Track Selector Control.</xsi:documentation>
                  </xsi:annotation>
                </xsi:element>
                <xsi:element name="channels" type="videoChannelsType">
                  <xsi:annotation>
                    <xsi:documentation>Describes the video signal path channel configuration.</xsi:documentation>
                  </xsi:annotation>
                </xsi:element>
              </xsi:sequence>
            </xsi:complexType>
          </xsi:element>
          <xsi:element name="audioPath" minOccurs="0">
            <xsi:annotation>
              <xsi:documentation>Describes the audio signal path configuration, if present.</xsi:documentation>
              <xsi:documentation>Either the videoPath element or the audioPath element shall be present.</xsi:documentation>
              <xsi:documentation>Both elements may be present.</xsi:documentation>
            </xsi:annotation>
            <xsi:complexType>
              <xsi:sequence>
                <xsi:element name="audioTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
                  <xsi:annotation>
                    <xsi:documentation>Describes the optional Audio Track Selector Control.</xsi:documentation>
                  </xsi:annotation>
                </xsi:element>
                <xsi:element name="channels" type="audioChannelsType">
                  <xsi:annotation>
                    <xsi:documentation>Describes the audio signal path channel configuration.</xsi:documentation>
                  </xsi:annotation>
                </xsi:element>
              </xsi:sequence>
            </xsi:complexType>
          </xsi:element>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd