summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan Theegarten <jan@moduleworks.com>2021-01-07 21:20:45 (GMT)
committerJan Theegarten <jan@moduleworks.com>2021-01-07 21:20:45 (GMT)
commit8e0f3b40fc36f38cf3b5d78d859b1e8678de0069 (patch)
treec97766f47a46f4a5b4fe2390cdb9064f52cb5df9 /templates
parent0db750805f7028a32a30330a1558405dd3eea92e (diff)
downloadDoxygen-8e0f3b40fc36f38cf3b5d78d859b1e8678de0069.zip
Doxygen-8e0f3b40fc36f38cf3b5d78d859b1e8678de0069.tar.gz
Doxygen-8e0f3b40fc36f38cf3b5d78d859b1e8678de0069.tar.bz2
Changed XML scheme accordingly.
Diffstat (limited to 'templates')
-rw-r--r--templates/xml/compound.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd
index 974a43c..400bea5 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -560,6 +560,7 @@
</xsd:sequence>
<xsd:attribute name="rows" type="xsd:integer" />
<xsd:attribute name="cols" type="xsd:integer" />
+ <xsd:attribute name="width" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="docRowType">
@@ -576,6 +577,8 @@
<xsd:attribute name="colspan" type="xsd:integer" />
<xsd:attribute name="rowspan" type="xsd:integer" />
<xsd:attribute name="align" type="DoxAlign" />
+ <xsd:attribute name="valign" type="DoxVerticalAlign" />
+ <xsd:attribute name="width" type="xsd:string" />
<xsd:attribute name="class" type="xsd:string" />
<xsd:anyAttribute processContents="skip"/>
</xsd:complexType>
@@ -595,6 +598,7 @@
<xsd:attribute name="name" type="xsd:string" use="optional"/>
<xsd:attribute name="width" type="xsd:string" use="optional"/>
<xsd:attribute name="height" type="xsd:string" use="optional"/>
+ <xsd:attribute name="alt" type="xsd:string" use="optional"/>
<xsd:attribute name="inline" type="DoxBool" use="optional"/>
<xsd:attribute name="caption" type="xsd:string" use="optional"/>
</xsd:complexType>
@@ -951,5 +955,13 @@
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name="DoxVerticalAlign">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="bottom"/>
+ <xsd:enumeration value="top"/>
+ <xsd:enumeration value="middle"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
</xsd:schema>