geo:Map
A map image (gif, jpeg, png, tiff, svg, etc.), base64 encoded in-line, or referenced via a URL. A local reference to a map image (gif, jpeg, png, tiff, svg, etc.), base64 encoded in-line, or referenced via a URL.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Content
- xls:Map [1..*]
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:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Map
Sample instance
<geo:Map> <xls:Map> <xls:Content format="string" width="1" height="1"> <xls:Data>string</xls:Data> </xls:Content> <xls:BBoxContext> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BBoxContext> </xls:Map> </geo:Map>