link:presentationLink
presentation extended link element definition.
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
- xl:titleAbstract [1..1] Generic title element for use in extended link documentation. Used on extended links, arcs, locators. See http://www.w3.org/TR/xlink/#title-element for details.
- link:documentation Concrete element to use for documentation of extended links and linkbases.
- link:loc Concrete locator element. The loc element is the XLink locator element for all extended links in XBRL.
- link:presentationArc
from subst. group xl:title
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [1..1] | Anonymous | Fixed value is "extended". from type xl:extendedType | |
xlink:role | [1..1] | Anonymous | from type xl:extendedType | |
xlink:title | [0..1] | xsd:string | from type xl:extendedType | |
id | [0..1] | xsd:ID | from type xl:extendedType | |
Any attribute | [0..*] | Namespace: http://www.w3.org/XML/1998/namespace, Process Contents: lax |
Used in
- Anonymous type of element link:linkbase
Substitution hierarchy
- xl:extended
- can be substituted with link:presentationLink
Sample instance
<link:presentationLink xlink:type="simple" xlink:role="http://www.example.com/"> <xl:title xlink:type="simple"/> </link:presentationLink>