simpleType "uuidType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
at 10 locations
Simple Content Model
xsd:string
Known Direct Subtypes (2):
idRefType, idType
All Direct / Indirect Based Elements (11):
connectionID (in ConnectableArgot), deletedAttendee (in exception), deviceUuid (in endpoint), endpointId (in notifyEndpointRequest), eventId (in respondRequest), id (in updateReminderRequest), licenseHolder (type uuidType), notificationId (type idRefType), onBehalfOfUser (type uuidType), originalUser (type uuidType), platformId (type uuidType)
All Direct / Indirect Based Attributes (12):
argot (defined in argotListType complexType)/@id, argot (defined in argotListType complexType)/@id, deletedBlueType/@id, message (in copyMessageRequest)/@clientId, messagePartType/@id, method (in roleTemplate)/@scopeRef, newBlueIdType/@id, refType/@ref, roleType/@scopeRef, scope (defined in roleMapType complexType)/@id, sendMeetingRequest/@eventId, standardBlueAttributeGroup/@id
Known Usage Locations
Annotation
The <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.)
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  uuidType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="uuidType">
<xsd:annotation>
<xsd:documentation>
The
<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:documentation>
<xsd:appinfo>
<xdb:system type="uuid"/>
</xsd:appinfo>
</xsd:annotation>
<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>