complexType "IncludedGeographicStructureCodesType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
AuthorizedSourceReference, ExcludedGeographicLevelReference, GeographicStructureReference
All Direct / Indirect Based Elements (1):
IncludedGeographicStructureCodes
Known Usage Locations
Annotation
Specifies the Geographic Structure Codes included in the representation by providing a reference to the authorized source of the code, the GeographicStructure used, and any excluded levels.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="IncludedGeographicStructureCodesType">
<xs:sequence>
<xs:element minOccurs="0" ref="AuthorizedSourceReference"/>
<xs:element minOccurs="0" ref="GeographicStructureReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludedGeographicLevelReference"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
AuthorizedSourceReference
Type:
ReferenceType, complex content
A reference to the Authorized Source of the value used by this representation. A GeographicStructure may have more than one Authorized Source included in the listing.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AuthorizedSourceReference"/>

ExcludedGeographicLevelReference
Type:
ReferenceType, complex content
A reference to a Structure Level that is excluded, not used by, this representation. May be repeated to exclude multiple Structure values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludedGeographicLevelReference"/>

GeographicStructureReference
Type:
A reference to the GeographicStructure used by this representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicStructureReference"/>

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