summaryrefslogtreecommitdiffstats
path: root/src/index_xsd.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-01-29 11:51:21 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-01-29 11:51:21 (GMT)
commitc635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c (patch)
tree5d48c44b9a2f19b38592c2cb51a919ebd456c8fb /src/index_xsd.h
parent13feb604f3aa783f927ed47df8e4c561a8d8032a (diff)
downloadDoxygen-c635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c.zip
Doxygen-c635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c.tar.gz
Doxygen-c635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c.tar.bz2
Release-1.4.1-20050129
Diffstat (limited to 'src/index_xsd.h')
-rw-r--r--src/index_xsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index_xsd.h b/src/index_xsd.h
index 6a3b3da..2f5d0c5 100644
--- a/src/index_xsd.h
+++ b/src/index_xsd.h
@@ -14,7 +14,7 @@
" <xsd:element name=\"name\" type=\"xsd:string\"/>\n"
" <xsd:element name=\"member\" type=\"MemberType\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n"
" </xsd:sequence>\n"
-" <xsd:attribute name=\"refid\" type=\"xsd:Name\" use=\"required\"/>\n"
+" <xsd:attribute name=\"refid\" type=\"xsd:string\" use=\"required\"/>\n"
" <xsd:attribute name=\"kind\" type=\"CompoundKind\" use=\"required\"/>\n"
" </xsd:complexType>\n"
"\n"
@@ -22,7 +22,7 @@
" <xsd:sequence>\n"
" <xsd:element name=\"name\" type=\"xsd:string\"/>\n"
" </xsd:sequence>\n"
-" <xsd:attribute name=\"refid\" type=\"xsd:Name\" use=\"required\"/>\n"
+" <xsd:attribute name=\"refid\" type=\"xsd:string\" use=\"required\"/>\n"
" <xsd:attribute name=\"kind\" type=\"MemberKind\" use=\"required\"/>\n"
" </xsd:complexType>\n"
" \n"