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;
257 return fTypeDefinition;
262 return fIdentityConstraints;
267 return fSubstitutionGroupAffiliation;
272 return fSubstitutionGroupExclusions;
277 return fDisallowedSubstitutions;
292 return fEnclosingTypeDefinition;
297 fTypeDefinition = typeDefinition;
302 fEnclosingTypeDefinition = toSet;
Definition: XSIDCDefinition.hpp:40
XSNamedMap< XSIDCDefinition > * fIdentityConstraints
Definition: XSElementDeclaration.hpp:252
XSAnnotation * getAnnotation() const
Optional.
Definition: XSElementDeclaration.hpp:280
Definition: XSComplexTypeDefinition.hpp:45
XSElementDeclaration * getSubstitutionGroupAffiliation() const
Definition: XSElementDeclaration.hpp:265
virtual const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
short getSubstitutionGroupExclusions() const
[substitution group exclusions]: the returned value is a bit combination of the subset of { DERIVATIO...
Definition: XSElementDeclaration.hpp:270
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.
short getDisallowedSubstitutions() const
[disallowed substitutions]: the returned value is a bit combination of the subset of { DERIVATION_SUB...
Definition: XSElementDeclaration.hpp:275
XSElementDeclaration * fSubstitutionGroupAffiliation
Definition: XSElementDeclaration.hpp:250
short fSubstitutionGroupExclusions
Definition: XSElementDeclaration.hpp:245
XSConstants::SCOPE fScope
Definition: XSElementDeclaration.hpp:246
Definition: XSNamespaceItem.hpp:53
XSTypeDefinition * fTypeDefinition
Definition: XSElementDeclaration.hpp:248
Definition: XSElementDeclaration.hpp:44
XSComplexTypeDefinition * getEnclosingCTDefinition() const
The complex type definition for locally scoped declarations (see scope).
Definition: XSElementDeclaration.hpp:290
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
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
virtual const XMLCh * getNamespace() const
The [target namespace] of this object, or null if it is unspecified.
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
XSConstants::SCOPE getScope() const
Optional.
Definition: XSElementDeclaration.hpp:285
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
SCOPE
Definition: XSConstants.hpp:152
XSAnnotation * fAnnotation
Definition: XSElementDeclaration.hpp:251
Definition: XSObject.hpp:42
XSTypeDefinition * getTypeDefinition() const
[type definition]: either a simple type definition or a complex type definition.
Definition: XSElementDeclaration.hpp:255
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
void setTypeDefinition(XSTypeDefinition *typeDefinition)
methods needed by implementation
Definition: XSElementDeclaration.hpp:295
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