xces:simpleLinkAtts

Attributes required to declare a simple link.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xs:anyURI optional
type restriction of xs:NMTOKEN simple optional

Used By

Source

<xs:attributeGroup name="simpleLinkAtts">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attributes required to declare a simple link.</xs:documentation>
  </xs:annotation>
  <xs:attribute ref="xlink:type" fixed="simple"/>
  <xs:attribute ref="xlink:href" use="optional"/>
</xs:attributeGroup>