| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| source | <xs:simpleType name="UrnUuid"> <xs:restriction base="xs:string"> <xs:pattern value="urn:uuid:[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"/> </xs:restriction> </xs:simpleType> |