diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-09-27 19:20:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-09-27 19:20:12 (GMT) |
commit | b3063065e56a63056b094b58a883856267e32db3 (patch) | |
tree | 5485e95b8a8a758f2d0d0a39e611d4d9b1ad519b /src/compound_xsd.h | |
parent | ba7233b1be8545e619d80a62dd274521392fbe1f (diff) | |
download | Doxygen-b3063065e56a63056b094b58a883856267e32db3.zip Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.gz Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.bz2 |
Release-1.4.4-20050927
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r-- | src/compound_xsd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h index d2ba0bf..a35c4fa 100644 --- a/src/compound_xsd.h +++ b/src/compound_xsd.h @@ -351,6 +351,12 @@ " <xsd:element name=\"copy\" type=\"docEmptyType\" />\n" " <xsd:element name=\"trademark\" type=\"docEmptyType\" />\n" " <xsd:element name=\"registered\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"lsquo\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"rsquo\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"ldquo\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"rdquo\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"ndash\" type=\"docEmptyType\" />\n" +" <xsd:element name=\"mdash\" type=\"docEmptyType\" />\n" " <xsd:element name=\"umlaut\" type=\"docCharType\" />\n" " <xsd:element name=\"acute\" type=\"docCharType\" />\n" " <xsd:element name=\"grave\" type=\"docCharType\" />\n" |