22#if !defined(XERCESC_INCLUDE_GUARD_XSCONSTANTS_HPP)
23#define XERCESC_INCLUDE_GUARD_XSCONSTANTS_HPP
25#include <xercesc/util/RefVectorOf.hpp>
26#include <xercesc/util/RefArrayVectorOf.hpp>
RefVectorOf< XSMultiValueFacet > XSMultiValueFacetList
Definition XSConstants.hpp:50
RefVectorOf< XSNamespaceItem > XSNamespaceItemList
Definition XSConstants.hpp:51
RefVectorOf< XSParticle > XSParticleList
Definition XSConstants.hpp:52
RefVectorOf< XSSimpleTypeDefinition > XSSimpleTypeDefinitionList
Definition XSConstants.hpp:53
RefVectorOf< XSAnnotation > XSAnnotationList
Definition XSConstants.hpp:47
RefArrayVectorOf< XMLCh > StringList
Definition XSConstants.hpp:54
RefVectorOf< XSAttributeUse > XSAttributeUseList
Definition XSConstants.hpp:48
RefVectorOf< XSFacet > XSFacetList
Definition XSConstants.hpp:49
#define XMLPARSER_EXPORT
Definition XercesDefs.hpp:163
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
Definition XSAnnotation.hpp:42
Definition XSAttributeUse.hpp:40
Definition XSConstants.hpp:57
DERIVATION_TYPE
Definition XSConstants.hpp:122
@ DERIVATION_LIST
XSTypeDefinition final set.
Definition XSConstants.hpp:148
@ DERIVATION_EXTENSION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
Definition XSConstants.hpp:131
@ DERIVATION_UNION
XSTypeDefinition final set.
Definition XSConstants.hpp:144
@ DERIVATION_NONE
No constraint is available.
Definition XSConstants.hpp:126
@ DERIVATION_RESTRICTION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
Definition XSConstants.hpp:136
@ DERIVATION_SUBSTITUTION
XSTypeDefinition final set.
Definition XSConstants.hpp:140
COMPONENT_TYPE
Definition XSConstants.hpp:61
@ ATTRIBUTE_GROUP_DEFINITION
The object describes an attribute group definition.
Definition XSConstants.hpp:81
@ TYPE_DEFINITION
The object describes a complex type or simple type definition.
Definition XSConstants.hpp:73
@ IDENTITY_CONSTRAINT
The object describes an identity constraint definition.
Definition XSConstants.hpp:101
@ NOTATION_DECLARATION
The object describes a notation declaration.
Definition XSConstants.hpp:105
@ WILDCARD
The object describes a wildcard.
Definition XSConstants.hpp:97
@ MULTIVALUE_FACET
The object describes enumeration/pattern facets.
Definition XSConstants.hpp:118
@ ELEMENT_DECLARATION
The object describes an element declaration.
Definition XSConstants.hpp:69
@ ATTRIBUTE_USE
The object describes an attribute use definition.
Definition XSConstants.hpp:77
@ ANNOTATION
The object describes an annotation.
Definition XSConstants.hpp:109
@ MODEL_GROUP_DEFINITION
The object describes a model group definition.
Definition XSConstants.hpp:85
@ PARTICLE
The object describes a particle.
Definition XSConstants.hpp:93
@ ATTRIBUTE_DECLARATION
The object describes an attribute declaration.
Definition XSConstants.hpp:65
@ FACET
The object describes a constraining facet.
Definition XSConstants.hpp:113
@ MODEL_GROUP
A model group.
Definition XSConstants.hpp:89
VALUE_CONSTRAINT
Definition XSConstants.hpp:172
@ VALUE_CONSTRAINT_DEFAULT
Indicates that there is a default value constraint.
Definition XSConstants.hpp:180
@ VALUE_CONSTRAINT_FIXED
Indicates that there is a fixed value constraint for this attribute.
Definition XSConstants.hpp:184
@ VALUE_CONSTRAINT_NONE
Indicates that the component does not have any value constraint.
Definition XSConstants.hpp:176
SCOPE
Definition XSConstants.hpp:152
@ SCOPE_LOCAL
Locally scoped declarations are available for use only within the complex type.
Definition XSConstants.hpp:168
@ SCOPE_ABSENT
The scope of a declaration within named model groups or attribute groups is absent.
Definition XSConstants.hpp:159
@ SCOPE_GLOBAL
A scope of global identifies top-level declarations.
Definition XSConstants.hpp:163
Definition XSFacet.hpp:41
Definition XSMultiValueFacet.hpp:41
Definition XSNamespaceItem.hpp:54
Definition XSParticle.hpp:42
Definition XSSimpleTypeDefinition.hpp:44