simpleType HexadecimalType
namespace http://www.omg.org/space/xtce
type restriction of string
properties
base string
used by
simpleType FixedIntegerValueType
facets
Kind Value Annotation
pattern 0[xX][0-9a-fA-F]+
annotation
documentation
A simple restriction on string for hexadecimal numbers.  Must be in 0x or 0X form.
source <simpleType name="HexadecimalType">
 
<annotation>
   
<documentation xml:lang="en">A simple restriction on string for hexadecimal numbers.  Must be in 0x or 0X form.</documentation>
 
</annotation>
 
<restriction base="string">
   
<pattern value="0[xX][0-9a-fA-F]+"/>
 
</restriction>
</simpleType>


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