Building

Mapping of the FESD attributes to the WorkZone FESD Web Services database fields and notes on WorkZone FESD Web Services implementation are presented in the table below.

FESD Parameter WorkZone FESD Web Services Table WorkZone FESD Web Services Field WorkZone FESD Web Services Implementation Notes
userIdentifier N/A N/A Is recorded to the Use_log.identification field.
buildingIdentifier Name fesd_id_key Mandatory parameter of type GUID instead of optional parameter specified by FESD standard.
buildingNumber Contact_info info Field custom_label contains value "bygningsNr" – house number.
municipalRealPropertyIdentifier Name name_code

Is retrieved from WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve name_key from a row found in Name table by fesd_id_key = buildingIdentifier.
  2. Retrieve name_ref_key from a row found in Name_name table by name_key and name_type = "1" ("Real property").
  3. Retrieve name_code from a row found in Name table by name_key = name_ref_key.
municipalityCode Name name_code

Is retrieved from WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve Name_ref_key from a row found in Name_name table by name_key = name_key of found Real Property.
  2. Retrieve name_code from a row found in the Name table by name_key = name_ref_key.
BBRIdentifier Name name_code Is retrieved from the original record in the Name table.
address See Building Address.