nc:QuarterIDSimpleType
simpleType QuarterIDSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an identifier of a three-month period in a calendar or fiscal year.
Diagram
XML Schema
<xs:simpleType name="QuarterIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an identifier of a three-month period in a calendar or fiscal year.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1">
<xs:annotation>
<xs:documentation>
Minimum quarter ID</xs:documentation>
</xs:annotation>
</xs:minInclusive>
<xs:maxInclusive value="4">
<xs:annotation>
<xs:documentation>
Maximum quarter ID</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
</xs:restriction>
</xs:simpleType>