22 #if !defined(XERCESC_INCLUDE_GUARD_XSELEMENTDECLARATION_HPP)
23 #define XERCESC_INCLUDE_GUARD_XSELEMENTDECLARATION_HPP
42 class SchemaElementDecl;
68 SchemaElementDecl*
const schemaElementDecl
145 const XMLCh *getConstraintValue();
155 bool getNillable()
const;
185 short getSubstitutionGroupExclusions()
const;
206 short getDisallowedSubstitutions()
const;
211 bool getAbstract()
const;
231 friend class XSObjectFactory;
Definition: XSIDCDefinition.hpp:40
XSNamedMap< XSIDCDefinition > * fIdentityConstraints
Definition: XSElementDeclaration.hpp:252
XSConstants::SCOPE getScope() const
Optional.
Definition: XSElementDeclaration.hpp:285
Definition: XSComplexTypeDefinition.hpp:45
short getDisallowedSubstitutions() const
[disallowed substitutions]: the returned value is a bit combination of the subset of { DERIVATION_SUB...
Definition: XSElementDeclaration.hpp:275
DERIVATION_TYPE
Definition: XSConstants.hpp:122
virtual XSNamespaceItem * getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.
virtual const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
XSElementDeclaration * fSubstitutionGroupAffiliation
Definition: XSElementDeclaration.hpp:250
short fSubstitutionGroupExclusions
Definition: XSElementDeclaration.hpp:245
XSTypeDefinition * getTypeDefinition() const
[type definition]: either a simple type definition or a complex type definition.
Definition: XSElementDeclaration.hpp:255
short getSubstitutionGroupExclusions() const
[substitution group exclusions]: the returned value is a bit combination of the subset of { DERIVATIO...
Definition: XSElementDeclaration.hpp:270
XSConstants::SCOPE fScope
Definition: XSElementDeclaration.hpp:246
Definition: XSNamespaceItem.hpp:53
XSTypeDefinition * fTypeDefinition
Definition: XSElementDeclaration.hpp:248
Definition: XSElementDeclaration.hpp:44
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
XSComplexTypeDefinition * getEnclosingCTDefinition() const
The complex type definition for locally scoped declarations (see scope).
Definition: XSElementDeclaration.hpp:290
virtual const XMLCh * getNamespace()
The [target namespace] of this object, or null if it is unspecified.
Definition: XSModel.hpp:59
Definition: XSAnnotation.hpp:41
Configurable memory manager.
Definition: MemoryManager.hpp:39
The scope of a declaration within named model groups or attribute groups is absent.
Definition: XSConstants.hpp:159
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
SCOPE
Definition: XSConstants.hpp:152
XSAnnotation * fAnnotation
Definition: XSElementDeclaration.hpp:251
Definition: XSObject.hpp:42
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
XSElementDeclaration * getSubstitutionGroupAffiliation() const
Definition: XSElementDeclaration.hpp:265
void setTypeDefinition(XSTypeDefinition *typeDefinition)
methods needed by implementation
Definition: XSElementDeclaration.hpp:295
XSAnnotation * getAnnotation() const
Optional.
Definition: XSElementDeclaration.hpp:280
SchemaElementDecl * fSchemaElementDecl
Definition: XSElementDeclaration.hpp:247
short fDisallowedSubstitutions
Definition: XSElementDeclaration.hpp:244
XSNamedMap< XSIDCDefinition > * getIdentityConstraints()
identity-constraint definitions: a set of constraint definitions.
Definition: XSElementDeclaration.hpp:260
VALUE_CONSTRAINT
Definition: XSConstants.hpp:172
XSComplexTypeDefinition * fEnclosingTypeDefinition
Definition: XSElementDeclaration.hpp:249
This class represents a complexType or simpleType definition.
Definition: XSTypeDefinition.hpp:39