RIXML Documentation

ResourceLink

RIXML 2.5 Element

Required

Creates associations between Issuer elements and specific Resource elements containing XBRL data within a RIXML document. Uses XML Schema keyref functionality to link issuers to their corresponding structured financial data resources through resource identifiers.

Usage

Used within Issuer elements when XBRL resources are included in the RIXML document. The idRef attribute must match a Resource element's resourceID attribute. The type attribute should be set to XBRL to indicate the expected data format. Enables one-to-many linking between issuers and resources.

Business Context

Critical for structured financial data integration, particularly when research includes machine-readable financial statements or filings. Enables automated processing of financial data while maintaining clear associations between issuers and their structured data representations.

Source:data-dictionary-2.5.1
Schema:RIXML-Common-2_5.xsd:2329

Where It Fits

Canonical Path

Definition

Type
Namespacehttp://www.rixml.org/2017/9/RIXML
Min Occurs1
Max Occurs1

Attributes

idRefstring
requiredSince 2.2
typeResourceTypeEnum
required

Children

No child elements defined

Example

<ResourceLink idRef="example"
               type="Value" />

Version History

Unchanged since introduction in RIXML 2.2

Semantic Relationships

Requires1 relationship

Resource link identifier reference must match a valid resource identifier attribute to establish proper linkage

RIXML Research Data Dictionary v2.5.1, p.54Elements and Attributes