xl:arcType

basic extended link arc type - extended where necessary for specific arcs
Extends the generic arc type by adding use, priority and order attributes.

Complex Type Information

Model

Children: xl:title

Attributes

QName Type Fixed Default Use Inheritable Annotation
order decimal 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'

Used By

Source

<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>