simpleType MeasurementBitMaskType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements MeasurementLocationType/BitMask FragmentType/BitMask MeasurementFragmentsType/BitMask RelativeType/Parent/BitMask Word1Type/BitMask Word2Type/BitMask Word3Type/BitMask ChannelType/BitMask MeasurementType/BitMask LocationType/BitMask
facets
pattern [0-1]*
pattern Full Word
annotation
documentation
Measurement related bitmask, made up of 1's and 0's or the string "Full Word"
source <xs:simpleType name="MeasurementBitMaskType">
 
<xs:annotation>
   
<xs:documentation>Measurement related bitmask, made up of 1's and 0's or the string "Full Word"</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-1]*"/>
   
<xs:pattern value="Full Word"/>
 
</xs:restriction>
</xs:simpleType>


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