Port changes for Puzzle to the pattern format version 0.8.11.

This commit is contained in:
Roman Telezhynskyi 2021-05-15 12:43:16 +03:00
parent 68c6c033b4
commit 43fbdbf83c

View File

@ -710,6 +710,7 @@
<xs:attribute name="mx" type="xs:double"/> <xs:attribute name="mx" type="xs:double"/>
<xs:attribute name="my" type="xs:double"/> <xs:attribute name="my" type="xs:double"/>
<xs:attribute name="name" type="xs:string"/> <xs:attribute name="name" type="xs:string"/>
<xs:attribute name="uuid" type="uuid"/>
<xs:attribute name="bufferName" type="xs:string"/> <xs:attribute name="bufferName" type="xs:string"/>
<xs:attribute name="inLayout" type="xs:boolean"/> <xs:attribute name="inLayout" type="xs:boolean"/>
<xs:attribute name="bufferInLayout" type="xs:boolean"/> <xs:attribute name="bufferInLayout" type="xs:boolean"/>
@ -782,6 +783,11 @@
<xs:pattern value="([^\p{Nd}\p{Zs}*/&amp;|!&lt;&gt;^&#10;\()\-+.,٫, ٬.=?:;'\&quot;]){1,1}([^\p{Zs}*/&amp;|!&lt;&gt;^&#10;\()\-+.,٫, ٬.=?:;\&quot;]){0,}"/> <xs:pattern value="([^\p{Nd}\p{Zs}*/&amp;|!&lt;&gt;^&#10;\()\-+.,٫, ٬.=?:;'\&quot;]){1,1}([^\p{Zs}*/&amp;|!&lt;&gt;^&#10;\()\-+.,٫, ٬.=?:;\&quot;]){0,}"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
<xs:simpleType name="uuid">
<xs:restriction base="xs:string">
<xs:pattern value="|\{[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}\}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="units"> <xs:simpleType name="units">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:enumeration value="mm"/> <xs:enumeration value="mm"/>