-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added test case, - Correctly considered error status from the check.
- Loading branch information
Showing
4 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
ids-tool.tests/IssueFiles/Issue 28 - Empty restriction.ids
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<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.7/ids.xsd" xmlns:ids="http://standards.buildingsmart.org/IDS"> | ||
<!--edited with usBIM.IDSeditor 2.0.2.0 (http://www.accasoftware.com)--> | ||
<ids:info> | ||
<ids:title>New ids file2</ids:title> | ||
<ids:milestone>jhnkjn3333</ids:milestone> | ||
</ids:info> | ||
<ids:specifications> | ||
<ids:specification ifcVersion="IFC4X3" name="Nuova Specifica"> | ||
<ids:applicability minOccurs="1" maxOccurs="unbounded"> | ||
<ids:entity> | ||
<ids:name> | ||
<ids:simpleValue>IFCACTUATOR</ids:simpleValue> | ||
</ids:name> | ||
</ids:entity> | ||
<ids:property dataType="IFCACCELERATIONMEASURE"> | ||
<ids:propertySet> | ||
<ids:simpleValue>asca</ids:simpleValue> | ||
</ids:propertySet> | ||
<ids:baseName> | ||
<xs:restriction base="xs:string" /> | ||
</ids:baseName> | ||
<ids:value> | ||
<ids:simpleValue>w</ids:simpleValue> | ||
</ids:value> | ||
</ids:property> | ||
</ids:applicability> | ||
<ids:requirements /> | ||
</ids:specification> | ||
</ids:specifications> | ||
</ids:ids> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters