AddressLocator

datatype

Inspire revision 4711 Gyldig

Human readable designator or name that allows a user or application to reference and distinguish the address from neighbour addresses, within the scope of a thoroughfare name, address area name, administrative unit name or postal designator, in which the address is situated. -- Description -- NOTE 1 The most common locators are designators like an address number, building number or flat identifier as well as the name of the property, complex or building. NOTE 2 The locator identifier(s) are most often only unambiguous and meaningful within the scope of the adjacent thoroughfare name, address area name or post code. NOTE 3 The locator could be composed of one or more designators e.g., address number, address number suffix, building number or name, floor number, flat or room identifier. In addition to these common locator types, also narrative or descriptive locators are possible. NOTE 4 The locators of an address could be composed as a hierarchy, where one level of locators identifies the real property or building while another level of locators identifies the flats or dwellings inside the property. EXAMPLE 1 In a Spanish city a "site-level" locator could identify a building on the thoroughfare name "Calle Gran Vía using the address number "8". If the building has four entrance doors, the door number "3" could be the "access-level" locator. The 3rd door could, via two staircases "A" and "B", give access to a number of floors, identified by a number "1" to "5" on which a number of dwellings are situated, also identified by numbers "1" to "3"; The "unit level" locator will thus composed of staircase-, floor- and dwelling identification e.g. "staircase A, floor 5, dwelling 1". In total, the three parent-child levels of locators uniquely identify the dwelling. EXAMPLE 2 In Copenhagen an "access level" locator could identify a specific entrance door in a building on the thoroughfare name "Wildersgade" using the address number "60A" (In Denmark the optional suffix is a part of the address number). The entrance door gives access to a number of floors, e.g, "st", "1", "2", "3", on which two dwellings are situated "tv" and "th". The "unit level" locator will thus be composed by a floor- and a door identifier: "2. th." (2nd floor, door to the right). In total, the two parent-child levels of locators uniquely identify the dwelling. EXAMPLE 3 In The Netherlands only one level of locators exists. The individual apartment within a large complex, a dwelling, a part of other kinds of buildings (for example an office), a mooring place or a place for the permanent placing of trailers are addressable objects which must have an address. This address is the only level of the locator. This locator could be composed by three attributes the house number, plus optionally an additional house letter, plus optionally an additional housenumber suffix. EXAMPLE 4 Sometimes the building name is an alternative identifier to the address number e.g. the house located in "Calle Santiago, 15, Elizondo-Baztán, Navarra, Spain" is also identified by the building name "Urtekoetxea"
Egenskap Stereotype Beskrivelse Type Multiplisitet
designator LocatorDesignator (datatype) 0..*
- designator CharacterString 1..1
- type LocatorDesignatorTypeValue (kodeliste) 1..1
name LocatorName (datatype) 0..*
- name GeographicalName (datatype) 1..*
- type LocatorNameTypeValue (kodeliste) 1..1
level LocatorLevelValue (kodeliste) 1..1
Navn Type Lengde Multiplisitet
LocatorDesignator 0..*
LocatorName 0..*
LocatorLevelValue 1..1
Name Type English Description
designator LocatorDesignator A number or a sequence of characters that uniquely identifies the locator within the relevant scope(s).
name LocatorName A geographic name or descriptive text associated to a property identified by the locator. -- Description -- NOTE 1 The locator name could be the name of the property or complex (e.g. an estate, hospital or a shopping mall), of the building or part of the building (e.g. a wing), or it could be the name of a room inside the building. NOTE 2 As locator name it is also possible to use a description that allows a user to identify the property in question. NOTE 3 The locator name could be an alternative addition to the locator designator (e.g. the address number) or it could be an independent identifier. EXAMPLE In the address "Calle Santiago, 15, Elizondo-Baztán, Navarra, Spain" the building name "Urtekoetxea" is an alternative to the building identifier "3".
level LocatorLevelValue The level to which the locator refers.

Vis AddressLocator i NVDB Datakatalog

Id Navn Type Multiplisitet
LocatorDesignator 0 ..*
LocatorName 0 ..*
LocatorLevelValue 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon AddressLocator withinScopeOf AddressComponent 0..1
Navn Beskrivelse
DesignatorEmpty /* If no designator exists, a name is required. */ inv: self.designator->isEmpty() implies self.name->notEmpty()
NameEmpty /* If no name exists, a designator is required. */ inv: self.name->isEmpty() implies self.designator->notEmpty()