namespace | http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd | ||||
type | union of (xs:double, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="PCMTimeType"> <xs:annotation> <xs:documentation>C-Group PTM</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:double"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="High Order Time"/> <xs:enumeration value="Low Order Time"/> <xs:enumeration value="Microsecond Time"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |