<xsd:simpleType name="AngularMinuteSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for a minute of a degree, with a restricted range of 0 (inclusive) to 60 (exclusive).</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:decimal">
<xsd:maxExclusive value="60" />
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
|