Skip to content

Commit

Permalink
Update ids.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
berlotti authored Jun 3, 2024
1 parent 6a308a8 commit 054f749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Development/ids.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- this 0.9.7 version is approved by buildingSMART Standards Committee. This will be renamed to 1.0 with a minor update to reflect official IFC versions -->
<xs:schema xmlns:ids="http://standards.buildingsmart.org/IDS" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://standards.buildingsmart.org/IDS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.9.7">
<xs:schema xmlns:ids="http://standards.buildingsmart.org/IDS" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://standards.buildingsmart.org/IDS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.0">
<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="http://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

0 comments on commit 054f749

Please sign in to comment.