xsd.Import¶
The xsd.Import class represents a reference to another xsd.SchemaDocument via <xs:import> element.
-
class
xsd.Import¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xsd.Import.element¶ Returns the
xml.ElementInformationItemof the <xs:import> element.
-
xsd.Import.namespace¶ Returns the namespace of the referenced
xsd.SchemaDocument.
-
xsd.Import.referenced_document¶ Returns the referenced
xsd.SchemaDocument.
-
xsd.Import.schema_location¶ Returns the URI of the referenced
xsd.SchemaDocument.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__