xsd.AtomicValueFacet
¶
The xsd.AtomicValueFacet
represents the base class from which all atomic facet objects are derived.
Base class: xsd.Facet
-
class
xsd.
AtomicValueFacet
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xsd.Facet.
builtin
Returns True if this
xsd.Facet
value is predefined by the XML Schema specification.
-
xsd.Facet.
element
Returns the
xml.ElementInformationItem
representing thisxsd.Facet
schema component.
-
xsd.AtomicValueFacet.
fixed
¶ If fixed is True, then types for which the current type is the base type definition cannot specify a different value for this
xsd.Facet
.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__