XSMultiValueFacetpublic interface XSMultiValueFacet implements XSObjectDescribes a multi-value constraining facets: pattern and enumeration. |
Methods Summary |
---|
public XSObjectList | getAnnotations()A sequence of [annotations] or an empty XSObjectList .
| public short | getFacetKind()The name of the facet, i.e. FACET_ENUMERATION and
FACET_PATTERN (see XSSimpleTypeDefinition ).
| public StringList | getLexicalFacetValues()Values of this facet.
|
|