link:definitionArc
Concrete arc for use in definition extended links.
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: xl:arcType
Properties: Global, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [1..1] | Anonymous | Fixed value is "arc". | |
xlink:from | [1..1] | xsd:NCName | ||
xlink:to | [1..1] | xsd:NCName | ||
xlink:arcrole | [1..1] | Anonymous | ||
xlink:title | [0..1] | xsd:string | ||
xlink:show | [0..1] | Anonymous | ||
xlink:actuate | [0..1] | Anonymous | ||
order | [0..1] | xsd:decimal | ||
use | [0..1] | xl:useEnum | ||
priority | [0..1] | xsd:integer | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element link:definitionLink
- Type xl:extendedType (Element xl:extended)
Substitution hierarchy
- xl:arc
- can be substituted with link:definitionArc
Sample instance
<link:definitionArc xlink:type="simple" xlink:from="NCName" xlink:to="NCName" xlink:arcrole="http://www.example.com/"> <xl:title xlink:type="simple"/> </link:definitionArc>