Skip to content

Commit

Permalink
Entity name should be UPPERCASE (#138)
Browse files Browse the repository at this point in the history
This might change in the future, depending on #132, but for the time
being `IfcBuildingStorey` is invalid.
  • Loading branch information
CBenghi committed Mar 21, 2023
1 parent 6b4ebf6 commit 07f4f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/IDS_demo_BIM-basis-ILS.ids
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ids:applicability>
<ids:entity>
<ids:name>
<ids:simpleValue>IfcBuildingStorey</ids:simpleValue>
<ids:simpleValue>IFCBUILDINGSTOREY</ids:simpleValue>
</ids:name>
</ids:entity>
</ids:applicability>
Expand Down

0 comments on commit 07f4f28

Please sign in to comment.