22#if !defined(XERCESC_INCLUDE_GUARD_XSSIMPLETYPEDEFINITION_HPP)
23#define XERCESC_INCLUDE_GUARD_XSSIMPLETYPEDEFINITION_HPP
41class DatatypeValidator;
159 DatatypeValidator*
const datatypeValidator
450inline DatatypeValidator*
RefVectorOf< XSMultiValueFacet > XSMultiValueFacetList
Definition XSConstants.hpp:50
RefVectorOf< XSSimpleTypeDefinition > XSSimpleTypeDefinitionList
Definition XSConstants.hpp:53
RefVectorOf< XSAnnotation > XSAnnotationList
Definition XSConstants.hpp:47
RefArrayVectorOf< XMLCh > StringList
Definition XSConstants.hpp:54
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
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Configurable memory manager.
Definition MemoryManager.hpp:40
Definition XSAnnotation.hpp:42
Definition XSFacet.hpp:41
Definition XSModel.hpp:60
Definition XSMultiValueFacet.hpp:41
Definition XSNamespaceItem.hpp:54
Definition XSSimpleTypeDefinition.hpp:44
XSAnnotationList * getAnnotations()
Optional.
Definition XSSimpleTypeDefinition.hpp:439
friend class XSObjectFactory
Definition XSSimpleTypeDefinition.hpp:369
bool isFixedFacet(FACET facetName)
Convenience method.
DatatypeValidator * getDatatypeValidator() const
Definition XSSimpleTypeDefinition.hpp:451
XSMultiValueFacetList * getMultiValueFacets()
Definition XSSimpleTypeDefinition.hpp:434
int fDefinedFacets
Definition XSSimpleTypeDefinition.hpp:376
XSSimpleTypeDefinition * getPrimitiveType()
If variety is atomic the primitive type definition (a built-in primitive datatype definition or the s...
Definition XSSimpleTypeDefinition.hpp:393
XSSimpleTypeDefinitionList * fMemberTypes
Definition XSSimpleTypeDefinition.hpp:384
XSSimpleTypeDefinition * fPrimitiveOrItemType
Definition XSSimpleTypeDefinition.hpp:383
VARIETY
Definition XSSimpleTypeDefinition.hpp:48
@ VARIETY_LIST
List type.
Definition XSSimpleTypeDefinition.hpp:60
@ VARIETY_UNION
Union type.
Definition XSSimpleTypeDefinition.hpp:64
@ VARIETY_ABSENT
The variety is absent for the anySimpleType definition.
Definition XSSimpleTypeDefinition.hpp:52
@ VARIETY_ATOMIC
Atomic type.
Definition XSSimpleTypeDefinition.hpp:56
bool isDefinedFacet(FACET facetName)
Convenience method.
ORDERING
Definition XSSimpleTypeDefinition.hpp:124
@ ORDERED_TOTAL
A constant defined for the 'ordered' fundamental facet: total ordered.
Definition XSSimpleTypeDefinition.hpp:137
@ ORDERED_PARTIAL
A constant defined for the 'ordered' fundamental facet: partially ordered.
Definition XSSimpleTypeDefinition.hpp:133
@ ORDERED_FALSE
A constant defined for the 'ordered' fundamental facet: Not ordered.
Definition XSSimpleTypeDefinition.hpp:128
int fFixedFacets
Definition XSSimpleTypeDefinition.hpp:377
bool getAnonymous() const
A boolean that specifies if the type definition is anonymous.
XSSimpleTypeDefinition(DatatypeValidator *const datatypeValidator, VARIETY stVariety, XSTypeDefinition *const xsBaseType, XSSimpleTypeDefinition *const primitiveOrItemType, XSSimpleTypeDefinitionList *const memberTypes, XSAnnotation *headAnnot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
StringList * fPatternList
Definition XSSimpleTypeDefinition.hpp:382
bool getFinite() const
Fundamental Facet: cardinality.
XSFacetList * fXSFacetList
Definition XSSimpleTypeDefinition.hpp:380
XSMultiValueFacetList * fXSMultiValueFacetList
Definition XSSimpleTypeDefinition.hpp:381
bool getNumeric() const
Fundamental Facet: numeric.
XSNamespaceItem * getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component,...
int getDefinedFacets() const
[facets]: get all facets defined on this type.
Definition XSSimpleTypeDefinition.hpp:414
VARIETY getVariety() const
[variety]: one of {atomic, list, union} or absent
Definition XSSimpleTypeDefinition.hpp:388
XSFacetList * getFacets()
Definition XSSimpleTypeDefinition.hpp:429
const XMLCh * getNamespace() const
The [target namespace] of this object, or null if it is unspecified.
bool derivedFromType(const XSTypeDefinition *const ancestorType)
Convenience method: check if this type is derived from the given ancestorType.
StringList * getLexicalEnumeration()
Returns a list of enumeration values.
VARIETY fVariety
Definition XSSimpleTypeDefinition.hpp:378
FACET
Definition XSSimpleTypeDefinition.hpp:68
@ FACET_NONE
No facets defined.
Definition XSSimpleTypeDefinition.hpp:72
@ FACET_MAXLENGTH
4.3.3 maxLength.
Definition XSSimpleTypeDefinition.hpp:84
@ FACET_ENUMERATION
4.3.5 enumeration.
Definition XSSimpleTypeDefinition.hpp:120
@ FACET_MININCLUSIVE
4.3.10 minInclusive.
Definition XSSimpleTypeDefinition.hpp:108
@ FACET_WHITESPACE
4.3.5 whitespace.
Definition XSSimpleTypeDefinition.hpp:92
@ FACET_MINEXCLUSIVE
4.3.9 minExclusive.
Definition XSSimpleTypeDefinition.hpp:104
@ FACET_TOTALDIGITS
4.3.11 totalDigits .
Definition XSSimpleTypeDefinition.hpp:112
@ FACET_LENGTH
4.3.1 Length
Definition XSSimpleTypeDefinition.hpp:76
@ FACET_MAXEXCLUSIVE
4.3.9 maxExclusive.
Definition XSSimpleTypeDefinition.hpp:100
@ FACET_MINLENGTH
4.3.2 minLength.
Definition XSSimpleTypeDefinition.hpp:80
@ FACET_FRACTIONDIGITS
4.3.12 fractionDigits.
Definition XSSimpleTypeDefinition.hpp:116
@ FACET_PATTERN
4.3.4 pattern.
Definition XSSimpleTypeDefinition.hpp:88
@ FACET_MAXINCLUSIVE
4.3.7 maxInclusive.
Definition XSSimpleTypeDefinition.hpp:96
XSAnnotationList * fXSAnnotationList
Definition XSSimpleTypeDefinition.hpp:385
XSSimpleTypeDefinitionList * getMemberTypes() const
If variety is union the list of member type definitions (a non-empty sequence of simple type definiti...
Definition XSSimpleTypeDefinition.hpp:409
ORDERING getOrdered() const
Fundamental Facet: ordered.
XSTypeDefinition * getBaseType()
{base type definition}: either a simple type definition or a complex type definition.
int getFixedFacets() const
[facets]: get all facets defined and fixed on this type.
Definition XSSimpleTypeDefinition.hpp:419
XSSimpleTypeDefinition * getItemType()
If variety is list the item type definition (an atomic or union simple type definition) is available,...
Definition XSSimpleTypeDefinition.hpp:401
StringList * getLexicalPattern()
Returns a list of pattern values.
Definition XSSimpleTypeDefinition.hpp:424
const XMLCh * getLexicalFacetValue(FACET facetName)
Convenience method.
bool getBounded() const
Fundamental Facet: bounded.
~XSSimpleTypeDefinition()
const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
DatatypeValidator * fDatatypeValidator
Definition XSSimpleTypeDefinition.hpp:379
XSTypeDefinition(TYPE_CATEGORY typeCategory, XSTypeDefinition *const xsBaseType, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.