biom:DeltaDirectionMeasureSimpleType
simpleType DeltaDirectionMeasureSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a direction of a delta
Diagram
XML Schema
<xs:simpleType name="DeltaDirectionMeasureSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a direction of a delta</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:nonNegativeInteger">
<xs:maxInclusive value="359">
<xs:annotation>
<xs:documentation>
A direction of a delta can only be nonNegativeInteger and less then 360 degree.</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
</xs:restriction>
</xs:simpleType>