link:footnoteLink

footnote extended link element definition

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id country:ID optional
xlink:role restriction of anyURI required
xlink:title string optional
xlink:type restriction of string extended required
Wildcard: ANY attribute from namespace(s) 'http://www.w3.org/XML/1998/namespace'

Used By

Element xbrli:xbrl

Source

<element name="footnoteLink" substitutionGroup="xl:extended">
  <annotation>
    <documentation>footnote extended link element definition</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <restriction base="xl:extendedType">
        <choice minOccurs="0" maxOccurs="unbounded">
          <element ref="xl:title"/>
          <element ref="link:documentation"/>
          <element ref="link:loc"/>
          <element ref="link:footnoteArc"/>
          <element ref="link:footnote"/>
        </choice>
        <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax"/>
      </restriction>
    </complexContent>
  </complexType>
</element>

Sample