Definition Type: SimpleType
Name: GUID
Namespace: http://schemas.microsoft.com/office/onenote/2004/import
Containing Schema: SimpleImport.xsd
Documentation:
The representation of a GUID, generally the id of an element.
Collapse XSD Schema Diagram:
XSD Diagram of GUID in schema simpleimport_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="GUID">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
				The representation of a GUID, generally the id of an element.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd: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}\}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
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}\}
Collapse Derivation Tree:
Collapse References:
nsB:guid, nsB:guidnsB:insertAfter, nsB:pageGuid,