forked from buildingSMART/IDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIDS_StructuralSafety.ids
37 lines (37 loc) · 1.31 KB
/
IDS_StructuralSafety.ids
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<ids:ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.6/ids.xsd" xmlns:ids="http://standards.buildingsmart.org/IDS">
<ids:info>
<ids:title />
</ids:info>
<ids:specifications>
<ids:specification ifcVersion="IFC4X3" name="Structural safety" instructions="Beams must be assessed for security concerns" minOccurs="1" maxOccurs="unbounded">
<ids:applicability>
<ids:entity>
<ids:name>
<ids:simpleValue>IFCBEAM</ids:simpleValue>
</ids:name>
</ids:entity>
<ids:material>
<ids:value>
<ids:simpleValue>Aerated Concrete</ids:simpleValue>
</ids:value>
</ids:material>
<ids:material>
<ids:value>
<ids:simpleValue>Steel</ids:simpleValue>
</ids:value>
</ids:material>
</ids:applicability>
<ids:requirements>
<ids:property maxOccurs="unbounded" datatype="IFCLABEL">
<ids:propertySet>
<ids:simpleValue>Pset_ConcreteElementGeneral</ids:simpleValue>
</ids:propertySet>
<ids:name>
<ids:simpleValue>ExposureClass</ids:simpleValue>
</ids:name>
</ids:property>
</ids:requirements>
</ids:specification>
</ids:specifications>
</ids:ids>