nc:AngularSecondType
complexType AngularSecondType 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:complexType name="AngularSecondType">
<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:simpleContent>
<xs:extension base="nc:AngularSecondSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>