link:presentationArc
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: Anonymous
Properties: Global, Qualified
Content
from type xl:arcType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [1..1] | Anonymous | Fixed value is "arc". from type xl:arcType | |
xlink:from | [1..1] | xsd:NCName | from type xl:arcType | |
xlink:to | [1..1] | xsd:NCName | from type xl:arcType | |
xlink:arcrole | [1..1] | Anonymous | from type xl:arcType | |
xlink:title | [0..1] | xsd:string | from type xl:arcType | |
xlink:show | [0..1] | Anonymous | from type xl:arcType | |
xlink:actuate | [0..1] | Anonymous | from type xl:arcType | |
order | [0..1] | xsd:decimal | from type xl:arcType | |
use | [0..1] | xl:useEnum | from type xl:arcType | |
priority | [0..1] | xsd:integer | from type xl:arcType | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type xl:arcType | |
preferredLabel | [0..1] | Anonymous |
Used in
- Anonymous type of element link:presentationLink
- Type xl:extendedType (Element xl:extended)
Substitution hierarchy
- xl:arc
- can be substituted with link:presentationArc
Sample instance
<link:presentationArc xlink:type="simple" xlink:from="NCName" xlink:to="NCName" xlink:arcrole="http://www.example.com/"> <xl:title xlink:type="simple"/> </link:presentationArc>