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 NotImplementedError exception.

Attributes

xsd.Override.components

Returns an iterator of xsd.Component objects that are being overridden by this <xs:override> element.

xsd.Override.element

Returns the xml.ElementInformationItem of 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__