MicroMVDs for exchange requirements/Project setup MicroMVD

From Wiki.OSArch
< MicroMVDs for exchange requirements
Revision as of 23:04, 30 March 2020 by Moult (talk | contribs) (Created page with "The following MicroMVD vocabulary can be used to ensure basic project metadata is set, as a minimum requirement for all BIM proje...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following MicroMVD vocabulary can be used to ensure basic project metadata is set, as a minimum requirement for all BIM projects.

Test definition Justification
Given the IFC file "{file}" An IFC-SPF file is the expected format for a project.
Then the file should be an {schema} file Project data must conform to a client-nominated schema. The {schema} may be IFC2X3 or IFC4 in general.
Then the project has a Name attribute with a value of "{value}" A project must have a name given to it.
Then the project has a LongName attribute with a value of "{value}" A project generally also has a longer name associated with it.
Then the project should have geolocation data This checks for geolocation according to the buildingSMART recommendation in IFC2X3 and the native elements in IFC4.
Given there is at least one IfcSite element Most projects have a site.
Then there is an IfcSite element with a Name attribute with a value of "{value}" If a site exists, it typically has a name.
Given there is at least one IfcBuilding element Most projects have a building.
Then there is an IfcBuilding element with a Name attribute with a value of "{value}" If a building exists, it typically has a name.