Type for the abstract title element - used as a title element template. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
xlink:type | restriction of string | title | required |
Element | xl:title |
<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> |