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