summaryrefslogtreecommitdiffstats
path: root/src/compound.xsd
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
commit38de39f102c03a52de4c9bb4875125745abce622 (patch)
treec44fd80159115f91bacbc05dd72e77e5a6788e84 /src/compound.xsd
parentfe6ff0cfd058b1b09bf389dd2c20be317183e094 (diff)
downloadDoxygen-38de39f102c03a52de4c9bb4875125745abce622.zip
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.tar.gz
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.tar.bz2
Release-1.7.3
Diffstat (limited to 'src/compound.xsd')
-rw-r--r--src/compound.xsd16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/compound.xsd b/src/compound.xsd
index 0b2ed4d..65fc0bf 100644
--- a/src/compound.xsd
+++ b/src/compound.xsd
@@ -59,7 +59,7 @@
<xsd:attribute name="ambiguityscope" type="xsd:string" />
</xsd:complexType>
- <xsd:complexType name="compoundRefType" mixed="true">
+ <xsd:complexType name="compoundRefType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" use="optional" />
@@ -69,7 +69,7 @@
</xsd:simpleContent>
</xsd:complexType>
- <xsd:complexType name="reimplementType" mixed="true">
+ <xsd:complexType name="reimplementType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" />
@@ -77,7 +77,7 @@
</xsd:simpleContent>
</xsd:complexType>
- <xsd:complexType name="incType" mixed="true">
+ <xsd:complexType name="incType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" />
@@ -86,7 +86,7 @@
</xsd:simpleContent>
</xsd:complexType>
- <xsd:complexType name="refType" mixed="true">
+ <xsd:complexType name="refType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" />
@@ -95,7 +95,7 @@
</xsd:simpleContent>
</xsd:complexType>
- <xsd:complexType name="refTextType" mixed="true">
+ <xsd:complexType name="refTextType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="refid" type="xsd:string" />
@@ -582,6 +582,12 @@
</xsd:sequence>
</xsd:complexType>
+ <xsd:complexType name="docParamType" mixed="true">
+ <xsd:sequence>
+ <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
+ </xsd:sequence>
+ </xsd:complexType>
+
<xsd:complexType name="docParamName" mixed="true">
<xsd:sequence>
<xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />