bimr-viewer-ifcx/examples/Hello Wall/hello-wall-add-fire-rating-60.ifcx
rvba 84e773a112
Some checks failed
CI / build (push) Has been cancelled
Deploy to Pages / deploy (push) Has been cancelled
release: 0.0.1
2026-08-31 10:20:57 +02:00

29 lines
No EOL
631 B
Text

{
"header": {
"id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/hello-wall-add-fire-rating-60.ifcx",
"ifcxVersion": "ifcx_alpha",
"dataVersion": "0.1.2",
"author": "technical@buildingsmart.org",
"timestamp": "2025-06-27"
},
"imports": [],
"schemas": {
"bsi::ifc::prop::FireRating": {
"value": {
"dataType": "Enum",
"enumRestrictions": {
"options": ["R30", "R60"]
}
}
}
},
"data": [
{
"path":"93791d5d-5beb-437b-b8ec-2f1f0ba4bf3b",
"attributes": {
"bsi::ifc::prop::FireRating": "R60"
}
}
]
}