<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> |