Classes | |
struct | Appinfo |
struct | Documentation |
class | Annotation |
class | Attribute |
class | AttributeGroup |
class | ComplexType |
class | Constraint |
class | ContentModel |
class | Element |
class | Group |
class | Key |
class | Keyref |
class | SchemaParser |
class | SchemaParserException |
class | SchemaValidator |
union | facetValueType |
class | SimpleType |
struct | Containers |
class | TypeContainer |
class | TypesTable |
class | Unique |
class | XSDType |
Enumerations | |
enum | Compositor { Sequence, Choice, All } |
enum | Derivation { Restriction, Extension } |
enum | ContentModelType { None, Simple, Complex, Mixed } |
enum | ConstraintType { NoConstraint, 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 } |
Functions | |
std::ostream & | operator<< (std::ostream &os, TypeContainer &tc) |
Variables | |
const std::string | SchemaUri = "http://www.w3.org/2001/XMLSchema" |
const std::string | SchemaInstaceUri = "http://www.w3.org/2001/XMLSchema-instance" |