xl:locatorType

Generic locator type.

Complex Type Information

Model

Children: xl:title

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:href anyURI required
xlink:label NCName required
xlink:role restriction of anyURI optional
xlink:title string optional
xlink:type restriction of string locator required

Used By

Elements link:loc, xl:locator

Source

<complexType name="locatorType">
  <annotation>
    <documentation>Generic locator type.</documentation>
  </annotation>
  <complexContent>
    <restriction base="anyType">
      <sequence>
        <element ref="xl:title" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute ref="xlink:type" use="required" fixed="locator"/>
      <attribute ref="xlink:href" use="required"/>
      <attribute ref="xlink:label" use="required"/>
      <attribute ref="xlink:role" use="optional"/>
      <attribute ref="xlink:title" use="optional"/>
    </restriction>
  </complexContent>
</complexType>