diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-07-08 20:06:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-07-08 20:06:16 (GMT) |
commit | aca0b88941aefecfbef3186e63049cc7fba0a11c (patch) | |
tree | 0ff0fae4a5be0021848d96eb18ee8505ff6b9b5d /src/compound_xsd.h | |
parent | 509496da5e5b38aecbd91a5e20b3d695cbbef775 (diff) | |
download | Doxygen-aca0b88941aefecfbef3186e63049cc7fba0a11c.zip Doxygen-aca0b88941aefecfbef3186e63049cc7fba0a11c.tar.gz Doxygen-aca0b88941aefecfbef3186e63049cc7fba0a11c.tar.bz2 |
Release-1.3.2-20030708
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r-- | src/compound_xsd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h new file mode 100644 index 0000000..74a35b9 --- /dev/null +++ b/src/compound_xsd.h @@ -0,0 +1,11 @@ +"<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n" +" <xsd:element name=\"doxygen\" type=\"DoxygenType\"/>\n" +"\n" +" <xsd:complexType name=\"DoxygenType\">\n" +" <xsd:sequence>\n" +" </xsd:sequence>\n" +" <xsd:attribute name=\"version\" type=\"xsd:string\" use=\"required\"/>\n" +" </xsd:complexType>\n" +"\n" +"</xsd:schema>\n" +"\n" |