diagram | ![]() |
||
namespace | http://www.mostcooperation.com | ||
children | TBoolean TBitField TEnum TString TLengthCodedString TArrayLegacy TArrayType TRecordLegacy TRecordType TStream TCStream TShortStream TUByte TSByte TUWord TSWord TULong TSLong TULongLong TSLongLong TFloat TDouble | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="DataType"> <xs:annotation> <xs:documentation>Represents all available MOST data types.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="TBoolean" type="TBoolean"/> <xs:element name="TBitField" type="TBitField"> <xs:key name="BitValueNameKey"> <xs:annotation> <xs:documentation>Ensures that bit value names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitValue"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> <xs:element name="TEnum" type="TEnum"> <xs:key name="EnumCodeKey"> <xs:annotation> <xs:documentation>Ensures that enum codes are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TEnumValue"/> <xs:field xpath="@Code"/> </xs:key> <xs:key name="EnumNameKey"> <xs:annotation> <xs:documentation>Ensures that enum names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TEnumValue"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> <xs:element name="TString" type="TString"/> <xs:element name="TLengthCodedString" type="TLengthCodedString"/> <xs:element name="TArrayLegacy" type="TArrayLegacy"/> <xs:element name="TArrayType" type="TArrayType"/> <xs:element name="TRecordLegacy" type="TRecordLegacy"> <xs:key name="LegacyFieldNameKey"> <xs:annotation> <xs:documentation>Ensures that record field names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TRecordField|mostco:SharedRecordFieldReference|mostco:NamedSharedRecordFieldReference"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> <xs:element name="TRecordType" type="TRecordType"> <xs:key name="FieldNameKey"> <xs:annotation> <xs:documentation>Ensures that record field names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TRecordField|mostco:SharedRecordFieldReference|mostco:NamedSharedRecordFieldReference"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> <xs:element name="TStream" type="TStream"> <xs:key name="TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:Parameters/mostco:Parameter|mostco:Parameters/mostco:SharedParameterReference|mostco:Parameters/mostco:NamedSharedParameterReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures that stream signal names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSignals/mostco:StreamSignal|mostco:StreamSignals/mostco:SharedSignalReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TStreamParamSeqKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter references are unique within a parameter sequence.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:key> <xs:keyref name="TStreamParamSeqRef" refer="mostco:TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream parameter sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TStreamSignalSeqRef" refer="mostco:TStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream signals that are referenced from stream signal sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:SignalSequence/mostco:StreamSignalReference|mostco:SignalSequence/mostco:StreamSignalReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TStreamParamCaseRef" refer="mostco:TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream cases.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSwitch/mostco:ParamStreamCase/mostco:StreamParamReference"/> <xs:field xpath="@Name"/> </xs:keyref> </xs:element> <xs:element name="TCStream" type="TCStream"/> <xs:element name="TShortStream" type="TShortStream"> <xs:key name="TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:Parameters/mostco:Parameter|mostco:Parameters/mostco:SharedParameterReference|mostco:Parameters/mostco:NamedSharedParameterReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TShortStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures that stream signal names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSignals/mostco:StreamSignal|mostco:StreamSignals/mostco:SharedSignalReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TShortStreamParamSeqKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter references are unique within a parameter sequence.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:key> <xs:keyref name="TShortStreamParamSeqRef" refer="mostco:TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream parameter sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TShortStreamSignalSeqRef" refer="mostco:TShortStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream signals that are referenced from stream signal sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:SignalSequence/mostco:StreamSignalReference|mostco:SignalSequence/mostco:StreamSignalReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TShortStreamParamCaseRef" refer="mostco:TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream cases.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSwitch/mostco:ParamStreamCase/mostco:StreamParamReference"/> <xs:field xpath="@Name"/> </xs:keyref> </xs:element> <xs:element name="TUByte" type="TUByte"> <xs:key name="BitOrientedUByteNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedUByteBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> <xs:element name="TSByte" type="TSByte"/> <xs:element name="TUWord" type="TUWord"> <xs:key name="BitOrientedUWordNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedUWordBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> <xs:element name="TSWord" type="TSWord"/> <xs:element name="TULong" type="TULong"> <xs:key name="BitOrientedULongNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedULongBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> <xs:element name="TSLong" type="TSLong"/> <xs:element name="TULongLong" type="TULongLong"> <xs:key name="BitOrientedULongLongNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedULongLongBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> <xs:element name="TSLongLong" type="TSLongLong"/> <xs:element name="TFloat" type="TFloat"/> <xs:element name="TDouble" type="TDouble"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||
namespace | http://www.mostcooperation.com | ||
type | TBoolean | ||
properties |
|
||
source | <xs:element name="TBoolean" type="TBoolean"/> |
diagram | ![]() |
||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||
type | TBitField | ||||||||||||||
properties |
|
||||||||||||||
children | BitValue | ||||||||||||||
attributes |
|
||||||||||||||
identity constraints |
|
||||||||||||||
source | <xs:element name="TBitField" type="TBitField"> <xs:key name="BitValueNameKey"> <xs:annotation> <xs:documentation>Ensures that bit value names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitValue"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||
type | TEnum | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | TEnumValue TEnumReserved | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||
source | <xs:element name="TEnum" type="TEnum"> <xs:key name="EnumCodeKey"> <xs:annotation> <xs:documentation>Ensures that enum codes are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TEnumValue"/> <xs:field xpath="@Code"/> </xs:key> <xs:key name="EnumNameKey"> <xs:annotation> <xs:documentation>Ensures that enum names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TEnumValue"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | TString | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="TString" type="TString"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | TLengthCodedString | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="TLengthCodedString" type="TLengthCodedString"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||
type | TArrayLegacy | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | Description DataType SharedDataElementReference | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="TArrayLegacy" type="TArrayLegacy"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TArrayType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Description DataType SharedDataElementReference | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TArrayType" type="TArrayType"/> |
diagram | ![]() |
||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||
type | TRecordLegacy | ||||||||||||||
properties |
|
||||||||||||||
children | Description TRecordField SharedRecordFieldReference NamedSharedRecordFieldReference | ||||||||||||||
attributes |
|
||||||||||||||
identity constraints |
|
||||||||||||||
source | <xs:element name="TRecordLegacy" type="TRecordLegacy"> <xs:key name="LegacyFieldNameKey"> <xs:annotation> <xs:documentation>Ensures that record field names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TRecordField|mostco:SharedRecordFieldReference|mostco:NamedSharedRecordFieldReference"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||
type | TRecordType | ||||||||||||||
properties |
|
||||||||||||||
children | TRecordField SharedRecordFieldReference NamedSharedRecordFieldReference | ||||||||||||||
identity constraints |
|
||||||||||||||
source | <xs:element name="TRecordType" type="TRecordType"> <xs:key name="FieldNameKey"> <xs:annotation> <xs:documentation>Ensures that record field names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:TRecordField|mostco:SharedRecordFieldReference|mostco:NamedSharedRecordFieldReference"/> <xs:field xpath="@Name"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | TStream | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | Description Parameters StreamSignals ParameterSequence SignalSequence StreamSwitch | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="TStream" type="TStream"> <xs:key name="TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:Parameters/mostco:Parameter|mostco:Parameters/mostco:SharedParameterReference|mostco:Parameters/mostco:NamedSharedParameterReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures that stream signal names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSignals/mostco:StreamSignal|mostco:StreamSignals/mostco:SharedSignalReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TStreamParamSeqKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter references are unique within a parameter sequence.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:key> <xs:keyref name="TStreamParamSeqRef" refer="mostco:TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream parameter sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TStreamSignalSeqRef" refer="mostco:TStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream signals that are referenced from stream signal sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:SignalSequence/mostco:StreamSignalReference|mostco:SignalSequence/mostco:StreamSignalReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TStreamParamCaseRef" refer="mostco:TStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream cases.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSwitch/mostco:ParamStreamCase/mostco:StreamParamReference"/> <xs:field xpath="@Name"/> </xs:keyref> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||
type | TCStream | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="TCStream" type="TCStream"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | TShortStream | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | Description Parameters StreamSignals ParameterSequence SignalSequence StreamSwitch | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="TShortStream" type="TShortStream"> <xs:key name="TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:Parameters/mostco:Parameter|mostco:Parameters/mostco:SharedParameterReference|mostco:Parameters/mostco:NamedSharedParameterReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TShortStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures that stream signal names and references are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSignals/mostco:StreamSignal|mostco:StreamSignals/mostco:SharedSignalReference"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="TShortStreamParamSeqKey"> <xs:annotation> <xs:documentation>Ensures that stream parameter references are unique within a parameter sequence.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:key> <xs:keyref name="TShortStreamParamSeqRef" refer="mostco:TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream parameter sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:ParameterSequence/mostco:StreamParamReference|mostco:ParameterSequence/mostco:StreamParamReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TShortStreamSignalSeqRef" refer="mostco:TShortStreamSignalNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream signals that are referenced from stream signal sequences.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:SignalSequence/mostco:StreamSignalReference|mostco:SignalSequence/mostco:StreamSignalReferenceRepeated"/> <xs:field xpath="@Name"/> </xs:keyref> <xs:keyref name="TShortStreamParamCaseRef" refer="mostco:TShortStreamParamNameKey"> <xs:annotation> <xs:documentation>Ensures the existence of stream parameters that are referenced from stream cases.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:StreamSwitch/mostco:ParamStreamCase/mostco:StreamParamReference"/> <xs:field xpath="@Name"/> </xs:keyref> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TUByte | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange BitOriented | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="TUByte" type="TUByte"> <xs:key name="BitOrientedUByteNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedUByteBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TSByte | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TSByte" type="TSByte"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TUWord | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange BitOriented | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="TUWord" type="TUWord"> <xs:key name="BitOrientedUWordNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedUWordBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TSWord | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TSWord" type="TSWord"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TULong | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange BitOriented | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="TULong" type="TULong"> <xs:key name="BitOrientedULongNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedULongBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TSLong | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TSLong" type="TSLong"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TULongLong | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange BitOriented | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="TULongLong" type="TULongLong"> <xs:key name="BitOrientedULongLongNameKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented names are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@Name"/> </xs:key> <xs:key name="BitOrientedULongLongBitPosKey"> <xs:annotation> <xs:documentation>Ensures that bit-oriented bit positions are unique.</xs:documentation> </xs:annotation> <xs:selector xpath="mostco:BitOriented"/> <xs:field xpath="@BitPos"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | TSLongLong | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | ValueRange | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TSLongLong" type="TSLongLong"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | TFloat | ||||||||||||
properties |
|
||||||||||||
children | ValueRange | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="TFloat" type="TFloat"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | TDouble | ||||||||||||
properties |
|
||||||||||||
children | ValueRange | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="TDouble" type="TDouble"/> |