Definition Type: Element
Name: linkbase
Namespace: http://www.xbrl.org/2003/linkbase
Containing Schema: xbrl-linkbase-2003-12-31.xsd
Abstract
Documentation:
Definition of the linkbase element. Used to contain a set of zero or more extended link elements.
Collapse XSD Schema Diagram:
Drilldown into extended in schema xl-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 documentation in schema xbrl-linkbase-2003-12-31_xsd Drilldown into id in schema xbrl-linkbase-2003-12-31_xsdXSD Diagram of linkbase in schema xbrl-linkbase-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<element name="linkbase">
    <annotation>
        <documentation>
      Definition of the linkbase element.  Used to 
      contain a set of zero or more extended link elements.
      </documentation>
    </annotation>
    <complexType>
        <choice minOccurs="0" maxOccurs="unbounded">
            <element ref="link:documentation" />
            <element ref="link:roleRef" />
            <element ref="link:arcroleRef" />
            <element ref="xl:extended" />
        </choice>
        <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
documentation link:documentation (1) (1)
roleRef link:roleRef (1) (1)
arcroleRef link:arcroleRef (1) (1)
extended xl:extended (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id link:id Optional
<anyAttribute> Allowed namespace: 'http://www.w3.org/XML/1998/namespace'