Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Schema.h File Reference

#include <string>

Include dependency graph for Schema.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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"


Enumeration Type Documentation

enum Compositor
 

Enumeration values:
Sequence 
Choice 
All 

enum Derivation
 

Enumeration values:
Restriction 
Extension 

enum ContentModelType
 

Enumeration values:
None 
Simple 
Complex 
Mixed 

enum Constraints
 

Enumeration values:
Key 
Keyref 
Unique 

enum Type
 

Enumeration values:
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 


Variable Documentation

const std::string Schema::SchemaUri = "http://www.w3.org/2001/XMLSchema"
 

const std::string Schema::SchemaInstaceUri = "http://www.w3.org/2001/XMLSchema-instance"
 


Generated on Sun Oct 16 10:11:52 2005 for wsdlpull by  doxygen 1.3.9.1