xsd.Override¶
The xsd.Override class represents a reference to another xsd.SchemaDocument via <xs:override> element.
-
class
xsd.Override¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xsd.Override.components¶ Returns an iterator of
xsd.Componentobjects that are being overridden by this <xs:override> element.
-
xsd.Override.element¶ Returns the
xml.ElementInformationItemof the <xs:override> element.
-
xsd.Override.referenced_document¶ Returns the referenced
xsd.SchemaDocument.
-
xsd.Override.schema_location¶ Returns the URI of the referenced
xsd.SchemaDocument.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__