xbrl.taxonomy.TaxonomySchemaDocument
¶
An xbrl.taxonomy.TaxonomySchema
class represents a taxonomy schema in the DTS.
- class xbrl.taxonomy.TaxonomySchemaDocument¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.taxonomy.TaxonomySchemaDocument.schema¶
Returns an
xbrl.taxonomy.TaxonomySchema
object which represent the <xs:schema> XML document element of this taxonomy schema document.
- xbrl.taxonomy.TaxonomySchemaDocument.schema_element¶
[DEPRECATED] This property has been deprecated, please use the schema property instead.
Methods¶
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__