complexType "GeographicLocationType"
Namespace:
Content:
complex, 7 attributes, 19 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes specific instances of GeographicLocations associated with a specified GeographicLevel in a GeographicStructure. In addition to the standard name, level, and description, specifies the Geographic Level either by reference to an existing description in a GeographicStructure or by a textual description, identifies the authorization source for naming and coding identification a set of individual LocationValues.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          GeographicLocationType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GeographicLocationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice>
<xs:element ref="GeographicLevelReference"/>
<xs:element ref="GeographicLevelDescription"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AuthorizedSource"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationValue"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/19)
AuthorizedSource
Type:
AuthorizedSourceType, complex content
An identifiable authorization source repeated for each identifying code type. This allows the codes to be used as representations for response domains and value representations by designating a specific set of locations and the code of an authorization source. An authorization source should differentiate between codes derived for different purposes within the same agency.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AuthorizedSource"/>

Description
Type:
StructuredStringType, complex content
A description of the GeographicLocation. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

GeographicLevelDescription
Type:
StructuredStringType, complex content
A description of the GeographicLevel. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicLevelDescription"/>

GeographicLevelReference
Type:
ReferenceType, complex content
Reference to an existing GeographicLevel describing structural level to which these locations belong.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicLevelReference"/>

GeographicLocationName
Type:
NameType, complex content
A name for the GeographicLocation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationName"/>

Label
Type:
LabelType, complex content
A display label for the GeographicLocation. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

LocationValue
Type:
LocationValueType, complex content
A location of the specified geographic level providing information on its name, identification codes, temporal and spatial coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationValue"/>

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