biom:RelativeRotationMeasureSimpleType
simpleType RelativeRotationMeasureSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for an angle of direction between -179 and 180, with 0 being upright
Diagram
XML Schema
<xs:simpleType name="RelativeRotationMeasureSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an angle of direction between -179 and 180, with 0 being upright</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="-179">
<xs:annotation>
<xs:documentation>
An angle of direction minimum inclusive value as -179.</xs:documentation>
</xs:annotation>
</xs:minInclusive>
<xs:maxInclusive value="180">
<xs:annotation>
<xs:documentation>
An angle of direction maximum inclusive value as 180.</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
</xs:restriction>
</xs:simpleType>