link:loc
Concrete locator element. The loc element is the XLink locator element for all extended links in XBRL.
Element information
Namespace: http://www.xbrl.org/2003/linkbase
Schema document: xbrl-linkbase-2003-12-31.xsd
Type: xl:locatorType
Properties: Global, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [1..1] | Anonymous | Fixed value is "locator". | |
xlink:href | [1..1] | xsd:anyURI | ||
xlink:label | [1..1] | xsd:NCName | ||
xlink:role | [0..1] | Anonymous | ||
xlink:title | [0..1] | xsd:string |
Used in
- Anonymous type of element link:calculationLink
- Anonymous type of element link:definitionLink
- Anonymous type of element link:footnoteLink
- Anonymous type of element link:labelLink
- Anonymous type of element link:presentationLink
- Anonymous type of element link:referenceLink
- Type xl:extendedType (Element xl:extended)
Substitution hierarchy
- xl:locator
- can be substituted with link:loc
Sample instance
<link:loc xlink:type="simple" xlink:href="http://www.example.com/" xlink:label="NCName"> <xl:title xlink:type="simple"/> </link:loc>