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 | |
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')
-rw-r--r-- | src/compound.xsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index 2e3ec01..e737939 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -351,6 +351,12 @@ <xsd:element name="copy" type="docEmptyType" /> <xsd:element name="trademark" type="docEmptyType" /> <xsd:element name="registered" type="docEmptyType" /> + <xsd:element name="lsquo" type="docEmptyType" /> + <xsd:element name="rsquo" type="docEmptyType" /> + <xsd:element name="ldquo" type="docEmptyType" /> + <xsd:element name="rdquo" type="docEmptyType" /> + <xsd:element name="ndash" type="docEmptyType" /> + <xsd:element name="mdash" type="docEmptyType" /> <xsd:element name="umlaut" type="docCharType" /> <xsd:element name="acute" type="docCharType" /> <xsd:element name="grave" type="docCharType" /> |