diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | extension of DataTypeBase | ||||||||||||
properties |
|
||||||||||||
children | Description DataType SharedDataElementReference | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
source | <xs:attribute name="Name" type="xs:NCName" use="optional"/> |
diagram | ![]() |
||||||
namespace | http://www.mostcooperation.com | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | http://www.mostcooperation.com | ||
type | DataType | ||
properties |
|
||
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"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | SharedDataElementReference | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="SharedDataElementReference" type="SharedDataElementReference"/> |