| diagram | ![]() |
||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||
| type | extension of xtce:DataEncodingType | ||||||||||||
| properties |
|
||||||||||||
| children | xtce:ErrorDetectCorrect xtce:ByteOrderList xtce:SizeInBits xtce:FromBinaryTransformAlgorithm xtce:ToBinaryTransformAlgorithm | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <complexType name="BinaryDataEncodingType"> <annotation> <documentation xml:lang="en">For binary data or for integer, float, string, or time data that is not in any of the known encoding formats. For any data that is not encoded in any of the known integer, float, string, or time data formats use a To/From transform algorithm.</documentation> </annotation> <complexContent> <extension base="xtce:DataEncodingType"> <sequence> <element name="SizeInBits" type="xtce:IntegerValueType"/> <element name="FromBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to convert binary data to an application data type</documentation> </annotation> </element> <element name="ToBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to convert binary data from an application data type to binary data</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | xtce:IntegerValueType | ||
| properties |
|
||
| children | xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList | ||
| source | <element name="SizeInBits" type="xtce:IntegerValueType"/> |
| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | xtce:InputAlgorithmType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet | ||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| annotation |
|
||||||||||||||||||||
| source | <element name="FromBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to convert binary data to an application data type</documentation> </annotation> </element> |
| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | xtce:InputAlgorithmType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet | ||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| annotation |
|
||||||||||||||||||||
| source | <element name="ToBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0"> <annotation> <documentation xml:lang="en">Used to convert binary data from an application data type to binary data</documentation> </annotation> </element> |