Skip to content

Commit 9c16630

Browse files
committed
add Guid to component
1 parent 22cc644 commit 9c16630

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Schemas/visinfo.xsd

+6
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<xs:element name="AuthoringToolId" type="xs:string" minOccurs="0"/>
9898
</xs:sequence>
9999
<xs:attribute ref="IfcGuid"/>
100+
<xs:attribute name="Guid" type="Guid"/>
100101
<xs:attribute name="Selected" type="xs:boolean"/>
101102
<xs:attribute name="Visible" type="xs:boolean" default="true"/>
102103
<xs:attribute name="Color" type="xs:hexBinary"/>
@@ -130,4 +131,9 @@
130131
<xs:enumeration value="JPG"/>
131132
</xs:restriction>
132133
</xs:simpleType>
134+
<xs:simpleType name="Guid">
135+
<xs:restriction base="xs:string">
136+
<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}"/>
137+
</xs:restriction>
138+
</xs:simpleType>
133139
</xs:schema>

0 commit comments

Comments
 (0)