Definition Type Simple Type
Name GUID
Namespace http://schemas.microsoft.com/office/onenote/2004/import
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}\}
Documentation
        The representation of a GUID, generally the id of an element.
      
XSD Schema SimpleImport.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GUID" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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>
Derivation Tree
[No Sub Types]
GUID
    guid
    insertAfter
    guid
    pageGuid
References
guid , insertAfter , guid , pageGuid
Generated using Liquid XML Studio by Liquid Technologies Ltd