summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-06-27 17:41:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-06-27 17:41:53 (GMT)
commit2e832d8c725dc8897b46802a699e776ce10d3e5a (patch)
tree904b9de3b50296e2e160c10949ab56f124b365c5 /templates
parentc44632a13d664c46b83d4a698285f530396c33b5 (diff)
downloadDoxygen-2e832d8c725dc8897b46802a699e776ce10d3e5a.zip
Doxygen-2e832d8c725dc8897b46802a699e776ce10d3e5a.tar.gz
Doxygen-2e832d8c725dc8897b46802a699e776ce10d3e5a.tar.bz2
XML validation \msc... \dot... \dia...
The items for caption, and size were not added to the xml schema for `\msc` \mscfile` `\dot` \dotfile` `\diafile`
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd13
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index e4ca883..9d3f943 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -423,8 +423,8 @@
<xsd:element name="rtfonly" type="xsd:string" />
<xsd:element name="latexonly" type="xsd:string" />
<xsd:element name="image" type="docImageType" />
- <xsd:element name="dot" type="xsd:string" />
- <xsd:element name="msc" type="xsd:string" />
+ <xsd:element name="dot" type="docImgFileType" />
+ <xsd:element name="msc" type="docImgFileType" />
<xsd:element name="plantuml" type="xsd:string" />
<xsd:element name="anchor" type="docAnchorType" />
<xsd:element name="formula" type="docFormulaType" />
@@ -588,6 +588,15 @@
<xsd:complexType name="docFileType" mixed="true">
<xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
<xsd:attribute name="name" type="xsd:string" />
+ <xsd:attribute name="width" type="xsd:string" />
+ <xsd:attribute name="height" type="xsd:string" />
+ </xsd:complexType>
+
+ <xsd:complexType name="docImgFileType" mixed="true">
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
+ <xsd:attribute name="caption" type="xsd:string" />
+ <xsd:attribute name="width" type="xsd:string" />
+ <xsd:attribute name="height" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="docTocItemType" mixed="true">