xces:locatorAtts

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
from xs:string optional
href xs:anyURI required
label xs:string optional
role xs:string optional
title xs:string optional
to xs:string optional
type restriction of xs:NMTOKEN locator optional

Source

<xs:attributeGroup name="locatorAtts">
  <xs:attribute ref="xlink:type" fixed="locator"/>
  <xs:attribute ref="xlink:href" use="required"/>
  <xs:attribute ref="xlink:role"/>
  <xs:attribute ref="xlink:title"/>
  <xs:attribute ref="xlink:label"/>
  <xs:attribute ref="xlink:from"/>
  <xs:attribute ref="xlink:to"/>
</xs:attributeGroup>