nc:FiscalYearDateType
complexType FiscalYearDateType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a year of a twelve month period that does not necessarily correspond to the calendar year.
Diagram
XML Schema
<xs:complexType name="FiscalYearDateType">
<xs:annotation>
<xs:documentation>
A data type for a year of a twelve month period that does not necessarily correspond to the calendar year.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="niem-xs:gYear">
<xs:attribute ref="nc:fiscalYearStartDate" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>