nc:AngularSecondSimpleType

simpleType AngularSecondSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a second of a minute, with a restricted range of 0 (inclusive) to 60 (exclusive).

Diagram

XML Schema

<xs:simpleType name="AngularSecondSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a second of a minute, with a restricted range of 0 (inclusive) to 60 (exclusive).
</xs:documentation>
</xs:annotation>
<xs:minInclusive value="0">
<xs:annotation>
<xs:documentation>
The minimum value for an angular second.
</xs:documentation>
</xs:annotation>
</xs:minInclusive>
<xs:maxExclusive value="60">
<xs:annotation>
<xs:documentation>
The maximum value for an angular second.
</xs:documentation>
</xs:annotation>
</xs:maxExclusive>
</xs:restriction>
</xs:simpleType>