- All Superinterfaces:
XSObject
,XSTypeDefinition
- All Known Subinterfaces:
XSSimpleType
- All Known Implementing Classes:
XSSimpleTypeDecl
This interface represents the Simple Type Definition schema component. This
interface provides several query operations for facet components. Users
can either retrieve the defined facets as XML Schema components, using
the
facets
and the multiValueFacets
attributes;
or users can separately query a facet's properties using methods such as
getLexicalFacetValue
, isFixedFacet
, etc.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
4.3.9 maxExclusive.static final short
4.3.7 maxInclusive.static final short
4.3.9 minExclusive.static final short
4.3.10 minInclusive.static final short
No facets defined.static final short
4.3.4 pattern.static final short
4.3.5 whitespace.static final short
A constant defined for the 'ordered' fundamental facet: not ordered.static final short
A constant defined for the 'ordered' fundamental facet: partially ordered.static final short
A constant defined for the 'ordered' fundamental facet: total ordered.static final short
The variety is absent for the anySimpleType definition.static final short
Atomic
type. -
Method Summary
Methods inherited from interface org.apache.jena.ext.xerces.xs.XSObject
getName, getNamespace
Methods inherited from interface org.apache.jena.ext.xerces.xs.XSTypeDefinition
getBaseType
-
Field Details
-
VARIETY_ABSENT
static final short VARIETY_ABSENTThe variety is absent for the anySimpleType definition.- See Also:
-
VARIETY_ATOMIC
static final short VARIETY_ATOMICAtomic
type.- See Also:
-
FACET_NONE
static final short FACET_NONENo facets defined.- See Also:
-
FACET_PATTERN
static final short FACET_PATTERN4.3.4 pattern.- See Also:
-
FACET_WHITESPACE
static final short FACET_WHITESPACE4.3.5 whitespace.- See Also:
-
FACET_MAXINCLUSIVE
static final short FACET_MAXINCLUSIVE4.3.7 maxInclusive.- See Also:
-
FACET_MAXEXCLUSIVE
static final short FACET_MAXEXCLUSIVE4.3.9 maxExclusive.- See Also:
-
FACET_MINEXCLUSIVE
static final short FACET_MINEXCLUSIVE4.3.9 minExclusive.- See Also:
-
FACET_MININCLUSIVE
static final short FACET_MININCLUSIVE4.3.10 minInclusive.- See Also:
-
ORDERED_FALSE
static final short ORDERED_FALSEA constant defined for the 'ordered' fundamental facet: not ordered.- See Also:
-
ORDERED_PARTIAL
static final short ORDERED_PARTIALA constant defined for the 'ordered' fundamental facet: partially ordered.- See Also:
-
ORDERED_TOTAL
static final short ORDERED_TOTALA constant defined for the 'ordered' fundamental facet: total ordered.- See Also:
-