Definition Type: Element
Name: calculationArc
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 weight in schema xbrl-linkbase-2003-12-31_xsdXSD Diagram of calculationArc in schema xbrl-linkbase-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<element name="calculationArc" substitutionGroup="xl:arc">
    <complexType>
        <annotation>
            <documentation>
        Extension of the extended link arc type for calculation arcs.
        Adds a weight attribute to track weights on contributions to 
        summations.
        </documentation>
        </annotation>
        <complexContent>
            <extension base="xl:arcType">
                <attribute name="weight" type="decimal" use="required" />
            </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
weight link:weight Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xl:arc