geo:GeometryProperty
Encapsulates or references a Geometry element. The Geography Markup Language (GML) specification uses property types and elements to encapsulate or reference GML class elements with identity. This element allows NIEM Geometry elements to be referenced from GML conformant application schemas developed for use with NIEM.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:GeometryPropertyType
Properties: Global, Qualified, Nillable
Content
- geo:Geometry [0..*] Any geometry. Specifies a Coordinate Reference System or must inherit one from a containing element.
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 |
Sample instance
<geo:GeometryProperty> <geo:Geometry> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </geo:Geometry> </geo:GeometryProperty>