blob: 4abef1838f86dbcce02aeccee89b48d09d5f5e0d (
plain)
1
2
3
4
5
6
7
8
|
<simpleType name="uuid">
<annotation>
<documentation>Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF".</documentation>
</annotation>
<restriction base="xs:string">
<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}" />
</restriction>
</simpleType>
|