#include <string>
Include dependency graph for Schema.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Schema |
Enumerations | |
enum | Compositor { Sequence, Choice, All } |
enum | Derivation { Restriction, Extension } |
enum | ContentModelType { None, Simple, Complex, Mixed } |
enum | Constraints { Key, Keyref, Unique } |
enum | Type { XSD_INVALID, XSD_SCHEMA, XSD_STRING, XSD_INTEGER, XSD_INT, XSD_BYTE, XSD_POSINT, XSD_UINT, XSD_LONG, XSD_ULONG, XSD_SHORT, XSD_USHORT, XSD_DECIMAL, XSD_FLOAT, XSD_DOUBLE, XSD_BOOLEAN, XSD_TIME, XSD_DATETIME, XSD_DATE, XSD_TOKEN, XSD_QNAME, XSD_NCNAME, XSD_NMTOKEN, XSD_NMTOKENS, XSD_BASE64BIN, XSD_HEXBIN, XSD_ANY, XSD_ANYTYPE, XSD_ANYURI } |
Variables | |
const std::string | SchemaUri = "http://www.w3.org/2001/XMLSchema" |
const std::string | SchemaInstaceUri = "http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
|
|
|
|
|
|
|
|
|