AdministrativeUnit

objekttype

Inspire revision 4711 Gyldig

-- Name -- administrative unit
Unit of administration where a Member State has and/or exercises jurisdictional rights, for local, regional and national governance.
Egenskap Stereotype Beskrivelse Type Multiplisitet
geometry -- Name -- geometry GM_MultiSurface 1..1
nationalCode -- Name -- national code CharacterString 1..1
inspireId -- Name -- inspire id Identifier (datatype) 1..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
nationalLevel -- Name -- national level AdministrativeHierarchyLevel (kodeliste) 1..1
nationalLevelName -- Name -- national level name LocalisedCharacterString 1..*
country -- Name -- country CountryCode (kodeliste) 1..1
name -- Name -- name GeographicalName (datatype) 1..*
- language CharacterString 1..1
- nativeness NativenessValue (kodeliste) 1..1
- nameStatus NameStatusValue (kodeliste) 1..1
- sourceOfName CharacterString 1..1
- pronunciation PronunciationOfName (datatype) 1..1
- spelling SpellingOfName (datatype) 1..*
- grammaticalGender GrammaticalGenderValue (kodeliste) 0..1
- grammaticalNumber GrammaticalNumberValue (kodeliste) 0..1
residenceOfAuthority -- Name -- residence of authority ResidenceOfAuthority (datatype) 1..*
- name GeographicalName (datatype) 1..1
- geometry GM_Point 1..1
beginLifespanVersion -- Name -- begin lifespan version DateTime 1..1
endLifespanVersion -- Name -- end lifespan version DateTime 0..1
Navn Type Lengde Multiplisitet
GM_MultiSurface 1..1
CharacterString 1..1
Identifier 1..1
AdministrativeHierarchyLevel 1..1
LocalisedCharacterString 1..*
CountryCode 1..1
GeographicalName 1..*
ResidenceOfAuthority 1..*
DateTime 1..1
DateTime 0..1
Name Type English Description
geometry GM_MultiSurface Geometric representation of spatial area covered by this administrative unit.
nationalCode CharacterString Thematic identifier corresponding to the national administrative codes defined in each country.
inspireId Identifier External object identifier of the spatial object. -- Description -- NOTE An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
nationalLevel AdministrativeHierarchyLevel Level in the national administrative hierarchy, at which the administrative unit is established.
nationalLevelName LocalisedCharacterString Name of the level in the national administrative hierarchy, at which the administrative unit is established.
country CountryCode Two-character country code according to the Interinstitutional style guide published by the Publications Office of the European Union.
name GeographicalName Official national geographical name of the administrative unit, given in several languages where required.
residenceOfAuthority ResidenceOfAuthority Center for national or local administration.
beginLifespanVersion DateTime Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
endLifespanVersion DateTime Date and time at which this version of the spatial object was superseded or retired in the spatial data set.

Vis AdministrativeUnit i NVDB Datakatalog

Id Navn Type Multiplisitet
GM_MultiSurface 1 ..1
CharacterString 1 ..1
Identifier 1 ..1
AdministrativeHierarchyLevel 1 ..1
LocalisedCharacterString 1 ..*
CountryCode 1 ..1
GeographicalName 1 ..*
ResidenceOfAuthority 1 ..*
DateTime 1 ..1
DateTime 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon AdminUnitName adminUnit AdministrativeUnit 1
assosiasjon lowerLevelUnit AdministrativeUnit 0..* upperLevelUnit AdministrativeUnit 0..1
assosiasjon AreaStatisticalUnit administrativeUnit AdministrativeUnit 0..*
assosiasjon administeredBy AdministrativeUnit 0..* coAdminister AdministrativeUnit 0..*
assosiasjon admUnit AdministrativeUnit 1..* boundary AdministrativeBoundary 1..*
assosiasjon condominium Condominium 0..* admUnit AdministrativeUnit 1..*
assosiasjon CadastralParcel administrativeUnit AdministrativeUnit 0..1
assosiasjon BasicPropertyUnit administrativeUnit AdministrativeUnit 1
assosiasjon ExceedenceArea administrativeUnit AdministrativeUnit 1
Navn Beskrivelse
AdmininstrativeUnitHighestLevel /* No unit at highest level can associate units at a higher level. */ inv: self.nationalLevel = '1stOrder' implies self.upperLevelUnit->isEmpty() and self.loweLevelUnit->notEmpty()
AdministrativeUnitLowestLevel /* No unit at lowest level can associate units at lower level. */ inv: self.nationalLevel = '6thOrder' implies self.lowerLevelUnit->isEmpty and self.upperLevelUnit->notEmpty
CondominiumsAtCountryLevel /*Association role condominium applies only for administrative units which nationalLevel='1st order' (country level). */ inv: self.condominium->notEmpty implies self.nationalLevel = '1stOrder'