diff options
Diffstat (limited to 'templates/xml')
-rw-r--r-- | templates/xml/compound.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 6eb7e0a..698a0cc 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -410,6 +410,7 @@ <xsd:choice> <xsd:element name="ulink" type="docURLLink" /> <xsd:element name="bold" type="docMarkupType" /> + <xsd:element name="s" type="docMarkupType" /> <xsd:element name="strike" type="docMarkupType" /> <xsd:element name="underline" type="docMarkupType" /> <xsd:element name="emphasis" type="docMarkupType" /> @@ -419,7 +420,7 @@ <xsd:element name="center" type="docMarkupType" /> <xsd:element name="small" type="docMarkupType" /> <xsd:element name="del" type="docMarkupType" /> - <xsd:element name="inc" type="docMarkupType" /> + <xsd:element name="ins" type="docMarkupType" /> <xsd:element name="htmlonly" type="docHtmlOnlyType" /> <xsd:element name="manonly" type="xsd:string" /> <xsd:element name="xmlonly" type="xsd:string" /> |