complexType "ReferenceDateType"
Namespace:
Content:
complex, 10 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
Cycle, EndDate, EndDate, HistoricalDate, HistoricalEndDate, HistoricalEndDate, HistoricalStartDate, SimpleDate, StartDate, Subject
All Direct / Indirect Based Elements (1):
ReferenceDate
Known Usage Locations
Annotation
The date that the data reference such as at the point of collection, a previous year or date, etc. This is expressed as a date (singular or range) and may have specific subjects associated with it. For example if only income and labor force status relate to the previous year and all other data related to the point of collection.
Type Definition Detail
Type Derivation Tree
DateType (extension)
  ReferenceDateType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ReferenceDateType">
<xs:complexContent>
<xs:extension base="DateType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Subject"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/10)
Subject
Type:
If the date is for a subset of data only such as a referent date for residence 5 years ago, use Subject to specify the coverage of the data this date applies to. May be repeated to reflect multiple subjects.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Subject"/>

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