Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element selectorInputPinsType / inputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes one 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_selectorInputPinsType.tmp#selectorInputPinsType_selectorInputPinsType_inputPin_sourceID AVTypes_xsd_Complex_Type_selectorInputPinsType.tmp#selectorInputPinsType_selectorInputPinsType_inputPin_outputPinNumber
Properties
content: complex
minOccurs: 2
maxOccurs: unbounded
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" minOccurs="2" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes one 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:annotation>
      <xsi:documentation>Describes a Selector Input Pin.</xsi:documentation>
    </xsi:annotation>
    <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:sequence>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element selectorInputPinsType / 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 selectorInputPinsType / 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
Complex Type selectorInputPinsType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a group of Selector Input Pins.
Diagram
Diagram AVTypes_xsd_Complex_Type_selectorInputPinsType.tmp#selectorInputPinsType_inputPin
Used by
Model inputPin{2,unbounded}
Children inputPin
Source
<xsi:complexType name="selectorInputPinsType">
  <xsi:annotation>
    <xsi:documentation>Describes a group of Selector 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 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:annotation>
          <xsi:documentation>Describes a Selector Input Pin.</xsi:documentation>
        </xsi:annotation>
        <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:sequence>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd