-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloin_example.xml
45 lines (45 loc) · 3.08 KB
/
loin_example.xml
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
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LOINSpecification globalId="04f9e8c2-1e63-4244-8e93-0dd8f3165107" name="LOIN01">
<description>LOIN Example</description>
<context purpose="Visualization" informationDeliveryMileStone="Preliminary Design" sendingActor="Architect" receivingActor="Client"/>
<specificationPerObjectTypeList globalId="99b37edd-e108-4601-91d4-abfbfd069963">
<objectType name="Door" refToClassification="https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/schema/ifcsharedbldgelements/lexical/ifcdoor.htm" refToDataModelType="IfcDoor">
<subTypeOf name="BuildingElement" refToClassification="https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/FINAL/HTML/ifcproductextension/lexical/ifcelement.htm" refToDataModelType="IfcElement"/>
</objectType>
<alphanumericInformationSpecification>
<Description>Door object alphanumeric information</Description>
<propertySets>
<propertySet name="Door Properties" refToClassification="Classification001">
<properties>
<property name="Width" refToClassification="http://bsdd.buildingsmart.org/#concept/details/0C$q01fAv9ZOabWvo68xm6">
<unit>cm</unit>
<dataType>Real</dataType>
</property>
</properties>
</propertySet>
</propertySets>
</alphanumericInformationSpecification>
</specificationPerObjectTypeList>
<specificationPerObjectTypeList globalId="99b37edd-e108-4601-91d4-abfbfd069977">
<objectType name="Door" refToClassification="https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/schema/ifcsharedbldgelements/lexical/ifcdoor.htm" refToDataModelType="IfcDoor">
<subTypeOf name="BuildingElement" refToClassification="https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/FINAL/HTML/ifcproductextension/lexical/ifcelement.htm" refToDataModelType="IfcElement"/>
</objectType>
<alphanumericInformationSpecification>
<Description>Interior Door object alphanumeric information</Description>
<propertySets>
<propertySet name="FireCodeProperties" refToClassification="Classification001">
<properties>
<property name="FireResistanceRating" refToClassification="http://bsdd.buildingsmart.org/#concept/details/07RqSAS5b3xgKYraRjwwZP">
<unit>NONE</unit>
<dataType>Integer</dataType>
</property>
<property name="IsCombustible" refToClassification="http://bsdd.buildingsmart.org/#concept/details/08fiQpHdbDr8e3q81XFwRb">
<unit>NONE</unit>
<dataType>Boolean</dataType>
</property>
</properties>
</propertySet>
</propertySets>
</alphanumericInformationSpecification>
</specificationPerObjectTypeList>
</LOINSpecification>