diagram | ![]() |
||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||
type | extension of DataElementBase | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
children | Description DataType | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <xs:complexType name="DataElement"> <xs:annotation> <xs:documentation>Basis for MOST message parameters, Stream parameters, array elements and record members.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="DataElementBase"> <xs:sequence> <xs:element name="Description" type="xs:string" minOccurs="0"/> <xs:element name="DataType" type="DataType"/> </xs:sequence> <xs:attribute name="Name" type="xs:NCName" use="required"/> <xs:attribute name="DataElementGroup" type="xs:token" use="optional"> <xs:annotation> <xs:documentation>This attribute provides the opportunity to label data elements, based on the requirements of the function catalog designer.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:NCName | ||
properties |
|
||
source | <xs:attribute name="Name" type="xs:NCName" use="required"/> |
type | xs:token | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="DataElementGroup" type="xs:token" use="optional"> <xs:annotation> <xs:documentation>This attribute provides the opportunity to label data elements, based on the requirements of the function catalog designer.</xs:documentation> </xs:annotation> </xs:attribute> |
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"/> |