link:arcroleType
The arcroleType element definition - used to define custom arc role values in XBRL extended links.
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- link:definition [0..1] The element to use for human-readable definition of custom roles and arc roles.
- link:usedOn [1..*] Definition of the usedOn element - used to identify what elements may use a taxonomy defined role or arc role value.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
arcroleURI | [1..1] | xl:nonEmptyURI | ||
id | [0..1] | xsd:ID | ||
cyclesAllowed | [1..1] | Anonymous |
Sample instance
<link:arcroleType arcroleURI="http://www.example.com/" cyclesAllowed="any"> <link:definition>string</link:definition> <link:usedOn>QName</link:usedOn> </link:arcroleType>