simpleType HexType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements MessageFilteringDefinitionsType/CommandWord RTRTType/CommandWord MessageType/CommandWordValue RTRTReceiveCommandListType/CommandWordValue RecorderControlType/StartResumeCommandWord RecorderControlType/StopPauseCommandWord
simpleTypes MessageDelimiterType MessageFieldDelimiterType
facets
pattern [0-9|A-F]*
annotation
documentation
Generic hexidecimal data
source <xs:simpleType name="HexType">
 
<xs:annotation>
   
<xs:documentation>Generic hexidecimal data</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9|A-F]*"/>
 
</xs:restriction>
</xs:simpleType>


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