simpleType BinaryType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements RemoteTerminalType/Address UARTSubChannelType/BlockSyncValue MaskAndPatternType/DataOverflowPattern FormatStructureChangeType/FFIPattern MeasurementListChangeType/FFIPattern MaskAndPatternType/FreshDataPattern AsyncEmbeddedFormatType/Mask FrameFormatIdentifierType/Mask BusCommonType/Number MaskAndPatternType/OverheadMask RTRTAddressType/RemoteTerminalAddress MaskAndPatternType/StaleDataPattern MaskAndPatternType/UserDefinedPattern
facets
pattern [0-1]*
annotation
documentation
Any Binary field (Bitmasks, etc), made up of 1's and 0's only
source <xs:simpleType name="BinaryType">
 
<xs:annotation>
   
<xs:documentation>Any Binary field (Bitmasks, etc), made up of 1's and 0's only</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-1]*"/>
 
</xs:restriction>
</xs:simpleType>


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