Definition Type: Element
Name: xbrl
Namespace: http://www.xbrl.org/2003/instance
Containing Schema: xbrl-instance-2003-12-31.xsd
Abstract
Documentation:
XBRL instance root element.
Collapse XSD Schema Diagram:
Drilldown into footnoteLink in schema xbrl-linkbase-2003-12-31_xsd Drilldown into unit in schema xbrl-instance-2003-12-31_xsd Drilldown into context in schema xbrl-instance-2003-12-31_xsd Drilldown into tuple in schema xbrl-instance-2003-12-31_xsd Drilldown into item in schema xbrl-instance-2003-12-31_xsd Drilldown into arcroleRef in schema xbrl-linkbase-2003-12-31_xsd Drilldown into roleRef in schema xbrl-linkbase-2003-12-31_xsd Drilldown into linkbaseRef in schema xbrl-linkbase-2003-12-31_xsd Drilldown into schemaRef in schema xbrl-linkbase-2003-12-31_xsd Drilldown into id in schema xbrl-instance-2003-12-31_xsdXSD Diagram of xbrl in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<element name="xbrl">
    <annotation>
        <documentation>
      XBRL instance root element.
      </documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="link:schemaRef" minOccurs="1" maxOccurs="unbounded" />
            <element ref="link:linkbaseRef" minOccurs="0" maxOccurs="unbounded" />
            <element ref="link:roleRef" minOccurs="0" maxOccurs="unbounded" />
            <element ref="link:arcroleRef" minOccurs="0" maxOccurs="unbounded" />
            <choice minOccurs="0" maxOccurs="unbounded">
                <element ref="xbrli:item" />
                <element ref="xbrli:tuple" />
                <element ref="xbrli:context" />
                <element ref="xbrli:unit" />
                <element ref="link:footnoteLink" />
            </choice>
        </sequence>
        <attribute name="id" type="ID" use="optional" />
        <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schemaRef link:schemaRef 1 unbounded
linkbaseRef link:linkbaseRef 0 unbounded
roleRef link:roleRef 0 unbounded
arcroleRef link:arcroleRef 0 unbounded
item xbrli:item (1) (1)
tuple xbrli:tuple (1) (1)
context xbrli:context (1) (1)
unit xbrli:unit (1) (1)
footnoteLink link:footnoteLink (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xbrli:id Optional
<anyAttribute> Allowed namespace: 'http://www.w3.org/XML/1998/namespace'