xtce:ArrayParameterType

An array type.  Will be an array of parameters of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions'

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
arrayTypeRef xtce:NameReferenceType required
name xtce:NameType required
numberOfDimensions positiveInteger required
shortDescription string optional
It is strongly recommended that the short description be kept under 80 characters in length

Source

<element name="ArrayParameterType">
  <annotation>
    <documentation>An array type. Will be an array of parameters of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions'</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="xtce:NameDescriptionType">
        <attribute name="arrayTypeRef" type="xtce:NameReferenceType" use="required"/>
        <attribute name="numberOfDimensions" type="positiveInteger" use="required"/>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample