DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TemporalCoverageType"
Namespace:
Content:
complex, 5 attributes, 2 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, ReferenceDate*
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the temporal coverage of the data described in a particular DDI module.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      TemporalCoverageType (extension)
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 (defined in this component only; 1/2)
ReferenceDate
Type:
DateType, 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set