xbrl.taxonomy.TaxonomySchema¶
An xbrl.taxonomy.TaxonomySchema class represents a taxonomy schema in the DTS.
- class xbrl.taxonomy.TaxonomySchema¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
- xbrl.taxonomy.TaxonomySchema.arcrole_types¶
Returns an iterator of
xbrl.taxonomy.ArcroleTypeobjects which represent the <link:arcroleType> elements present in this XBRL taxonomy schema.
- xbrl.taxonomy.TaxonomySchema.concepts¶
Returns an iterator of
xbrl.taxonomy.Conceptobjects which represent the concepts defined in this XBRL taxonomy schema.
- xbrl.taxonomy.TaxonomySchema.document¶
Returns an
xbrl.taxonomy.TaxonomySchemaDocumentobject which represents the XBRL taxonomy schema document which contains this XBRL taxonomy schema.
- xbrl.taxonomy.TaxonomySchema.linkbase_refs¶
Returns an iterator of
xbrl.taxonomy.LinkbaseRefobjects which represent the <link:linkbaseRefs> elements present in this XBRL taxonomy schema.
- xbrl.taxonomy.TaxonomySchema.linkbases¶
Returns an iterator of
xbrl.taxonomy.Linkbaseobjects which represent the <link:linkbase> elements present in this XBRL taxonomy schema.
- xbrl.taxonomy.TaxonomySchema.role_types¶
Returns an iterator of
xbrl.taxonomy.RoleTypeobjects which represent the <link:roleType> elements present in this XBRL taxonomy schema.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__