DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographyType"
Namespace:
Content:
complex, 5 attributes, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, Level, (ParentGeography | GeographicLayerBase[2..*])?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the levels of a geographic hierarchy.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      GeographyType (extension)
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GeographyType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element ref="Level"/>
<xs:choice minOccurs="0">
<xs:element ref="ParentGeography"/>
<xs:element maxOccurs="unbounded" minOccurs="2" ref="GeographicLayerBase"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 3/4)
GeographicLayerBase
Type:
ReferenceType, complex content
Use for geographic polygons that are the result of layering two or more geographic hierarchies where the polygon being described is the intersect of the layers. For example: State - County - County Subdivision - Place/Remainder - Tract [The portion of a tract that is within a single place (or non-place area) and a single county subdivision] This polygon is made by overlaying the following three geographic hierarchies: 1) State - Place, 2) State - County - Tract, and 3) State - County - Subdivision. The three GeographicLayerBase elements would point to Tract, Place, and County Subdivision.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="2" ref="GeographicLayerBase"/>

Level
Type:
GeographicLevelType, complex content
Describes a single level in a geographical breakdown (eg, country, province, etc.)
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Level"/>

ParentGeography
Type:
ParentGeographyType, complex content
Reference to a single containing (parent) geography.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ParentGeography"/>

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