complexType "GeographicRepresentationBaseType"
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: |
RecommendedDataType?, GenericOutputFormat?, MeasurementUnit?, Datum, CoordinateSystem, CoordinateZone?, CoordinateSource, ErrorCorrection, Offset, GeoreferencedObject, AddressMatchType?, CoordinatePairs+, AlternateOffset?, AlternateObject?, AlternateCoordinateSystem? |
|
</...> |
Content Model Elements (8):
-
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Structures the representation for a geographic point to ensure collection of relevant information using a single response domain structure. 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). The structure provides a description of the default values for the datum type, coordinate system used, the coordinate zone, error correction method, standard offset, the geographic object being positioned, the type of address match if used, the point format, and spatial primitive type. It provides response options for the coordinate pairs being captured, and alternate values for the offset, geo-referenced object and coordinate system if a different one is used to capture a specific response.
Type Derivation Tree
GeographicRepresentationBaseType
|
XML Source (w/o annotations (15); see within schema source)
<xs:complexContent>
</xs:complexContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/5)
pointFormat
-
The type attribute is used by the documenter to describe the numeric response domain.
Attribute Value
enumeration of xs:NMTOKEN
|
Enumeration: |
"DecimalDegree" |
- |
Value is expressed as a decimal degree.
|
"DegreesMinutesSeconds" |
- |
Value is expressed as Degrees-minutes-seconds.
|
"DecimalMinutes" |
- |
Value is expressed as Decimal Minutes.
|
"Meters" |
- |
Value is expressed in meters.
|
"Feet" |
- |
Value is expressed in feet.
|
|
XML Source (w/o annotations (1); see within schema source)
spatialPrimitive
-
Indicates the spatial primitive object which the point references.
Attribute Value
enumeration of xs:NMTOKEN
|
Enumeration: |
"Point" |
- |
Single geographical point (e.g., an address).
|
"Polygon" |
- |
Geographic area described with a set of three or more points (e.g., the boundary of a country).
|
"Line" |
- |
Set of points describing a line (e.g., a street).
|
"LinearRing" |
- |
An area with a defined radius (e.g., area within x miles of a specific point.)
|
|
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 12/15)
-
Use for coordinates obtained through address matching only. Identify the address matching method. Example: street segment match, ZIP code centroid, etc. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Specifies the coordinate system used for a response if different from that stated in the response structure.
XML Source (w/o annotations (1); see within schema source)
-
If the default geo-referenced object is unavailable or cannot be measured, allows identification of an alternate object.
XML Source (w/o annotations (1); see within schema source)
-
If unable to use the standard offset, allows entry of a non-standard offset figure.
XML Source (w/o annotations (1); see within schema source)
-
Field to capture coordinate pairs as individual pairs or as an array of pairs.
XML Source (w/o annotations (1); see within schema source)
-
The standard coordinate source being used. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
The standard coordinate system used. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
The standard coordinate zone being used. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
The standard datum format used. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
The standard method of error correction being used. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
The standard object for which the geographic coordinates are being captured. This could be a household, village centroid, etc. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
A definition of the standard offset used when taking a coordinate reading on the geo-referenced object.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Offset" type="xs:string"/>
|