xsd.Redefine

The Redefine class represents a reference to another xsd.SchemaDocument via <xs:redefine> element.

class xsd.Redefine

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xsd.Redefine.components

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

xsd.Redefine.element

Returns the xml.ElementInformationItem of the <xs:redefine> element.

xsd.Redefine.referenced_document

Returns the referenced xsd.SchemaDocument.

xsd.Redefine.schema_location

Returns the URI of the referenced xsd.SchemaDocument.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__