biom:HexDoubleByteSimpleType
simpleType HexDoubleByteSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a restriction of a hexadecimal byte
Diagram
XML Schema
<xs:simpleType name="HexDoubleByteSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a restriction of a hexadecimal byte</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:hexBinary">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>