QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
xlink:type | xlink:typeType | title | required | ||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Complex Type | xlink:titleEltType |
<xs:attributeGroup name="titleAttrs"> <xs:attribute ref="xlink:type" fixed="title" use="required"/> <xs:attribute ref="xml:lang"> <xs:annotation> <xs:documentation>xml:lang is not required, but provides much of the motivation for title elements in addition to attributes, and so is provided here for convenience.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |