complexType "GeographicDomainType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:NMTOKENS |
|
= |
xs:boolean |
|
= |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") |
|
= |
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet") |
|
= |
("Point" | "Polygon" | "Line" | "LinearRing") |
|
|
> |
|
Content: |
r:RecommendedDataType?, r:GenericOutputFormat?, r:Datum, r:CoordinateSystem, r:CoordinateZone?, r:CoordinateSource, r:ErrorCorrection, r:Offset, r:GeoreferencedObject, r:AddressMatchType?, r:CoordinatePairs+, r:AlternateOffset?, r:AlternateObject?, r:AlternateCoordinateSystem?, r:Label*, r:Description? |
|
</...> |
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):
-
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 GeographicDomainType |
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GeographicDomainType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 2/16) -
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)
-
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"/> |