xlink:resourceAttrs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:label xlink:labelType optional
xlink:role xlink:roleType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType resource required

Used By

Complex Type xlink:resourceType

Source

<xs:attributeGroup name="resourceAttrs">
  <xs:attribute ref="xlink:type" fixed="resource" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:label"/>
</xs:attributeGroup>