Showing:

Attributes
Diagrams
Source
Used by
Attribute Group xlink:titleAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram XLink_xsd_Attribute_xlink_type.tmp#http___www.w3.org_1999_xlink_type W3C-XML-Namespace_xsd_Attribute_xml_lang.tmp#lang
Used by
Complex Type xlink:titleEltType
Attributes
QName Type Fixed Default Use Annotation
xlink:type xlink:typeType title required
Identifies the type of Extensible Linking Language (XLink) element the current element is functioning as. The value of this attribute is constrained to certain value(s) by the schema. XLink elements can serve several functions. The function is indicated by the value of the attribute xlink:type. The value of xlink:type can be simple, extended, locator, arc, or resource. In addition to xlink:type, the XLink specification defines several other attributes which are used in various combinations to fulfill the various functions. These attributes are: xlink:href, xlink:arcrole, xlink:role, xlink:show, xlink:actuate, xlink:title, xlink:label, xlink:from, and xlink:to.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .
Source
<xs:attributeGroup name="titleAttrs">
  <xs:attribute ref="xlink:type" fixed="title" use="required"/>
  <xs:attribute ref="xml:lang">
    <xs:annotation>
      <xs:documentation>xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location XLink.xsd