Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element inputPinsType / 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_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
maxOccurs: unbounded
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" 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:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type inputPinsType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a group of Input Pins.
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinsType.tmp#inputPinsType_inputPin
Used by
Model inputPin+
Children inputPin
Source
<xsi:complexType name="inputPinsType">
  <xsi:annotation>
    <xsi:documentation>Describes a group of Input Pins.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="inputPin" type="inputPinType" 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:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd