biom:FaceImageFeaturePointTierNumericSimpleType

simpleType FaceImageFeaturePointTierNumericSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a user-defined number assigned to the tier level of a particular face image feature point

Diagram

XML Schema

<xs:simpleType name="FaceImageFeaturePointTierNumericSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a user-defined number assigned to the tier level of a particular face image feature point
</xs:documentation>
</xs:annotation>
<xs:minInclusive value="100">
<xs:annotation>
<xs:documentation>
A number identifying a face image feature min point value
</xs:documentation>
</xs:annotation>
</xs:minInclusive>
<xs:maxInclusive value="999">
<xs:annotation>
<xs:documentation>
A number identifying a face image feature max point value
</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
</xs:restriction>
</xs:simpleType>