Offers full XLink functionality, such as inbound and third-party arcs, as well as links that have arbitrary numbers of participating resources. As a result, the structure of complex links can be fairly complex, including elements for pointing to remote resources, elements for containing local resources, elements for specifying arc traversal rules, and elements for specifying human-readable resource and arc titles.
Element | Description |
---|---|
title | |
resource | |
locator | |
arc |
None.
<complexType name="extendedLinkType" final="restriction" mixed="true" >
<choice minOccurs="0" maxOccurs="unbounded">
<element name="title" type="xlink:titleType"></element>
<element name="resource" type="xlink:resourceType"></element>
<element name="locator" type="xlink:locatorType"></element>
<element name="arc" type="xlink:arcType"></element>
</choice>
<attributeGroup ref="xlink:extendedLinkGroup" />
</complexType>