QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
order | decimal | optional | ||||
preferredLabel | restriction of anyURI | optional | ||||
priority | integer | optional | ||||
use | xl:useEnum | optional | ||||
xlink:actuate | restriction of string | optional | ||||
xlink:arcrole | restriction of anyURI | required | ||||
xlink:from | NCName | required | ||||
xlink:show | restriction of string | optional | ||||
xlink:title | string | optional | ||||
xlink:to | NCName | required | ||||
xlink:type | restriction of string | arc | required | |||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xbrl.org/2003/XLink' |
Element | link:presentationLink |
<element name="presentationArc" substitutionGroup="xl:arc"> <complexType> <annotation> <documentation>Extension of the extended link arc type for presentation arcs. Adds a preferredLabel attribute that documents the role attribute value of preferred labels (as they occur in label extended links).</documentation> </annotation> <complexContent> <extension base="xl:arcType"> <attribute name="preferredLabel" use="optional"> <simpleType> <restriction base="anyURI"> <minLength value="1"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType> </element> |