diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-08 22:29:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-08 22:29:56 +0000 |
commit | aa35c653ec5fe40c50426873ca1dbe3122428709 (patch) | |
tree | d432ebc113cbca72ca50dd9b4b127d9e626b50f4 /doc | |
parent | ed6394b56047af2db69e08280972657c4561fbad (diff) |
Bookmark support in rtfx.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtfx.xsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd index 6ee37ee..df8da43 100644 --- a/doc/rtfx.xsd +++ b/doc/rtfx.xsd @@ -378,6 +378,7 @@ <xs:element ref="span"/> <xs:element ref="highlight"/> <xs:element ref="link"/> + <xs:element ref="bookmark"/> </xs:choice> </xs:group> @@ -546,4 +547,17 @@ </xs:complexType> </xs:element> + <xs:element name="bookmark"> + <xs:annotation> + <xs:documentation>A bookmark.</xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:attribute name="id" type="xs:string" use="required"> + <xs:annotation> + <xs:documentation>The ID of the bookmark.</xs:documentation> + </xs:annotation> + </xs:attribute> + </xs:complexType> + </xs:element> + </xs:schema> |