| namespace | https://printfactory.cloud/schema/v2.0 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="GUID"> <xs:annotation> <xs:documentation>Global Unique Identifier</xs:documentation> </xs:annotation> <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> |