#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 { INVALID, SCHEMA, STRING, INTEGER, INT, BYTE, POSINT, UINT, LONG, ULONG, SHORT, USHORT, DECIMAL, FLOAT, DOUBLE, BOOLEAN, TIME, DATETIME, DATE, TOKEN, QNAME, NCNAME, NMTOKEN, NMTOKENS, BASE64BIN, HEXBIN, ANY, ANYTYPE, ANYURI } |
Variables | |
const std::string | SchemaUri = "http://www.w3.org/2001/XMLSchema" |
const std::string | SchemaInstaceUri = "http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|