DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographicStructureSchemeType"
Namespace:
Content:
complex, 11 attributes, 9 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, GeographicStructureSchemeName*, r:Label*, r:Description*, GeographicStructureSchemeReference*, (r:GeographicStructure | r:GeographicStructureReference)*
</...>
Content Model Elements (9):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This scheme contains a set of geographic structure types and their relationship to each other. For example, the structure types in the U.S. Census geographic hierarchy used in summary files.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              GeographicStructureSchemeType (extension)
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GeographicStructureSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicStructureSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicStructureSchemeReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:GeographicStructure"/>
<xs:element ref="r:GeographicStructureReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 6/9)
GeographicStructureSchemeName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicStructureSchemeName"/>

GeographicStructureSchemeReference
Type:
r:SchemeReferenceType, complex content
Allows for inclusion by reference of another geographic structure scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicStructureSchemeReference"/>

r:Description
Type:
r:StructuredStringType, mixed content
A description of the use of the geographic structure scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:GeographicStructure
Type:
r:GeographicStructureType, complex content
Describes a geographic structure contained in the scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:GeographicStructure"/>

r:GeographicStructureReference
Type:
r:ReferenceType, complex content
References a geographic structure, for inclusion in the scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:GeographicStructureReference"/>

r:Label
Type:
r:LabelType, mixed content
A display label for the geographic structure scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

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