Schemas / BIM / OpenBIM
rig.bim.space
v0.31.0 · draft 0 fields 0 required
Fields
Marker component — presence is the whole meaning, no fields.
Space / room marker (IfcSpace). Format when present - presence means this entity is a space.
No fields. Compose:
rig.bim.classify-IfcSpaceand optional predefined typerig.bim.pset- area, volume, occupancy (Pset_SpaceCommon, ...)rig.spatial.relationship- containment under a storeyrig.meta.named- room name / number / GlobalId
Do not invent area or volume fields here - they are typed parameters on pset.
JSON Schema
Resolves at https://rig.works/schemas/rig.bim.space.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.bim.space.schema.json",
"title": "rig.bim.space",
"type": "object",
"additionalProperties": false,
"properties": {},
"minProperties": 0
}