Fix #1727. BIMTester now runs within the BlenderBIM Add-on, implement attribute checking in IDS, and fix some minor IDS bugs.

This commit is contained in:
Dion Moult
2021-09-08 20:16:39 +10:00
parent b9084ad0f5
commit d0eb716738
10 changed files with 129 additions and 61 deletions
+18
View File
@@ -0,0 +1,18 @@
<?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>