a:LocationByCoordinates
Simple Geo-coordinates of the address/location
Element information
Namespace: urn:oasis:names:tc:ciq:xal:3
Schema document: external/have/1.0/xAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:Latitude [0..1] Latitude details
- a:Longitude [0..1] Longitude details
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
a:Meridian | [0..1] | a:MeridianCodeList | The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data | |
a:MeridianCodeType | [0..1] | ct:String | Type of code used. e.g. EPSG Code | |
a:Datum | [0..1] | a:DatumCodeList | The collection of the coordinate numeric values depends on the agreed datum within which the measurement was taken. Declaration of the datum is necessary as it cannot be assumed in the data | |
a:DatumCodeType | [0..1] | ct:String | Type of code used. e.g. EPSG Code, WGS-84 | |
a:Projection | [0..1] | a:ProjectionCodeList | Coordinates have limited utility and application depending on the projection required for visualisation in a map. Declaration of projection is necessary as it cannot be assumed in data | |
a:ProjectionCodeType | [0..1] | ct:String | Type of code used. e.g. EPSG Code | |
ct:DataQualityType | [0..1] | ct:DataQualityTypeList | This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid" | from group ct:grDataQuality |
ct:ValidFrom | [0..1] | xsd:dateTime | Date the data quality is valid from | from group ct:grDataQuality |
ct:ValidTo | [0..1] | xsd:dateTime | Date the data quality is valid to | from group ct:grDataQuality |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xpil:Address via extension of a:AddressType
- Type a:AddressType (Elements a:Address, xpil:AddressOnDocument, xpil:BirthPlaceDetails)
Sample instance
<a:LocationByCoordinates> <a:Latitude/> <a:Longitude/> </a:LocationByCoordinates>