nc:QuarterIDType
complexType QuarterIDType 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:complexType name="QuarterIDType">
<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:simpleContent>
<xs:extension base="nc:QuarterIDSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="nc:yearFirstMonthDate" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>