DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographicStructureType"
Namespace:
Content:
complex, 7 attributes, 5 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 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*, (Geography | GeographyReference)*
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains information on the hierarchy of the geographic structure. The structure can be defined within the DDI, or an external structure can be referenced.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          GeographicStructureType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GeographicStructureType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Geography"/>
<xs:element ref="GeographyReference"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/5)
Geography
Type:
GeographyType, complex content
Used to describe any level of geography, including overall coverage and each of the lower levels.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Geography"/>

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

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