Description
The bookmark type serves as a well-defined target for an incoming simple XLink.
Derived By
Restricting xs:anyType
Attributes
Name |
Type |
Required? |
Default |
Description |
id |
xs:ID |
Yes |
|
|
name |
xs:token |
No |
|
|
element |
xs:NMTOKEN |
No |
|
|
position |
xs:positiveInteger |
No |
|
|
Referenced By
Definition
<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">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="name" type="xs:token">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="element-position" />
</xs:complexType>