mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
BlenderBIM Add-on - OpenBIM Blender Add-on
|
|
Copyright (C) 2021 Dion Moult <dion@thinkmoult.com>
|
|
|
|
This file is part of BlenderBIM Add-on.
|
|
|
|
BlenderBIM Add-on is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
BlenderBIM Add-on is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
<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>
|