Showing:

Annotations
Attributes
Diagrams
Source
Complex Type xlink:extended
Namespace http://www.w3.org/1999/xlink
Annotations
Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.
Diagram
Diagram XLink_xsd_Attribute_Group_xlink_extendedAttrs.tmp#extendedAttrs XLink_xsd_Element_xlink_title.tmp#Element_FROM_http___www.w3.org_1999_xlink_PQN_xlink_title XLink_xsd_Element_xlink_resource.tmp#resource XLink_xsd_Element_xlink_locator.tmp#locator XLink_xsd_Element_xlink_arc.tmp#arc XLink_xsd_Element_Group_xlink_extendedModel.tmp#extendedModel
Model xlink:title | xlink:resource | xlink:locator | xlink:arc
Children xlink:arc, xlink:locator, xlink:resource, xlink:title
Attributes
QName Type Fixed Default Use Annotation
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType extended 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:complexType name="extended">
  <xs:annotation>
    <xs:documentation>Intended for use as the type of user-declared elements to make them extended links. Note that the elements referenced in the content model are all abstract. The intention is that by simply declaring elements with these as their substitutionGroup, all the right things will happen.</xs:documentation>
  </xs:annotation>
  <xs:group ref="xlink:extendedModel" minOccurs="0" maxOccurs="unbounded"/>
  <xs:attributeGroup ref="xlink:extendedAttrs"/>
</xs:complexType>
Schema location XLink.xsd