### Skeletal XBRL linkbase Example (XML) Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 An example of a basic XBRL linkbase element, demonstrating the inclusion of namespace definitions, the @schemaLocation attribute, and a calculationLink as an extended link. ```xml ``` -------------------------------- ### XBRL Instance Example with footnoteLink Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 Demonstrates a practical use case of the footnoteLink element in an XBRL instance. This example shows how to link financial facts to footnotes, including multilingual footnotes, using locators and arcs. It also defines contexts and units. ```XML 1200 2600 1100 2600 Including the effects of the merger. Y compris les effets de la fusion. Example plc 2001-08-16 actual ISO4217:EUR ``` -------------------------------- ### XBRL Instance with Element Example Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 An example of an XBRL instance document demonstrating the use of the element to include specific business reporting details like 'bestEstimate', 'residence', 'nonSmoker' status, and age ranges. ```xml someInsuranceCoMAtrue3449 ``` -------------------------------- ### XBRL: Fixing missing namespace reference in example 8 Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 This errata addresses a missing namespace reference in Example 8 of the XBRL specification. Correcting this ensures that the example accurately reflects proper namespace usage. ```xml ``` -------------------------------- ### XBRL Instance XML Example with URI Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 Illustrates how a URI scheme should be formatted in an XBRL instance, specifically adding 'http://' to the beginning of scheme URIs. ```xml http://... ``` -------------------------------- ### XHTML Label Example in XBRL Specification (XHTML) Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 Inserts an example of an XHTML label, as provided by Don Bruey, into the XBRL specification. This demonstrates the proper usage of labels within the XBRL framework. ```html

Example Label: Net Income

``` -------------------------------- ### XPointer Usage in URI Fragment Identifiers (Examples) Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 These examples illustrate various ways to use XPointer syntax within URI fragment identifiers to target specific XML elements. They cover referencing elements by ID and by document order within a specified XML document. ```text `#f1` | The fragment of the current document with an ` @id` attribute equal to "f1" ``` ```text `us_bs_v21.xsd#currentAssets` | The element of the document us_bs_v21.xsd with an ` @id` attribute equal to "currentAssets" ``` ```text `us_bs_v21.xsd#element(/1/14)` | The element of the document us_bs_v21.xsd that is the 14 child (in document order) of the root element. ``` ```text `us_bs_v21.xsd#element(currentAssets)` | The element of the document us_bs_v21.xsd with an ` @id` attribute equal to "currentAssets" ``` -------------------------------- ### XBRL Label Link Example (Many-to-Many Relationships) Source: https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2 Illustrates an XBRL label link where a single arc relates multiple concepts to multiple labels. This setup utilizes shared @xlink:label attributes on locators and resources to represent these many-to-many connections. ```xml ``` -------------------------------- ### XBRL