summaryrefslogtreecommitdiffstats
path: root/src/compound_xsd.h
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.h
parent2fcc16df64d2af93fc0bb01617f8531116118e8d (diff)
downloadDoxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.zip
Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.gz
Doxygen-c8be4837b6a2a96cc3e57aa941645b9dc017e8b2.tar.bz2
Release-1.4.2
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r--src/compound_xsd.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h
index a938f18..7766410 100644
--- a/src/compound_xsd.h
+++ b/src/compound_xsd.h
@@ -548,12 +548,11 @@
" </xsd:sequence>\n"
" </xsd:complexType>\n"
"\n"
-" <xsd:complexType name=\"docParamName\">\n"
-" <xsd:simpleContent>\n"
-" <xsd:extension base=\"xsd:string\">\n"
-" <xsd:attribute name=\"direction\" type=\"DoxParamDir\" use=\"optional\" />\n"
-" </xsd:extension>\n"
-" </xsd:simpleContent>\n"
+" <xsd:complexType name=\"docParamName\" mixed=\"true\">\n"
+" <xsd:sequence>\n"
+" <xsd:element name=\"ref\" type=\"refTextType\" minOccurs=\"0\" maxOccurs=\"1\" />\n"
+" </xsd:sequence>\n"
+" <xsd:attribute name=\"direction\" type=\"DoxParamDir\" use=\"optional\" />\n"
" </xsd:complexType>\n"
"\n"
" <xsd:complexType name=\"docXRefSectType\">\n"