Installation Conceptual Model
From MyWiki
This class allows to store data about building HVAC systems, energy meters and public lighting lamps and lines.
Attribute Name | Attribute Description | Data type | Notes |
UUID | Primary ID | text string | Unique ID for the installation |
UUID_INST2BDG | Parent building ID | text string | The primary ID of the element (building unit , building or district) to which the installation refers |
GEOMETRY | Geomerty | Geomerty | Mandatory. Can be either point, 2D or 3D polygon |
IDENTIFIER_ID_NAME | Dataset namespace | text string | Allows to identify the records that refer to different sets of installation data, e.g. the dataset of municipal thermal plants, the dataset of private district network substations, etc. |
IDENTIFIER_ID_LOC | Dataset namespace ID | text string | An optional local ID to identify records within the same dataset namespace |
EXT_REF_INF_SYS_NAME | External information system name | text string | Allows to link the record with an external information system where the same element is also listed: e.g. National HVAC Cadastre Database |
EXT_REF_IDENTIFIER | External information system URL | text string | E.g. www.nationalHVACcadastre.eu |
EXT_REF_REFERENCE | External information system ID | text string | The ID that the element described in the record has in the external information system.
This field could be used also to store the installation address. |
NAME | Name of of the element in the record | text string | E.g. "Central Heating plant for Primary School 'Antonio Vivaldi'" |
LIFESPAN_BEGINNING | Date of record creation | date | Describes when the record was created |
LIFESPAN_END | Date of record validity end | date | Optional. Describes when the information in the record stops to be valid. |
INSTALLATION_NATURE | Type of installation | CODELIST | E.g. heating (boiler, plant, etc), cooling, ventilation, photovoltaic panel, solar thermal panel, energy meter, lamp, light line, etc |
DATE_ACTIVATION | Begin of installation activity | date | If a precide date is unknown, just the year is enough |
POWER | Maximum power (kW) | real number | Optional, only if the installation has a maximum power (e.g. heating system) |
SURFACE | Collecting surface (m2) | real number | Optional, only if the installation has a relevant surface (e.g. photovoltaic panels) |
LAMP_TYPE | Lamp type | text string | Optional, only if the installation has a lamp type (e.g. public/private lighting) |
DATE_C_BEGINNING | Construction year (begin) | integer number (yyyy) | If the exact construction year is known it should be written here. If only a reference period is known, write here the year at the beginning of the period. |
DATE_C_END | Construction year (end) | integer number (yyyy) | Optional. If only a reference period is known, write here the year at the end of the period. |
DATE_R_BEGINNING | Renovation year (begin) | integer number (yyyy) | If the exact renovation year is known it should be written here. If only a reference period is known, write here the year at the beginning of the period. |
DATE_R_END | Renovation year (end) | integer number (yyyy) | Optional. If only a reference period is known, write here the year at the end of the period. |