link:reference
Definition of the reference resource element.
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [1..1] | Anonymous | Fixed value is "resource". from type xl:resourceType | |
xlink:label | [1..1] | xsd:NCName | from type xl:resourceType | |
xlink:role | [0..1] | Anonymous | from type xl:resourceType | |
xlink:title | [0..1] | xsd:string | from type xl:resourceType | |
id | [0..1] | xsd:ID | from type xl:resourceType |
Used in
- Anonymous type of element link:referenceLink
- Type xl:extendedType (Element xl:extended)
Substitution hierarchy
- xl:resource
- can be substituted with link:reference
Sample instance
<link:reference xlink:type="simple" xlink:label="NCName">Any text, intermingled with: <link:part>any text content</link:part> </link:reference>