complexType Array
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p2.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
abstract true
children Description DataType SharedDataElementReference
used by
complexTypes TArrayLegacy TArrayType
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  optional      
annotation
documentation
Contains the parts that are common to legay arrays and the Array Type MOST data type.
source <xs:complexType name="Array" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Contains the parts that are common to legay arrays and the Array Type MOST data type.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase">
     
<xs:sequence>
       
<xs:element name="Description" type="xs:string" minOccurs="0"/>
       
<xs:choice>
         
<xs:element name="DataType" type="DataType"/>
         
<xs:element name="SharedDataElementReference" type="SharedDataElementReference"/>
       
</xs:choice>
     
</xs:sequence>
     
<xs:attribute name="Name" type="xs:NCName" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Array/@Name
type xs:NCName
properties
use optional
source <xs:attribute name="Name" type="xs:NCName" use="optional"/>

element Array/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p3.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element Array/DataType
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p4.png
namespace http://www.mostcooperation.com
type DataType
properties
content complex
children TBoolean TBitField TEnum TString TLengthCodedString TArrayLegacy TArrayType TRecordLegacy TRecordType TStream TCStream TShortStream TUByte TSByte TUWord TSWord TULong TSLong TULongLong TSLongLong TFloat TDouble
source <xs:element name="DataType" type="DataType"/>

element Array/SharedDataElementReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p5.png
namespace http://www.mostcooperation.com
type SharedDataElementReference
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="SharedDataElementReference" type="SharedDataElementReference"/>