Skip to content

Commit

Permalink
update to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berlotti committed Aug 6, 2021
1 parent ebadd04 commit 4657203
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
28 changes: 28 additions & 0 deletions Development/0.4/IDS_aachen_example.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<ids:ids xmlns:ids="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">
<ids:specification name="Aachen test" necessity="required">
<ids:applicability>
<ids:entity>
<ids:name>
<ids:simpleValue>IfcOpeningElement</ids:simpleValue>
</ids:name>
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:property location="instance">
<ids:propertyset>
<ids:simpleValue>attribute</ids:simpleValue>
</ids:propertyset>
<ids:name>
<ids:simpleValue>name</ids:simpleValue>
</ids:name>
<ids:value>
<xs:restriction>
<xs:pattern value="^(Wanddurchbruch.*|Deckendurchbruch.*)" />
</xs:restriction>
</ids:value>
</ids:property>
</ids:requirements>
</ids:specification>
<ids:info/>
</ids:ids>
Binary file removed Development/0.4/ids_04.pdf
Binary file not shown.
15 changes: 10 additions & 5 deletions Development/0.4/ids_04.xsd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- edited with XMLSpy v2021 rel. 3 (x64) -->
<!-- Version 0.4.1- July 26, 2021 - DRAFT -->
<xs:schema xmlns:ids="http://standards.buildingsmart.org/IDS" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://standards.buildingsmart.org/IDS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.4.1">
<!-- August 5, 2021 - DRAFT -->
<xs:schema xmlns:ids="http://standards.buildingsmart.org/IDS" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://standards.buildingsmart.org/IDS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.4.2">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<xs:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="https://www.w3.org/2001/XMLSchema.xsd"/>
<xs:import namespace="http://www.w3.org/2001/XMLSchema-instance" schemaLocation="http://www.w3.org/2001/XMLSchema-instance"/>
Expand Down Expand Up @@ -56,7 +56,7 @@
</xs:choice>
</xs:complexType>
<xs:complexType name="classificationType">
<xs:sequence maxOccurs="2">
<xs:sequence>
<xs:element name="value" type="ids:idsValue"/>
<xs:element name="system" type="ids:idsValue" minOccurs="0"/>
</xs:sequence>
Expand All @@ -73,7 +73,7 @@
<xs:complexType name="applicabilityType">
<xs:sequence>
<xs:element name="entity" type="ids:entityType"/>
<xs:element name="classification" type="ids:classificationType" minOccurs="0"/>
<xs:element name="classification" type="ids:classificationType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="property" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -134,7 +134,7 @@
<xs:documentation>Make sure 'Name' value of requirements entity is the same as the 'applicability' node, or a wildcard (inclusive pattern).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="classification" minOccurs="0">
<xs:element name="classification" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ids:classificationType">
Expand Down Expand Up @@ -226,6 +226,11 @@
<xs:complexType name="idsType">
<xs:sequence>
<xs:element name="specification" type="ids:specificationType" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="instructions" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Author of the IDS can leave instructions for the authors of the IFC. This text could/should be displayed in the BIM/IFC authoring tool.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
2 changes: 1 addition & 1 deletion Development/0.4/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Version 0.4.1
# Version 0.4.2

Final version before starting the implementation phase with vendors.

Expand Down

0 comments on commit 4657203

Please sign in to comment.