xl:titleType

Type for the abstract title element - 
used as a title element template.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:type restriction of string title required

Used By

Element xl:title

Source

<complexType name="titleType">
  <annotation>
    <documentation>Type for the abstract title element - used as a title element template.</documentation>
  </annotation>
  <complexContent>
    <restriction base="anyType">
      <attribute ref="xlink:type" use="required" fixed="title"/>
    </restriction>
  </complexContent>
</complexType>