have:OrganizationGeoLocation
Element information
Namespace: urn:oasis:names:tc:emergency:EDXL:HAVE:1.0
Schema document: external/have/1.0/have.xsd
Type: have:OrganizationGeoLocation
Properties: Local, Qualified
Content
from type geo-oasis:WhereType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
featuretypetag | [0..1] | xsd:NCName | Optional where attribute indicating the type of geographic entity is being referred to. Default is "location" | from group geo-oasis:whereAttrGroup |
relationshiptag | [0..1] | xsd:NCName | Optional where attribute indicating how geotagged content is related to the represented location. Default is "isLocatedAt" | from group geo-oasis:whereAttrGroup |
elev | [0..1] | xsd:double | Optional where attribute indicating a GPS-measured elevation in meters (e.g. WGS84 geoid height) | from group geo-oasis:whereAttrGroup |
floor | [0..1] | xsd:double | Optional where attribute indicating elevation by building floor | from group geo-oasis:whereAttrGroup |
radius | [0..1] | xsd:double | Optional where attribute indicating size in meters of a radius or buffer being indicated around the geometry (e.g. radius of circular area around a point geometry | from group geo-oasis:whereAttrGroup |
Used in
- Anonymous type of element have:Organization
Sample instance
<have:OrganizationGeoLocation> <gml:Point> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </have:OrganizationGeoLocation>