xl:extendedType

Generic extended link type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id country:ID optional
xlink:role restriction of anyURI required
xlink:title string optional
xlink:type restriction of string extended required
Wildcard: ANY attribute from namespace(s) 'http://www.w3.org/XML/1998/namespace'

Used By

Source

<complexType name="extendedType">
  <annotation>
    <documentation>Generic extended link type</documentation>
  </annotation>
  <complexContent>
    <restriction base="anyType">
      <choice minOccurs="0" maxOccurs="unbounded">
        <element ref="xl:title"/>
        <element ref="xl:documentation"/>
        <element ref="xl:locator"/>
        <element ref="xl:arc"/>
        <element ref="xl:resource"/>
      </choice>
      <attribute ref="xlink:type" use="required" fixed="extended"/>
      <attribute ref="xlink:role" use="required"/>
      <attribute ref="xlink:title" use="optional"/>
      <attribute name="id" type="ID" use="optional"/>
      <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax"/>
    </restriction>
  </complexContent>
</complexType>