| diagram | ![]() |
||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||
| children | xtce:ErrorDetectCorrect xtce:ByteOrderList | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <complexType name="DataEncodingType"> <annotation> <documentation xml:lang="en">Describes how a particular piece of data is sent or received from some non-native, off-platform device. (e.g. a spacecraft)</documentation> </annotation> <sequence> <element name="ErrorDetectCorrect" type="xtce:ErrorDetectCorrectType" minOccurs="0"/> <element name="ByteOrderList" type="xtce:ByteOrderType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to describe an arbitrary byte order in multibyte parameters. First byte in list is the first in the stream. Byte significance is the highest for most significant bytes. If not included, it is assumed that the most significant byte is first, least significant byte last.</documentation> </annotation> </element> </sequence> <attribute name="bitOrder" default="mostSignificantBitFirst"> <simpleType> <restriction base="string"> <enumeration value="leastSignificantBitFirst"/> <enumeration value="mostSignificantBitFirst"/> </restriction> </simpleType> </attribute> </complexType> |
| type | restriction of string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <attribute name="bitOrder" default="mostSignificantBitFirst"> <simpleType> <restriction base="string"> <enumeration value="leastSignificantBitFirst"/> <enumeration value="mostSignificantBitFirst"/> </restriction> </simpleType> </attribute> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ErrorDetectCorrectType | ||||||
| properties |
|
||||||
| children | xtce:Parity xtce:CRC | ||||||
| source | <element name="ErrorDetectCorrect" type="xtce:ErrorDetectCorrectType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ByteOrderType | ||||||
| properties |
|
||||||
| children | xtce:Byte | ||||||
| annotation |
|
||||||
| source | <element name="ByteOrderList" type="xtce:ByteOrderType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to describe an arbitrary byte order in multibyte parameters. First byte in list is the first in the stream. Byte significance is the highest for most significant bytes. If not included, it is assumed that the most significant byte is first, least significant byte last.</documentation> </annotation> </element> |