Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element inputTerminal
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes an Input 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_inputTerminal.tmp#inputTerminal_outputPin
Properties
content: complex
Used by
Model outputPin
Children outputPin
Instance
<inputTerminal avDataId="" id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <outputPin>{1,1}</outputPin>
</inputTerminal>
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="inputTerminal">
  <xsi:annotation>
    <xsi:documentation>Describes an Input Terminal.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="outputPin" type="outputPinType"/>
    </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 inputTerminal / 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