src/xmlpatterns/api/qxmlschema.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    62 
    62 
    63   The following example shows how to load a XML Schema file from the network
    63   The following example shows how to load a XML Schema file from the network
    64   and test whether it is a valid schema document:
    64   and test whether it is a valid schema document:
    65 
    65 
    66   \snippet doc/src/snippets/qxmlschema/main.cpp 0
    66   \snippet doc/src/snippets/qxmlschema/main.cpp 0
       
    67 
       
    68   \section1 XML Schema Version
       
    69 
       
    70   This class is used to represent schemas that conform to the \l{XML Schema} 1.0
       
    71   specification.
    67 
    72 
    68   \sa QXmlSchemaValidator, {xmlpatterns/schema}{XML Schema Validation Example}
    73   \sa QXmlSchemaValidator, {xmlpatterns/schema}{XML Schema Validation Example}
    69 */
    74 */
    70 
    75 
    71 /*!
    76 /*!