biom:ImageHashValueSimpleType

simpleType ImageHashValueSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a hash value computed from a binary object, like an image

Diagram

XML Schema

<xs:simpleType name="ImageHashValueSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a hash value computed from a binary object, like an image
</xs:documentation>
</xs:annotation>
<xs:pattern value="([0-9a-fA-F]){64}">
<xs:annotation>
<xs:documentation>
A hash value of pattern ([0-9a-fA-F]){64} is allowed.
</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>