Skip to content

Commit

Permalink
Removed invalid PSET requirements (#269)
Browse files Browse the repository at this point in the history
Qto_SpaceBaseQuantities was not an appropriate match for the set.
Applicability was constrained to IFCSIGN or IFCSIGNTYPE, which is not
a suitable type match.
  • Loading branch information
CBenghi authored Apr 8, 2024
1 parent 57f5189 commit 4294088
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions Development/IDS_oma.ids
Original file line number Diff line number Diff line change
Expand Up @@ -940,32 +940,6 @@
<ids:simpleValue>Title</ids:simpleValue>
</ids:baseName>
</ids:property>
<ids:property dataType="IFCLENGTHMEASURE" instructions="Derived height of the sign">
<ids:propertySet>
<ids:simpleValue>Qto_SpaceBaseQuantities</ids:simpleValue>
</ids:propertySet>
<ids:baseName>
<ids:simpleValue>Height</ids:simpleValue>
</ids:baseName>
<ids:value>
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</ids:value>
</ids:property>
<ids:property dataType="IFCLENGTHMEASURE" instructions="Derived width of the sign">
<ids:propertySet>
<ids:simpleValue>Qto_SpaceBaseQuantities</ids:simpleValue>
</ids:propertySet>
<ids:baseName>
<ids:simpleValue>Width</ids:simpleValue>
</ids:baseName>
<ids:value>
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</ids:value>
</ids:property>
<ids:property dataType="IFCLENGTHMEASURE" instructions="Vertical position of the sign relative to given storey">
<ids:propertySet>
<ids:simpleValue>CPset_OMA_Signage</ids:simpleValue>
Expand Down

0 comments on commit 4294088

Please sign in to comment.