complexType "TemporalCoverageType"
Namespace:
Content:
complex, 5 attributes, 7 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (7):
Agency, ID, MaintainableObject, ReferenceDate, URN, UserID, Version
All Direct / Indirect Based Elements (1):
TemporalCoverage
Known Usage Locations
Annotation
Describes the temporal coverage of the data described in a particular DDI module. A date may have a subject attached to it if the referent date has limited application.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  IdentifiableType (extension)
      TemporalCoverageType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="TemporalCoverageType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ReferenceDate"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/7)
ReferenceDate
Type:
ReferenceDateType, complex content
The time period to which the data refer. This item reflects the time period covered by the data, not dates in the life cycle of a study or collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ReferenceDate"/>

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