Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element converterUnit
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Converter Unit.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_converterUnit.tmp#converterUnit_inputPin avschema_xsd_Element_converterUnit.tmp#converterUnit_outputPin avschema_xsd_Element_converterUnit.tmp#converterUnit_video avschema_xsd_Element_converterUnit.tmp#converterUnit_audio
Properties
content: complex
Used by
Model inputPin , outputPin , video{0,1} , audio{0,1}
Children audio, inputPin, outputPin, video
Instance
<converterUnit id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPin>{1,1}</inputPin>
  <outputPin>{1,1}</outputPin>
  <video>{0,1}</video>
  <audio>{0,1}</audio>
</converterUnit>
Attributes
QName Type Fixed Default Use Annotation
id idType required
Uniquely identifies the Entity represented by the element within the AVFunction.
The value of the id attribute shall be unique for each Entity within the AVFunction. The value 1 is reserved for the Control interface Entity.
The value of this attribute shall be used in the EID parameter of any Control Sequence that addresses this Entity.
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.
Source
<xsi:element name="converterUnit">
  <xsi:annotation>
    <xsi:documentation>Describes a Converter Unit.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="inputPin" type="inputPinType"/>
      <xsi:element name="outputPin" type="outputPinType"/>
      <xsi:element name="video" minOccurs="0">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="videoModeSelector" type="rowSelectorControlType"/>
            <xsi:element name="videoModes">
              <xsi:complexType>
                <xsi:sequence>
                  <xsi:element name="mode" type="videoModeType" maxOccurs="unbounded"/>
                </xsi:sequence>
              </xsi:complexType>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
      <xsi:element name="audio" minOccurs="0">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="audioModeSelector" type="rowSelectorControlType"/>
            <xsi:element name="audioModes">
              <xsi:complexType>
                <xsi:sequence>
                  <xsi:element name="mode" type="audioModeType" maxOccurs="unbounded"/>
                </xsi:sequence>
              </xsi:complexType>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / inputPin
Namespace http://avschemas.usb.org/v1/AVSchema
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 AVTypes_xsd_Complex_Type_inputPinType.tmp#inputPinType
Type inputPinType
Properties
content: complex
Model sourceID , outputPinNumber{0,1} , inputChannelConfig
Children inputChannelConfig, outputPinNumber, sourceID
Instance
<inputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <sourceID>{1,1}</sourceID>
  <outputPinNumber>{0,1}</outputPinNumber>
  <inputChannelConfig>{1,1}</inputChannelConfig>
</inputPin>
Source
<xsi:element name="inputPin" type="inputPinType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / outputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType_outputChannelConfig AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType_cluster AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType
Type outputPinType
Properties
content: complex
Model outputChannelConfig , cluster
Children cluster, outputChannelConfig
Instance
<outputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <outputChannelConfig>{1,1}</outputChannelConfig>
  <cluster refID="">{1,1}</cluster>
</outputPin>
Source
<xsi:element name="outputPin" type="outputPinType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / video
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_video_videoModeSelector avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_video_videoModes
Properties
content: complex
minOccurs: 0
Model videoModeSelector , videoModes
Children videoModeSelector, videoModes
Instance
<video xmlns="http://avschemas.usb.org/v1/AVSchema">
  <videoModeSelector refID="" rw="">{1,1}</videoModeSelector>
  <videoModes>{1,1}</videoModes>
</video>
Source
<xsi:element name="video" minOccurs="0">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="videoModeSelector" type="rowSelectorControlType"/>
      <xsi:element name="videoModes">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="mode" type="videoModeType" maxOccurs="unbounded"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / video / videoModeSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_rowSelectorControlType.tmp#rowSelectorControlType
Type rowSelectorControlType
Properties
content: complex
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="videoModeSelector" type="rowSelectorControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / video / videoModes
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_video_converterUnit_converterUnit_video_videoModes_mode
Properties
content: complex
Model mode+
Children mode
Instance
<videoModes xmlns="http://avschemas.usb.org/v1/AVSchema">
  <mode>{1,unbounded}</mode>
</videoModes>
Source
<xsi:element name="videoModes">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="mode" type="videoModeType" maxOccurs="unbounded"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / video / videoModes / mode
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_videoModeType.tmp#videoModeType_modeDescription AVTypes_xsd_Complex_Type_videoModeType.tmp#videoModeType_channels AVTypes_xsd_Complex_Type_videoModeType.tmp#videoModeType_aspectRatio AVTypes_xsd_Complex_Type_videoModeType.tmp#videoModeType
Type videoModeType
Properties
content: complex
maxOccurs: unbounded
Model modeDescription{0,1} , channels , aspectRatio
Children aspectRatio, channels, modeDescription
Instance
<mode xmlns="http://avschemas.usb.org/v1/AVSchema">
  <modeDescription>{0,1}</modeDescription>
  <channels>{1,1}</channels>
  <aspectRatio>{1,1}</aspectRatio>
</mode>
Source
<xsi:element name="mode" type="videoModeType" maxOccurs="unbounded"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / audio
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_audio_audioModeSelector avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_audio_audioModes
Properties
content: complex
minOccurs: 0
Model audioModeSelector , audioModes
Children audioModeSelector, audioModes
Instance
<audio xmlns="http://avschemas.usb.org/v1/AVSchema">
  <audioModeSelector refID="" rw="">{1,1}</audioModeSelector>
  <audioModes>{1,1}</audioModes>
</audio>
Source
<xsi:element name="audio" minOccurs="0">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="audioModeSelector" type="rowSelectorControlType"/>
      <xsi:element name="audioModes">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="mode" type="audioModeType" maxOccurs="unbounded"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / audio / audioModeSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_rowSelectorControlType.tmp#rowSelectorControlType
Type rowSelectorControlType
Properties
content: complex
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="audioModeSelector" type="rowSelectorControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / audio / audioModes
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_converterUnit.tmp#converterUnit_converterUnit_audio_converterUnit_converterUnit_audio_audioModes_mode
Properties
content: complex
Model mode+
Children mode
Instance
<audioModes xmlns="http://avschemas.usb.org/v1/AVSchema">
  <mode>{1,unbounded}</mode>
</audioModes>
Source
<xsi:element name="audioModes">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="mode" type="audioModeType" maxOccurs="unbounded"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element converterUnit / audio / audioModes / mode
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_audioModeType.tmp#audioModeType_modeDescription AVTypes_xsd_Complex_Type_audioModeType.tmp#audioModeType_channels AVTypes_xsd_Complex_Type_audioModeType.tmp#audioModeType
Type audioModeType
Properties
content: complex
maxOccurs: unbounded
Model modeDescription{0,1} , channels
Children channels, modeDescription
Instance
<mode xmlns="http://avschemas.usb.org/v1/AVSchema">
  <modeDescription>{0,1}</modeDescription>
  <channels>{1,1}</channels>
</mode>
Source
<xsi:element name="mode" type="audioModeType" maxOccurs="unbounded"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd