namespace | http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd | ||||||||||||||
type | restriction of xs:string | ||||||||||||||
used by |
|
||||||||||||||
facets |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:simpleType name="AnalogRecordedFormatType"> <xs:annotation> <xs:documentation>R-Group AF</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="One's Complement"/> <xs:enumeration value="Two's Complement"/> <xs:enumeration value="Sign and Magnitude Binary (+=0)"/> <xs:enumeration value="Sign and Magnitude Binary (+=1)"/> <xs:enumeration value="Offset Binary"/> <xs:enumeration value="Unsigned Binary"/> <xs:enumeration value="IEEE 754 Single Precision"/> </xs:restriction> </xs:simpleType> |