complexType "GeographicDelineationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
"true" |
|
= |
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet") |
|
= |
("Point" | "Polygon" | "Line" | "LinearRing") |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, GeographicDelineationName*, Label*, Description?, Datum, CoordinateSystem, CoordinateZone?, CoordinateSource, ErrorCorrection, Offset, GeoreferencedObject, AddressMatchType?, CoordinatePairs+, AlternateOffset?, AlternateObject?, AlternateCoordinateSystem? |
|
</...> |
Content Model Elements (26):
-
AddressMatchType,
Agency,
AlternateCoordinateSystem,
AlternateObject,
AlternateOffset,
BasedOnReference,
CoordinatePairs,
CoordinateSource,
CoordinateSystem,
CoordinateZone,
Datum,
Description,
ErrorCorrection,
GeographicDelineationName,
GeoreferencedObject,
ID,
Label,
MaintainableObject,
Offset,
URN,
UserAttributePair,
UserID,
Version,
VersionRationale,
VersionResponsibility,
VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
Means of describing Geographic position information in a consistent way within a delineation so that they can be reused by multiple questions. In addition to the name, label, and description of the delineation, 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 GeographicDelineationType |
XML Source (w/o annotations (18); see within schema source)
<xs:complexType name="GeographicDelineationType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> <xs:element name="Offset" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 2/8)
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; 15/26) -
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)
-
A description of the content and purpose of the delineation. May be expressed in multiple languages and supports the use of structured 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)
-
A name for the delineation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
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)
-
A display label for the delineation. 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="Label"/> |
-
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"/> |