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="PCMCodeType"> <xs:annotation> <xs:documentation>P-Group D1</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NRZ-L"/> <xs:enumeration value="NRZ-M"/> <xs:enumeration value="NRZ-S"/> <xs:enumeration value="BIO-L"/> <xs:enumeration value="BIO-M"/> <xs:enumeration value="BIO-S"/> <xs:enumeration value="RNRZ-L"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |