We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cc644 commit 9c16630Copy full SHA for 9c16630
Schemas/visinfo.xsd
@@ -97,6 +97,7 @@
97
<xs:element name="AuthoringToolId" type="xs:string" minOccurs="0"/>
98
</xs:sequence>
99
<xs:attribute ref="IfcGuid"/>
100
+ <xs:attribute name="Guid" type="Guid"/>
101
<xs:attribute name="Selected" type="xs:boolean"/>
102
<xs:attribute name="Visible" type="xs:boolean" default="true"/>
103
<xs:attribute name="Color" type="xs:hexBinary"/>
@@ -130,4 +131,9 @@
130
131
<xs:enumeration value="JPG"/>
132
</xs:restriction>
133
</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>
139
</xs:schema>
0 commit comments