xsd.Facet¶
The xsd.Facet class is the base class for all constraining Facets, they are used to control the various aspects of simple datatypes.
Constraining Facets are given a value as part of the derivation when an ordinary datatype is defined by
restricting a primitive or ordinary datatype; a few constraining Facets have default values that are
also provided for primitive datatypes.
-
class
xsd.Facet¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.