complexType "GeographicLocationType"
Namespace:
Content:
complex, 6 attributes, 18 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)
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (18):
Agency, AuthorizedSource, BasedOnObject, Description, GeographicLevelDescription, GeographicLevelReference, GeographicLocationName, ID, Label, LocationValue, MaintainableObject, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
GeographicLocation
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
AbstractIdentifiableType (extension)
  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/18)
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. 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 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. May be expressed in multiple languages. 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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set