Definition Type: Element
Name: presentationArc
Namespace: http://www.xbrl.org/2003/linkbase
Type: xl:arcType
Containing Schema: xbrl-linkbase-2003-12-31.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into title in schema xl-2003-12-31_xsd Drilldown into priority in schema xl-2003-12-31_xsd Drilldown into use in schema xl-2003-12-31_xsd Drilldown into order in schema xl-2003-12-31_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into to in schema xlink_xsd Drilldown into from in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into arcType in schema xl-2003-12-31_xsd Drilldown into preferredLabel in schema xbrl-linkbase-2003-12-31_xsdXSD Diagram of presentationArc in schema xbrl-linkbase-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title xl:title 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type Required
from xlink:from Required
to xlink:to Required
arcrole xlink:arcrole Required
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
order xl:order Optional
use xl:use Optional
priority xl:priority Optional
preferredLabel link:preferredLabel Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xl:arc