Skip to content

Instantly share code, notes, and snippets.

View devonsparks's full-sized avatar

Devon Sparks devonsparks

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<ifcXML xmlns="http://www.buildingsmart-tech.org/ifc/review/IFC-X/unspecifiedrelease"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.buildingsmart-tech.org/ifc/review/IFC-X/unspecifiedrelease https://gist.githubusercontent.com/devonsparks/f18a5b8b23ac452cfe8c8824324041fb/raw/b9af088d319fc0c54c923e954f79139a36b1605c/ifc-container-schema.xsd">
<MyContainer>
<Elements>
<MyElement>
<GlobalId>0MFlxN6vfEZBQQP9VvN2Cg</GlobalId>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ifc="http://www.buildingsmart-tech.org/ifc/review/IFC-X/unspecifiedrelease" targetNamespace="http://www.buildingsmart-tech.org/ifc/review/IFC-X/unspecifiedrelease" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="ifcXML" type="ifc:ifcXML" substitutionGroup="ifc:uos"/>
<xs:complexType name="ifcXML">
<xs:complexContent>
<xs:extension base="ifc:uos">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ifc:Entity"/>
</xs:choice>