Definition of the roleRef element - used to link to resolve xlink:arcrole attribute values to the arcroleType element declaration. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
arcroleURI | xl:nonEmptyURI | required |
|
||||
xlink:actuate | restriction of string | optional | |||||
xlink:arcrole | restriction of anyURI | optional | |||||
xlink:href | anyURI | required | |||||
xlink:role | restriction of anyURI | optional | |||||
xlink:show | restriction of string | optional | |||||
xlink:title | string | optional | |||||
xlink:type | restriction of string | simple | required | ||||
Wildcard: ANY attribute from namespace(s) 'http://www.w3.org/XML/1998/namespace' |
Elements | link:linkbase, xbrli:xbrl |
<element name="arcroleRef" substitutionGroup="xl:simple"> <annotation> <documentation>Definition of the roleRef element - used to link to resolve xlink:arcrole attribute values to the arcroleType element declaration.</documentation> </annotation> <complexType> <complexContent> <extension base="xl:simpleType"> <attribute name="arcroleURI" type="xl:nonEmptyURI" use="required"> <annotation> <documentation>This attribute contains the arc role name.</documentation> </annotation> </attribute> </extension> </complexContent> </complexType> </element> |