Namespace: |
|
Defined: |
globally in hscommon.xsd; see XML source |
Used: |
at 10 locations |
Simple Content Model |
xsd:string |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The
</xsd:documentation>
<b>uuidType</b>
is used to specify a universally unique identifier (UUID).
(Note that the <b>base</b>
type below is probably wrong and needs to be fixed
to match a correct definition for a UUID.) <xsd:appinfo>
<xdb:system type="uuid"/>
</xsd:appinfo>
<xsd:restriction base="xsd:string">
<xsd:pattern value="([0-9]|[a-f]|[A-F]){8}-([0-9]|[a-f]|[A-F]){4}-([0-9]|[a-f]|[A-F]){4}-([0-9]|[a-f]|[A-F]){4}-([0-9]|[a-f]|[A-F]){12}"/>
</xsd:restriction>
<!-- AZFIX: restriction base="xsd:anyURI" -->
</xsd:simpleType>
|