complexType "IncludedGeographicLocationCodesType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Specifies the Geographic Location Codes included in the representation by providing a reference to the authorized source of the code, the GeographicLocation used, and any excluded values.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="IncludedGeographicLocationCodesType">
<xs:sequence>
<xs:element minOccurs="0" ref="AuthorizedSourceReference"/>
<xs:element minOccurs="0" ref="GeographicLocationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludedLocationValueReference"/>
</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 GeographicLocation 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"/>

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

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

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