bookmark

The bookmark type serves as a well-defined target for an incoming simple XLink.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
element xs:NMTOKEN optional
id xs:ID required
name xs:token optional
position xs:positiveInteger optional

Used By

Source

<xs:complexType name="bookmark">
  <xs:annotation>
    <xs:documentation>The bookmark type serves as a well-defined target for an incoming simple XLink.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <xs:attribute name="name" type="xs:token"/>
  <xs:attributeGroup ref="element-position"/>
</xs:complexType>