Share via


2.3.60 UUID

Target namespace: http://schemas.microsoft.com/office/officeappbasictypes/1.0

Referenced by: WebApplicationInfo, WebApplicationInfo, WebApplicationInfo

The supported representations of a URN UUID or GUID.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="UUID">
   <xs:restriction base="xs:string">
     <xs:pattern value="(urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).