complexType "PrimaryComponentLevelType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
CoverageLimitation, GeographicLevelReference
All Direct / Indirect Based Elements (1):
PrimaryComponentLevel
Known Usage Locations
Annotation
Provides references to the base level elements that are used as building blocks for composed geographies. For example, Metropolitan areas that are composed of counties except in the New England States where they are composed of county subdivisions, or School Attendance Boundaries (SABINS) built from Census Blocks. This structure allows for specifying the basic building block for composed areas and any restrictions (coverage limitations).
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PrimaryComponentLevelType">
<xs:sequence>
<xs:element minOccurs="0" ref="GeographicLevelReference"/>
<xs:element minOccurs="0" ref="CoverageLimitation"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
CoverageLimitation
Type:
InternationalStringType, complex content
Describes a limitation of the coverage such as all Metropolitan Areas EXCEPT those in New England States.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CoverageLimitation"/>

GeographicLevelReference
Type:
ReferenceType, complex content
Reference to the Geographic Level used as the basic building block to a composite area. Use the largest level that is consistently used in full (i.e. Use a State rather than the sub-level County if a State is always a member of the composed unit in its entirety.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicLevelReference"/>

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