From 2084f3ae9d1da27ddd420c8ffe65345598688381 Mon Sep 17 00:00:00 2001 From: jtm Date: Sun, 29 Mar 2020 19:53:20 -0400 Subject: Remove duplicate xsd fields for `docMarkupType`. The `docTitleCmdGroup` group defines choices `image` and `linebreak` (among others). The `docMarkupType` type inherits from `docTitleCmdGroup`, but includes redefinitions of `image` and `linebreak` in its definition. This is mostly harmless, but it violates the ["unique particle attribution rule"](https://www.w3.org/wiki/UniqueParticleAttribution), which some xsd tools will complain about. --- templates/xml/compound.xsd | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 3dc5d9e..e17d2fa 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -447,7 +447,6 @@ - @@ -460,7 +459,6 @@ - -- cgit v0.12