diff options
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>  | 
