You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Jeff Greif <jg...@alumni.princeton.edu> on 2003/06/28 23:03:08 UTC

org.xerces.impl.psvi.XSSimpleTypeDefinition semantics

When a type is derived, do the various methods on XSSimpleTypeDefinition return results reflecting the entire chain of derivation, or just the lexical definition of the current type?  For instance, if a facet is defined on one of the base types in the derivation, will its value be returned by getLexicalFacetValue(), or is it necessary to traverse the base types to get the value?