DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographicDomainType"
Namespace:
Content:
complex, 5 attributes, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    blankIsMissingValue
 = 
xs:boolean
    classificationLevel
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    format
 = 
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet")
    missingValue
 = 
xs:NMTOKENS
    spatialPrimitive
 = 
("Point" | "Polygon" | "Line" | "LinearRing")
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, Datum, CoordinateSystem, CoordinateZone?, CoordinateSource, ErrorCorrection, Offset, GeoreferencedObject, AddressMatchType?, CoordinatePairs+, AlternateOffset?, AlternateObject?, AlternateCoordinateSystem?, Label*, r:Description*
</...>
Content Model Elements (16):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Structures the response domain for a geographic point to ensure collection of relevant information. The point may be associated with a polygon (such as the centroid of the polygon) or a line (end or shape points of a line).
Type Definition Detail
Type Derivation Tree
      GeographicDomainType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GeographicDomainType">
<xs:complexContent>
<xs:extension base="r:GeographicRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/16)
Label
Type:
Label for the response domain as a human-readable string.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

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

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