simpleType ccfHexType
namespace http://www.harctoolbox.org/Girr
type restriction of xs:hexBinary
used by
simpleType ccfString
facets
Kind Value annotation 
length 
annotation
documentation
Data type describing a four-digit hexadecimal number.
source <xs:simpleType name="ccfHexType">
 
<xs:annotation>
   
<xs:documentation>Data type describing a four-digit hexadecimal number.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:hexBinary">
   
<xs:length value="2"/>
 
</xs:restriction>
</xs:simpleType>


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