The QPIdReferenceType defines the text representation of the universally unique identifier described in the standard ISO/IEC 9834-8. As a number, it has 128 bits. As a text string it is represented by 32 hexadecimal digits displayed in five groups separated by hyphens in the form 8-4-4-4-12, for a total of 36 characters. example: fd43400a-29bf-4ec6-b96c-e2f846eb6ff6
<xs:simpleType name="QPIdReferenceType"><xs:annotation><xs:documentation>The QPIdReferenceType defines the text representation of the universally unique identifier described in the standard ISO/IEC 9834-8. As a number, it has 128 bits. As a text string it is represented by 32 hexadecimal digits displayed in five groups separated by hyphens in the form 8-4-4-4-12, for a total of 36 characters. example: fd43400a-29bf-4ec6-b96c-e2f846eb6ff6</xs:documentation></xs:annotation><xs:restriction base="xs:token"><xs: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}"/></xs:restriction></xs:simpleType>