Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element outputTerminal
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes an Output Terminal.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_avDataId.tmp#avDataId AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_outputTerminal.tmp#outputTerminal_inputPin
Properties
content: complex
Used by
Model inputPin
Children inputPin
Instance
<outputTerminal avDataId="" id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPin>{1,1}</inputPin>
</outputTerminal>
Attributes
QName Type Fixed Default Use Annotation
avDataId idType required
Contains the AVData Entity ID of the Entity with which this Terminal is associated.
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="outputTerminal">
  <xsi:annotation>
    <xsi:documentation>Describes an Output Terminal.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="inputPin">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="sourceID" type="idType">
              <xsi:annotation>
                <xsi:documentation>This element 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>This optional element contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.</xsi:documentation>
                <xsi:documentation>The default value is 1. Only used when the Input Pin is connected to a multi-output Entity.</xsi:documentation>
                <xsi:documentation>There is no further information on the internal signal paths inside the Output Terminal.</xsi:documentation>
                <xsi:documentation>The Output Terminal accepts the entire AVCluster that enters its Input Pin and uses the information to finally produce the content as described by the corresponding AVData Entity.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="avDataId"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element outputTerminal / inputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_outputTerminal.tmp#outputTerminal_outputTerminal_inputPin_sourceID avschema_xsd_Element_outputTerminal.tmp#outputTerminal_outputTerminal_inputPin_outputPinNumber
Properties
content: complex
Model sourceID , outputPinNumber{0,1}
Children outputPinNumber, sourceID
Instance
<inputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <sourceID>{1,1}</sourceID>
  <outputPinNumber>{0,1}</outputPinNumber>
</inputPin>
Source
<xsi:element name="inputPin">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="sourceID" type="idType">
        <xsi:annotation>
          <xsi:documentation>This element 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>This optional element contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.</xsi:documentation>
          <xsi:documentation>The default value is 1. Only used when the Input Pin is connected to a multi-output Entity.</xsi:documentation>
          <xsi:documentation>There is no further information on the internal signal paths inside the Output Terminal.</xsi:documentation>
          <xsi:documentation>The Output Terminal accepts the entire AVCluster that enters its Input Pin and uses the information to finally produce the content as described by the corresponding AVData Entity.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element outputTerminal / inputPin / sourceID
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
This element 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>This element contains the Entity ID of the Entity to which this Input Pin is connected.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element outputTerminal / inputPin / outputPinNumber
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
This optional element contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.
The default value is 1. Only used when the Input Pin is connected to a multi-output Entity.
There is no further information on the internal signal paths inside the Output Terminal.
The Output Terminal accepts the entire AVCluster that enters its Input Pin and uses the information to finally produce the content as described by the corresponding AVData 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>This optional element contains the Output Pin Number of the Output Pin of the Entity to which this Input Pin is connected.</xsi:documentation>
    <xsi:documentation>The default value is 1. Only used when the Input Pin is connected to a multi-output Entity.</xsi:documentation>
    <xsi:documentation>There is no further information on the internal signal paths inside the Output Terminal.</xsi:documentation>
    <xsi:documentation>The Output Terminal accepts the entire AVCluster that enters its Input Pin and uses the information to finally produce the content as described by the corresponding AVData Entity.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd