geo:Geometry
Any geometry. Specifies a Coordinate Reference System or must inherit one from a containing element.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Content
- Choice [1..*]
- gml:Grid
- gml:RectifiedGrid Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation
from subst. group gml:_GeometricPrimitivefrom subst. group gml:_Ringfrom subst. group gml:_GeometricAggregatefrom subst. group gml:_ImplicitGeometry
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:LocationPropertyType
- Type geo:GeometryPropertyType (Element geo:GeometryProperty)
- Type geo:RelativeLocationType (Element geo:RelativeLocation)
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Location
- can be substituted with geo:Geometry
- can be substituted with geo:Location
Sample instance
<geo:Geometry> <gml:Point> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </geo:Geometry>