biom:UncertaintyValueSimpleType
simpleType UncertaintyValueSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a value indicating the uncertainty of the delta direction measure
Diagram
XML Schema
<xs:simpleType name="UncertaintyValueSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a value indicating the uncertainty of the delta direction measure</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:nonNegativeInteger">
<xs:maxInclusive value="180">
<xs:annotation>
<xs:documentation>
A value indicating the uncertainty of the delta direction measure maximum inclusive value as 180.</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
</xs:restriction>
</xs:simpleType>