| 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="BinaryWithDontCareType"> <xs:annotation> <xs:documentation>Generic binary type with don't care character. Legal values, 0,1,X</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-1|X]*"/> </xs:restriction> </xs:simpleType> |