Skip to content

Commit

Permalink
add Guid to component
Browse files Browse the repository at this point in the history
  • Loading branch information
linhard committed Jun 26, 2014
1 parent 22cc644 commit 9c16630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<xs:element name="AuthoringToolId" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:attribute ref="IfcGuid"/>
<xs:attribute name="Guid" type="Guid"/>
<xs:attribute name="Selected" type="xs:boolean"/>
<xs:attribute name="Visible" type="xs:boolean" default="true"/>
<xs:attribute name="Color" type="xs:hexBinary"/>
Expand Down Expand Up @@ -130,4 +131,9 @@
<xs:enumeration value="JPG"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Guid">
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

0 comments on commit 9c16630

Please sign in to comment.