Showing:

Annotations
Diagrams
Instances
Properties
Source
Element outputPinsType / outputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes one Output Pin.
The Output Pin Number is implied by the order in which the outputPin elements occur in the list of Output Pins.
The first Output Pin in the list of n is assigned #1. The last Output Pin is assigned #n.
The maximum number of Output Pins is 65,535.
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
minOccurs: 2
maxOccurs: unbounded
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" minOccurs="2" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes one Output Pin.</xsi:documentation>
    <xsi:documentation>The Output Pin Number is implied by the order in which the outputPin elements occur in the list of Output Pins.</xsi:documentation>
    <xsi:documentation>The first Output Pin in the list of n is assigned #1. The last Output Pin is assigned #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Output Pins is 65,535.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type outputPinsType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
This type describes a group of Output Pins.
Diagram
Diagram AVTypes_xsd_Complex_Type_outputPinsType.tmp#outputPinsType_outputPin
Model outputPin{2,unbounded}
Children outputPin
Source
<xsi:complexType name="outputPinsType">
  <xsi:annotation>
    <xsi:documentation>This type describes a group of Output Pins.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="outputPin" type="outputPinType" minOccurs="2" maxOccurs="unbounded">
      <!-- maxOccurs should be 65535. However, large values are not supported -->
      <xsi:annotation>
        <xsi:documentation>Describes one Output Pin.</xsi:documentation>
        <xsi:documentation>The Output Pin Number is implied by the order in which the outputPin elements occur in the list of Output Pins.</xsi:documentation>
        <xsi:documentation>The first Output Pin in the list of n is assigned #1. The last Output Pin is assigned #n.</xsi:documentation>
        <xsi:documentation>The maximum number of Output 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