Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element routerInputPinsType / inputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes one Router Unit Input Pin.
The Input Pin Number is implied by the order in which the inputPin elements occur in the list of Input Pins.
The first Input Pin in the list of n is assigned #1. The last Input Pin is assigned #n.
The maximum number of Input Pins is 65,535.
Diagram
Diagram AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_routerInputPinsType_inputPin_sourceID AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_routerInputPinsType_inputPin_outputPinNumber AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_routerInputPinsType_inputPin_videoTrackSelector AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_routerInputPinsType_inputPin_audioTrackSelector AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_routerInputPinsType_inputPin_metadataTrackSelector
Properties
content: complex
minOccurs: 2
maxOccurs: unbounded
Model sourceID , outputPinNumber{0,1} , videoTrackSelector{0,1} , audioTrackSelector{0,1} , metadataTrackSelector{0,1}
Children audioTrackSelector, metadataTrackSelector, outputPinNumber, sourceID, videoTrackSelector
Instance
<inputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <sourceID>{1,1}</sourceID>
  <outputPinNumber>{0,1}</outputPinNumber>
  <videoTrackSelector refID="" rw="">{0,1}</videoTrackSelector>
  <audioTrackSelector refID="" rw="">{0,1}</audioTrackSelector>
  <metadataTrackSelector refID="" rw="">{0,1}</metadataTrackSelector>
</inputPin>
Source
<xsi:element name="inputPin" minOccurs="2" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes one Router Unit Input Pin.</xsi:documentation>
    <xsi:documentation>The Input Pin Number is implied by the order in which the inputPin elements occur in the list of Input Pins.</xsi:documentation>
    <xsi:documentation>The first Input Pin in the list of n is assigned #1. The last Input Pin is assigned #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Input Pins is 65,535.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <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="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="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="metadataTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the optional Metadata Track Selector Control.</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 routerInputPinsType / inputPin / 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 routerInputPinsType / inputPin / 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 routerInputPinsType / inputPin / 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 routerInputPinsType / inputPin / 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 routerInputPinsType / inputPin / metadataTrackSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the optional Metadata 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
<metadataTrackSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</metadataTrackSelector>
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="metadataTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the optional Metadata Track Selector Control.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type routerInputPinsType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a group of Router Unit Input Pins.
Diagram
Diagram AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_inputPin
Used by
Model inputPin{2,unbounded}
Children inputPin
Source
<xsi:complexType name="routerInputPinsType">
  <xsi:annotation>
    <xsi:documentation>Describes a group of Router Unit Input Pins.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="inputPin" minOccurs="2" maxOccurs="unbounded">
      <!-- maxOccurs should be 65535. However, large values are not supported -->
      <xsi:annotation>
        <xsi:documentation>Describes one Router Unit Input Pin.</xsi:documentation>
        <xsi:documentation>The Input Pin Number is implied by the order in which the inputPin elements occur in the list of Input Pins.</xsi:documentation>
        <xsi:documentation>The first Input Pin in the list of n is assigned #1. The last Input Pin is assigned #n.</xsi:documentation>
        <xsi:documentation>The maximum number of Input Pins is 65,535.</xsi:documentation>
      </xsi:annotation>
      <xsi:complexType>
        <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="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="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="metadataTrackSelector" type="row1_65535_1ControlType" minOccurs="0">
            <xsi:annotation>
              <xsi:documentation>Describes the optional Metadata Track Selector Control.</xsi:documentation>
            </xsi:annotation>
          </xsi:element>
        </xsi:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd