22#if !defined(XERCESC_INCLUDE_GUARD_XSIDCDEFINITION_HPP)
23#define XERCESC_INCLUDE_GUARD_XSIDCDEFINITION_HPP
38class IdentityConstraint;
77 IdentityConstraint*
const identityConstraint
RefVectorOf< XSAnnotation > XSAnnotationList
Definition XSConstants.hpp:47
RefArrayVectorOf< XMLCh > StringList
Definition XSConstants.hpp:54
#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
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Configurable memory manager.
Definition MemoryManager.hpp:40
Definition XSAnnotation.hpp:42
Definition XSIDCDefinition.hpp:41
const XMLCh * getSelectorStr()
[selector]: a restricted XPath expression.
IC_CATEGORY getCategory() const
[identity-constraint category]: one of IC_KEY, IC_KEYREF or IC_UNIQUE.
StringList * fStringList
Definition XSIDCDefinition.hpp:173
XSAnnotationList * getAnnotations()
A set of [annotations].
XSIDCDefinition * fKey
Definition XSIDCDefinition.hpp:172
StringList * getFieldStrs()
[fields]: a non-empty list of restricted XPath ([XPath]) expressions.
Definition XSIDCDefinition.hpp:178
XSNamespaceItem * getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component,...
XSIDCDefinition(IdentityConstraint *const identityConstraint, XSIDCDefinition *const keyIC, XSAnnotation *const headAnnot, StringList *const stringList, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
const XMLCh * getNamespace() const
The [target namespace] of this object, or null if it is unspecified.
const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
IdentityConstraint * fIdentityConstraint
Definition XSIDCDefinition.hpp:171
IC_CATEGORY
Definition XSIDCDefinition.hpp:45
XSIDCDefinition * getRefKey() const
[referenced key]: required if [identity-constraint category] is IC_KEYREF, forbidden otherwise (when ...
Definition XSIDCDefinition.hpp:183
XSAnnotationList * fXSAnnotationList
Definition XSIDCDefinition.hpp:174
Definition XSModel.hpp:60
Definition XSNamespaceItem.hpp:54
Definition XSObject.hpp:43