xbrli:xbrl
XBRL instance root element.
Element information
Namespace: http://www.xbrl.org/2003/instance
Schema document: xbrl-instance-2003-12-31.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- link:schemaRef [1..*] Definition of the schemaRef element - used to link to XBRL taxonomy schemas from XBRL instances.
- link:linkbaseRef [0..*] Definition of the linkbaseRef element - used to link to XBRL taxonomy extended links from taxonomy schema documents and from XBRL instances.
- link:roleRef [0..*] Definition of the roleRef element - used to link to resolve xlink:role attribute values to the roleType element declaration.
- link:arcroleRef [0..*] Definition of the roleRef element - used to link to resolve xlink:arcrole attribute values to the arcroleType element declaration.
- Choice [0..*]
- xbrli:itemAbstract [1..1] Abstract item element used as head of item substitution group
- xbrli:tupleAbstract [1..1] Abstract tuple element used as head of tuple substitution group
- xbrli:context Used for an island of context to which facts can be related.
- xbrli:unit Element used to represent units information about numeric items
- link:footnoteLink footnote extended link element definition
from subst. group xbrli:itemfrom subst. group xbrli:tuple
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | ||
Any attribute | [0..*] | Namespace: http://www.w3.org/XML/1998/namespace, Process Contents: lax |
Sample instance
<xbrli:xbrl> <link:schemaRef xlink:type="simple" xlink:href="http://www.example.com/"/> <link:linkbaseRef xlink:type="simple" xlink:href="http://www.example.com/" xlink:arcrole="http://www.example.com/"/> <link:roleRef xlink:type="simple" xlink:href="http://www.example.com/" roleURI="http://www.example.com/"/> <link:arcroleRef xlink:type="simple" xlink:href="http://www.example.com/" arcroleURI="http://www.example.com/"/> <xbrli:item>any content</xbrli:item> </xbrli:xbrl>