complexType "CoverageType"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 7 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the temporal, spatial and topical coverage. At the instance level these descriptions should be inclusive of the coverage of all modules in the instance. The element is available within individual modules and can be used to refine the coverage to that of the individual module.
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="CoverageType">
<xs:sequence>
<xs:choice minOccurs="0">
<xs:element ref="TopicalCoverageReference"/>
<xs:element ref="TopicalCoverage"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="SpatialCoverageReference"/>
<xs:element ref="SpatialCoverage"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="TemporalCoverageReference"/>
<xs:element ref="TemporalCoverage"/>
</xs:choice>
<xs:element minOccurs="0" ref="RestrictionProcess"/>
</xs:sequence>
<xs:attribute default="false" name="isRestrictionOfParentCoverage" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isRestrictionOfParentCoverage
Type:
xs:boolean, predefined
Use:
optional
If the coverage described within this object is a restriction of the coverage of its parent study or group set this attribute to "true". If the coverage of a specific type (spatial, topical, or temporal) is not a restriction, include this coverage type by reference to that described in parent. Create a new coverage for the type being restricted.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isRestrictionOfParentCoverage" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 7/7)
RestrictionProcess
Type:
RestrictionProcessType, complex content
Allows for a specific machine actionable description of the restriction process using a GenerationInstructionReference, if one currently exists, or through a CommandCode. In the case of a physical instance, the RestrictionProcess would be the same as a case, record or variable selection process.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RestrictionProcess"/>

SpatialCoverage
Type:
GeographicCoverageType, complex content
Description of the geographic coverage of the data described in a particular DDI module.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SpatialCoverage"/>

SpatialCoverageReference
Type:
ReferenceType, complex content
Reference to a previously defined spatial coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SpatialCoverageReference"/>

TemporalCoverage
Type:
TemporalCoverageType, complex content
Description of the temporal coverage of the data described in a particular DDI module.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TemporalCoverage"/>

TemporalCoverageReference
Type:
ReferenceType, complex content
Reference to a previously defined temporal coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TemporalCoverageReference"/>

TopicalCoverage
Type:
TopicalCoverageType, complex content
Description of the topical coverage of the data described in a particular DDI module.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TopicalCoverage"/>

TopicalCoverageReference
Type:
ReferenceType, complex content
Reference to a previously defined topical coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TopicalCoverageReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set