mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
19 lines
724 B
XML
19 lines
724 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ids xmlns="http://standards.buildingsmart.org/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 ids_04.xsd">
|
||
|
|
<specification name="Sample IDS" necessity="required">
|
||
|
|
<applicability>
|
||
|
|
<entity>
|
||
|
|
<name><simpleValue>IfcBuilding</simpleValue></name>
|
||
|
|
</entity>
|
||
|
|
</applicability>
|
||
|
|
<requirements>
|
||
|
|
<property location="any">
|
||
|
|
<propertyset><simpleValue>attribute</simpleValue></propertyset>
|
||
|
|
<name><simpleValue>name</simpleValue></name>
|
||
|
|
<value><simpleValue>My Building</simpleValue></value>
|
||
|
|
</property>
|
||
|
|
</requirements>
|
||
|
|
</specification>
|
||
|
|
<info/>
|
||
|
|
</ids>
|