Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element routerUnit
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Router Unit.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_routerUnit.tmp#routerUnit_inputPins avschema_xsd_Element_routerUnit.tmp#routerUnit_outputPin
Properties
content: complex
Used by
Model inputPins , outputPin
Children inputPins, outputPin
Instance
<routerUnit id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPins>{1,1}</inputPins>
  <outputPin>{1,1}</outputPin>
</routerUnit>
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="routerUnit">
  <xsi:annotation>
    <xsi:documentation>Describes a Router Unit.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="inputPins" type="routerInputPinsType"/>
      <xsi:element name="outputPin" type="routerOutputPinType"/>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element routerUnit / inputPins
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType_inputPin AVTypes_xsd_Complex_Type_routerInputPinsType.tmp#routerInputPinsType
Type routerInputPinsType
Properties
content: complex
Model inputPin{2,unbounded}
Children inputPin
Instance
<inputPins xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPin>{2,unbounded}</inputPin>
</inputPins>
Source
<xsi:element name="inputPins" type="routerInputPinsType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element routerUnit / outputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_videoInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_audioInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_metadataInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_cluster AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType
Type routerOutputPinType
Properties
content: complex
Model videoInputPinSelector* , audioInputPinSelector* , metadataInputPinSelector* , cluster
Children audioInputPinSelector, cluster, metadataInputPinSelector, videoInputPinSelector
Instance
<outputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <videoInputPinSelector refID="" rw="">{0,unbounded}</videoInputPinSelector>
  <audioInputPinSelector refID="" rw="">{0,unbounded}</audioInputPinSelector>
  <metadataInputPinSelector refID="" rw="">{0,unbounded}</metadataInputPinSelector>
  <cluster refID="">{1,1}</cluster>
</outputPin>
Source
<xsi:element name="outputPin" type="routerOutputPinType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd