Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type QPIdReferenceType
Annotations
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
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [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}
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd