complexType "HistoricalDateType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
Calendar, HistoricalDateFormat, NonISODate
All Direct / Indirect Based Elements (3):
HistoricalDate, HistoricalEndDate, HistoricalStartDate
Known Usage Locations
Annotation
Used to preserve an historical date, formatted in a non-ISO fashion.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="HistoricalDateType">
<xs:sequence>
<xs:element ref="NonISODate"/>
<xs:element minOccurs="0" ref="HistoricalDateFormat"/>
<xs:element minOccurs="0" ref="Calendar"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
Calendar
Type:
CodeValueType, simple content
Specifies the type of calendar used (e.g., Gregorian, Julian, Jewish).
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Calendar"/>

HistoricalDateFormat
Type:
CodeValueType, simple content
Indicate the structure of the date provided in NonISODate. For example if the NonISODate contained 4/1/2000 the Historical Date Format would be mm/dd/yyyy. The use of a controlled vocabulary is strongly recommended to support interoperability.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="HistoricalDateFormat"/>

NonISODate
Type:
xs:string, predefined, simple content
This is the date expressed in a non-ISO compliant structure. Primarily used to retain legacy content or to express non-Gregorian calender dates.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NonISODate"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set