complexType ArrayDataTypeType
diagram SpaceSystemV1.2-27Feb2014-mods_p47.png
namespace http://www.omg.org/space/xtce
type extension of xtce:NameDescriptionType
properties
base xtce:NameDescriptionType
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet
used by
elements ArgumentTypeSetType/ArrayArgumentType ParameterTypeSetType/ArrayParameterType
attributes
Name  Type  Use  Default  Fixed  Annotation
shortDescription  string  optional      
documentation
It is strongly recommended that the short description be kept under 80 characters in length
name  xtce:NameType  required      
arrayTypeRef  xtce:NameReferenceType  required      
numberOfDimensions  positiveInteger  required      
annotation
documentation
An array of values of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions'
source <complexType name="ArrayDataTypeType">
 
<annotation>
   
<documentation xml:lang="en">An array of values of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions' </documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:NameDescriptionType">
     
<attribute name="arrayTypeRef" type="xtce:NameReferenceType" use="required"/>
     
<attribute name="numberOfDimensions" type="positiveInteger" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

attribute ArrayDataTypeType/@arrayTypeRef
type xtce:NameReferenceType
properties
use required
source <attribute name="arrayTypeRef" type="xtce:NameReferenceType" use="required"/>

attribute ArrayDataTypeType/@numberOfDimensions
type positiveInteger
properties
use required
source <attribute name="numberOfDimensions" type="positiveInteger" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy