Showing:

Attributes
Diagrams
Source
Used by
Attribute Group xlink:arcAttrs
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram XLink_xsd_Attribute_xlink_type.tmp#http___www.w3.org_1999_xlink_type XLink_xsd_Attribute_xlink_arcrole.tmp#arcrole XLink_xsd_Attribute_xlink_title.tmp#http___www.w3.org_1999_xlink_title XLink_xsd_Attribute_xlink_show.tmp#show XLink_xsd_Attribute_xlink_actuate.tmp#actuate XLink_xsd_Attribute_xlink_from.tmp#from XLink_xsd_Attribute_xlink_to.tmp#to
Used by
Complex Type xlink:arcType
Attributes
QName Type Fixed Default Use Annotation
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:from xlink:fromType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:to xlink:toType optional
xlink:type xlink:typeType arc 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.
Source
<xs:attributeGroup name="arcAttrs">
  <xs:attribute ref="xlink:type" fixed="arc" use="required"/>
  <xs:attribute ref="xlink:arcrole"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:show"/>
  <xs:attribute ref="xlink:actuate"/>
  <xs:attribute ref="xlink:from"/>
  <xs:attribute ref="xlink:to">
    <xs:annotation>
      <xs:documentation>from and to have default behavior when values are missing</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location XLink.xsd