simpleType GUID

simpleType {http://schemas.microsoft.com/office/onenote/2004/import}GUID

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://schemas.microsoft.com/office/onenote/2004/import}GUID
Target Namespacehttp://schemas.microsoft.com/office/onenote/2004/import
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://schemas.microsoft.com/office/onenote/2004/import


Source

<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>


Documentation

The representation of a GUID, generally the id of an element.


simpleType GUID


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.