Construction types MicroMVD

The following MicroMVD vocabulary can be used to ensure IFC elements are categorised by construction type.

Feature: Construction types

In order to quickly determine typical construction types of elements
For procurement and coordination of subcontractors during construction and fabrication
Each element should be assigned to a relevant typical construction type

Scenario: Receiving a file
 * The IFC file "{file}" must be provided
 * IFC data must use the {schema} schema

Scenario: All elements need to have a construction type assigned
 * Construction type names must be unique
 * The following construction types are approved:
   | IFC Element Type | Name   |
   | {ifc_class}      | {name} |

You can fill out the variables using the guide below.

VariableExampleDescription
{file}project.ifcThe filename or path to any IFC file.
{schema}IFC4The schema version. At the moment, these are likely to be either IFC4 or IFC2X3.
{guid}28q3AgmxP5cepIweO5Of$oThis is a 22 character GlobalId for a particular IFC element.
{ifc_class}IfcWallTypeThis case insensitive text value must correspond to the full name of an IFC class. This must be an IfcElementType class.
{name}CON01Any valid label that is used to tag or annotate construction types on drawings or schedules.