Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Proposed fix for Unit definition #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion mvdXML1.2/xsd/mvdXML_V1-2_Draft9.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,13 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="ifc:IfcUnit" maxOccurs="unbounded"/>
<xs:element name="Unit" type="ifc:IfcUnit" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A Unit element of type IfcUnit from the IFC4 specification.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down