ATTRIBUTE NAME | DATA TYPE | M/O | KEY | DESCRIPTION |
---|---|---|---|---|
GEO_LOCATION_ID | xs:string(200) | M | PK | Identifier of the geographical location |
COORD_PRECISION | CoordPrecisionEnum | O | Precision of the provided coordinates | |
X_COORD | xs:decimal | O | Longitude (degrees) E/W | |
Y_COORD | xs:decimal | O | Latitude (degrees) N/S | |
ADDRESS | xs:string(200) | O | Address of the located entity | |
ZIP_CODE | xs:string(10) | O | ZIP code of the located entity | |
MUNICIPALITY | xs:string(200) | O | Municipality of the located entity | |
NUTS3 | NutsEnum | M | NUTS code level 3 of the located entity |
PK: Primary Key.