summaryrefslogtreecommitdiffstats
path: root/templates/xml/compound.xsd
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-29 16:45:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-04-29 16:45:39 (GMT)
commitb68bd0c88bed213f185437a4308bbb0bcbb346a8 (patch)
treed4b273ded7c87fba4bce1c5b623ae8f05e78414a /templates/xml/compound.xsd
parenta9f40a48c99af952836a3871e60ff6ca17ecdecf (diff)
parent4c93718fd5fb1daeccbd0ccd4f3b38b321461205 (diff)
downloadDoxygen-b68bd0c88bed213f185437a4308bbb0bcbb346a8.zip
Doxygen-b68bd0c88bed213f185437a4308bbb0bcbb346a8.tar.gz
Doxygen-b68bd0c88bed213f185437a4308bbb0bcbb346a8.tar.bz2
Merge branch 'albert-github-feature/issue_8522'
Diffstat (limited to 'templates/xml/compound.xsd')
-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 c128140..f540c8a 100644
--- a/templates/xml/compound.xsd
+++ b/templates/xml/compound.xsd
@@ -512,6 +512,8 @@
<xsd:sequence>
<xsd:element name="listitem" type="docListItemType" maxOccurs="unbounded" />
</xsd:sequence>
+ <xsd:attribute name="type" type="DoxOlType" />
+ <xsd:attribute name="start" type="xsd:integer" />
</xsd:complexType>
<xsd:complexType name="docListItemType">
@@ -967,5 +969,15 @@
</xsd:restriction>
</xsd:simpleType>
+ <xsd:simpleType name="DoxOlType">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="1" />
+ <xsd:enumeration value="a" />
+ <xsd:enumeration value="A" />
+ <xsd:enumeration value="i" />
+ <xsd:enumeration value="I" />
+ </xsd:restriction>
+ </xsd:simpleType>
+
</xsd:schema>