summaryrefslogtreecommitdiffstats
path: root/src/compound.xsd
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-03-28 13:38:53 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-03-28 13:38:53 (GMT)
commitc8be4837b6a2a96cc3e57aa941645b9dc017e8b2 (patch)
tree8e755f934e036b4b48c96948a075bf607fadc0cf /src/compound.xsd
parent2fcc16df64d2af93fc0bb01617f8531116118e8d (diff)
downloadDoxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.zip
Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.gz
Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.bz2
Release-1.4.2
Diffstat (limited to 'src/compound.xsd')
-rw-r--r--src/compound.xsd11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/compound.xsd b/src/compound.xsd
index bdbf498..367fdd0 100644
--- a/src/compound.xsd
+++ b/src/compound.xsd
@@ -548,12 +548,11 @@
</xsd:sequence>
</xsd:complexType>
- <xsd:complexType name="docParamName">
- <xsd:simpleContent>
- <xsd:extension base="xsd:string">
- <xsd:attribute name="direction" type="DoxParamDir" use="optional" />
- </xsd:extension>
- </xsd:simpleContent>
+ <xsd:complexType name="docParamName" mixed="true">
+ <xsd:sequence>
+ <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
+ </xsd:sequence>
+ <xsd:attribute name="direction" type="DoxParamDir" use="optional" />
</xsd:complexType>
<xsd:complexType name="docXRefSectType">