Showing:

Attributes
Diagrams
Source
Used by
Attribute Group xlink:locatorAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram index27.tmp#id81 index70.tmp#id83 index28.tmp#id85 index29.tmp#id89 index30.tmp#id732
Used by
Complex Type xlink:locatorType
Attributes
QName Type Fixed Default Use Annotation
xlink:href xlink:hrefType required
xlink:label xlink:labelType optional
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType locator required
Source
<xs:attributeGroup name="locatorAttrs">
  <xs:attribute ref="xlink:type" fixed="locator" use="required"/>
  <xs:attribute ref="xlink:href" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:label">
    <xs:annotation>
      <xs:documentation>label is not required, but locators have no particular XLink function if they are not labeled.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location http://www.w3.org/1999/xlink.xsd