complexType TArrayLegacy
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p140.png
namespace http://www.mostcooperation.com
type extension of Array
properties
base Array
children Description DataType SharedDataElementReference
used by
element DataType/TArrayLegacy
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  optional      
MaxElementCount  UnsignedByte  optional      
annotation
documentation
Representation of the legacy array construct, which is not a MOST data type but modeled as such for reasons of backward compatibility..
source <xs:complexType name="TArrayLegacy">
 
<xs:annotation>
   
<xs:documentation>Representation of the legacy array construct, which is not a MOST data type but modeled as such for reasons of backward compatibility..</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Array">
     
<xs:attribute name="MaxElementCount" type="mostco:UnsignedByte" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute TArrayLegacy/@MaxElementCount
type UnsignedByte
properties
use optional
source <xs:attribute name="MaxElementCount" type="mostco:UnsignedByte" use="optional"/>