simpleType "GeographicDescriptionCodeType"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xs:NMTOKEN |
Simple Content Restrictions:
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.)
|
|
All Direct / Indirect Based Elements (1):
-
All Direct / Indirect Based Attributes (1):
-
Annotation
Indicates the most discrete spatial object type identified for a single case. Note that data can be collected at a geographic point (address) and reported as such in a protected file, and then aggregated to a polygon for a public file.
Type Derivation Tree
xs:NMTOKEN (restriction)
GeographicDescriptionCodeType
|
Derivation: |
restriction of xs:NMTOKEN
|
Facets: |
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 (5); see within schema source)
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Point"/>
<xs:enumeration value="Polygon"/>
<xs:enumeration value="Line"/>
<xs:enumeration value="LinearRing"/>
</xs:restriction>
</xs:simpleType>
|