link:roleType
The roleType element definition - used to define custom 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 |
---|---|---|---|---|
roleURI | [1..1] | xl:nonEmptyURI | ||
id | [0..1] | xsd:ID |
Sample instance
<link:roleType roleURI="http://www.example.com/"> <link:definition>string</link:definition> <link:usedOn>QName</link:usedOn> </link:roleType>