simpleType BinaryWithDontCareType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements SubTerminalType/Address RTRTReceiveCommandListAddressType/DataWordCount RTRTAddressType/DataWordCount MessageAddressType/DataWordCountOrModeCode AddressType/DataWordCountOrModeCode AddressType/RemoteTerminalAddress AddressType/SubTerminalAddress RTRTAddressType/SubTerminalAddress MinorFrameType/SyncPattern
facets
pattern [0-1|X]*
annotation
documentation
Generic binary type with don't care character. Legal values, 0,1,X
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>


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