complexType "GeographicDomainType"
Namespace:
Content:
complex, 5 attributes, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet")
 = 
("Point" | "Polygon" | "Line" | "LinearRing")
   
>
   
Content: 
</...>
Content Model Elements (16):
r:AddressMatchType, r:AlternateCoordinateSystem, r:AlternateObject, r:AlternateOffset, r:CoordinatePairs, r:CoordinateSource, r:CoordinateSystem, r:CoordinateZone, r:Datum, r:Description, r:ErrorCorrection, r:GenericOutputFormat, r:GeoreferencedObject, r:Label, r:Offset, r:RecommendedDataType
All Direct / Indirect Based Elements (1):
GeographicDomain
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). Note that the common response domain objects (OutParameter, ResponseCardinality, and ContentDateOffset) are available at each of the response objects in the representation.
Type Definition Detail
Type Derivation Tree
r:RepresentationType (extension)
      GeographicDomainType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GeographicDomainType">
<xs:complexContent>
<xs:extension base="r:GeographicRepresentationBaseType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the domain. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the domain. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set