Definition Type: SimpleType
Name: AngularSecondSimpleType
Namespace: http://niem.gov/niem/niem-core/2.0
Containing Schema: niem-core.xsd
Documentation:
A data type for a second of a minute, with a restricted range of 0 (inclusive) to 60 (exclusive).
Collapse XSD Schema Diagram:
XSD Diagram of AngularSecondSimpleType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="AngularSecondSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for a second of a minute, 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:annotation>
                <xsd:documentation>The maximum value for an angular second.</xsd:documentation>
            </xsd:annotation>
        </xsd:maxExclusive>
        <xsd:minInclusive value="0">
            <xsd:annotation>
                <xsd:documentation>The minimum value for an angular second.</xsd:documentation>
            </xsd:annotation>
        </xsd:minInclusive>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxExclusive 60
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
nc:AngularSecondType