summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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>