extendedLinkType complexType

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.

Elements and Attributes

Child Elements

Element Description
title
resource
locator
arc

Attributes

None.

Definition

      <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>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp