| diagram | ![]() |
||||||||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||||||||
| type | extension of xtce:DataEncodingType | ||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||
| children | xtce:ErrorDetectCorrect xtce:ByteOrderList xtce:DefaultCalibrator xtce:ContextCalibratorList | ||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||
| source | <complexType name="FloatDataEncodingType"> <annotation> <documentation xml:lang="en">For common encodings of floating point data. Bit sizes correspond to known supported bit sizes for the IEEE_754 (32, 64, 80, 128) and MIL-1750A (32, 48)</documentation> </annotation> <complexContent> <extension base="xtce:DataEncodingType"> <sequence> <element name="DefaultCalibrator" type="xtce:CalibratorType" minOccurs="0"/> <element name="ContextCalibratorList" minOccurs="0"> <annotation> <documentation xml:lang="en">Use when different calibrations must be used on the Parameter in different contexts. Use the first one that tests true</documentation> </annotation> <complexType> <sequence> <element name="ContextCalibrator" type="xtce:ContextCalibratorType" maxOccurs="unbounded"/> </sequence> </complexType> </element> </sequence> <attribute name="encoding" default="IEEE754_1985"> <simpleType> <restriction base="string"> <enumeration value="IEEE754_1985"/> <enumeration value="MILSTD_1750A"/> </restriction> </simpleType> </attribute> <attribute name="sizeInBits" default="32"> <simpleType> <restriction base="positiveInteger"> <enumeration value="32"/> <enumeration value="48"/> <enumeration value="64"/> <enumeration value="80"/> <enumeration value="128"/> </restriction> </simpleType> </attribute> <attribute name="changeThreshold" type="decimal" use="optional"> <annotation> <documentation>A changeThreshold may optionally be specified to inform systems of the minimum change in value that is significant. This is used by some systems to limit the telemetry processing and/or recording requirements, such as for an analog-to-digital converter that dithers in the least significant bit. If the value is unspecified or zero, any change is significant.</documentation> </annotation> </attribute> </extension> </complexContent> </complexType> |
| type | restriction of string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <attribute name="encoding" default="IEEE754_1985"> <simpleType> <restriction base="string"> <enumeration value="IEEE754_1985"/> <enumeration value="MILSTD_1750A"/> </restriction> </simpleType> </attribute> |
| type | restriction of positiveInteger | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| source | <attribute name="sizeInBits" default="32"> <simpleType> <restriction base="positiveInteger"> <enumeration value="32"/> <enumeration value="48"/> <enumeration value="64"/> <enumeration value="80"/> <enumeration value="128"/> </restriction> </simpleType> </attribute> |
| type | decimal | ||
| properties |
|
||
| annotation |
|
||
| source | <attribute name="changeThreshold" type="decimal" use="optional"> <annotation> <documentation>A changeThreshold may optionally be specified to inform systems of the minimum change in value that is significant. This is used by some systems to limit the telemetry processing and/or recording requirements, such as for an analog-to-digital converter that dithers in the least significant bit. If the value is unspecified or zero, any change is significant.</documentation> </annotation> </attribute> |
| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | xtce:CalibratorType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:SplineCalibrator xtce:PolynomialCalibrator xtce:MathOperationCalibrator | ||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| source | <element name="DefaultCalibrator" type="xtce:CalibratorType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| properties |
|
||||||
| children | xtce:ContextCalibrator | ||||||
| annotation |
|
||||||
| source | <element name="ContextCalibratorList" minOccurs="0"> <annotation> <documentation xml:lang="en">Use when different calibrations must be used on the Parameter in different contexts. Use the first one that tests true</documentation> </annotation> <complexType> <sequence> <element name="ContextCalibrator" type="xtce:ContextCalibratorType" maxOccurs="unbounded"/> </sequence> </complexType> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ContextCalibratorType | ||||||
| properties |
|
||||||
| children | xtce:ContextMatch xtce:Calibrator | ||||||
| source | <element name="ContextCalibrator" type="xtce:ContextCalibratorType" maxOccurs="unbounded"/> |