diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | extension of Array | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Description DataType SharedDataElementReference | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="TArrayType"> <xs:annotation> <xs:documentation>Representation of the MOST data type Array Type. (Example: FunctionCatalog_ArrayType.xml)</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Array"> <xs:attribute name="ElementCountByteLength" use="required"> <xs:simpleType> <xs:restriction base="mostco:UnsignedByte"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="MaxElementCount" type="mostco:UnsignedLong" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of UnsignedByte | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="ElementCountByteLength" use="required"> <xs:simpleType> <xs:restriction base="mostco:UnsignedByte"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | UnsignedLong | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="MaxElementCount" type="mostco:UnsignedLong" use="optional"/> |