Definition Type: ComplexType
Name: arcType
Namespace: http://www.xbrl.org/2003/XLink
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: xl-2003-12-31.xsd
Abstract
Documentation:
basic extended link arc type - extended where necessary for specific arcs Extends the generic arc type by adding use, priority and order attributes.
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_xsdXSD Diagram of arcType in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="arcType">
    <annotation>
        <documentation>
      basic extended link arc type - extended where necessary for specific arcs
      Extends the generic arc type by adding use, priority and order attributes.
      </documentation>
    </annotation>
    <complexContent>
        <restriction base="anyType">
            <sequence>
                <element ref="xl:title" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
            <attribute ref="xlink:type" use="required" fixed="arc" />
            <attribute ref="xlink:from" use="required" />
            <attribute ref="xlink:to" use="required" />
            <attribute ref="xlink:arcrole" use="required" />
            <attribute ref="xlink:title" use="optional" />
            <attribute ref="xlink:show" use="optional" />
            <attribute ref="xlink:actuate" use="optional" />
            <attribute name="order" type="decimal" use="optional" />
            <attribute name="use" type="xl:useEnum" use="optional" />
            <attribute name="priority" type="integer" use="optional" />
            <anyAttribute namespace="##other" processContents="lax" />
        </restriction>
    </complexContent>
</complexType>
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
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xl:arclink:calculationArc, link:definitionArc, link:footnoteArc, link:labelArc, link:presentationArc, link:referenceArc,