UUIDType represents a universally unique identifier (http://tools.ietf.org/html/rfc4122). |
Elements | Info/bdmlID, Series/bdmlIDRef, Set/bdmlIDRef |
<xsd:simpleType name="UUIDType"> <xsd:annotation> <xsd:documentation>UUIDType represents a universally unique identifier (http://tools.ietf.org/html/rfc4122).</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd: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}"/> </xsd:restriction> </xsd:simpleType> |