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