DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographicLocationType"
Namespace:
Content:
complex, 7 attributes, 8 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, (Values | GeographicLocationReference)*, AuthorityOrganizationReference, (GeographicLevelReference | GeographicLevelDescription+)
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
References or describes specific geographic codes/values.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          GeographicLocationType (extension)
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GeographicLocationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Values"/>
<xs:element ref="GeographicLocationReference"/>
</xs:choice>
<xs:element ref="AuthorityOrganizationReference"/>
<xs:choice>
<xs:element ref="GeographicLevelReference"/>
<xs:element maxOccurs="unbounded" ref="GeographicLevelDescription"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 5/8)
AuthorityOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, defined in the organization scheme, responsible for the code.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AuthorityOrganizationReference"/>

GeographicLevelDescription
Type:
StructuredStringType, mixed content
Human-readable description of a geographic level, when there is no formal DDI description of it.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="GeographicLevelDescription"/>

GeographicLevelReference
Type:
ReferenceType, complex content
Reference to a Geographic Level.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicLevelReference"/>

GeographicLocationReference
Type:
ReferenceType, complex content
Reference to a previously defined set of geographic values.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicLocationReference"/>

Values
Type:
GeographyValuesType, complex content
Allows inclusion of specific values (eg. for the geographic level of "country" allows specification of Germany, Norway, Sweden etc.).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Values"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set