simpleType FloatingPointFormatType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements TelemetryValueDefinitionType/FloatingPointFormat MeasurementType/FloatingPointFormat
facets
enumeration IEEE 754 Single Precision
enumeration IEEE 754 Double Precision
enumeration MIL STD 1750A Single Precision
enumeration MIL STD 1750A Double Precision
enumeration DEC Single Precision
enumeration DEC Double Precision
enumeration DEC G Double Precision
enumeration IBM Single Precision
enumeration IBM Double Precision
enumeration TI Single Precision
enumeration TI Extended Precision
annotation
documentation
Restrictions for various floating point format elements
source <xs:simpleType name="FloatingPointFormatType">
 
<xs:annotation>
   
<xs:documentation>Restrictions for various floating point format elements</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="IEEE 754 Single Precision"/>
   
<xs:enumeration value="IEEE 754 Double Precision"/>
   
<xs:enumeration value="MIL STD 1750A Single Precision"/>
   
<xs:enumeration value="MIL STD 1750A Double Precision"/>
   
<xs:enumeration value="DEC Single Precision"/>
   
<xs:enumeration value="DEC Double Precision"/>
   
<xs:enumeration value="DEC G Double Precision"/>
   
<xs:enumeration value="IBM Single Precision"/>
   
<xs:enumeration value="IBM Double Precision"/>
   
<xs:enumeration value="TI Single Precision"/>
   
<xs:enumeration value="TI Extended Precision"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy