diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-09-04 19:14:10 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-09-04 19:14:10 (GMT) |
commit | d20edf5ddd0f90ea5b220ad743bf311f74383fc8 (patch) | |
tree | 9eaad18e2e95d04758839bfe77adefaaa1695f7d /src/compound.xsd | |
parent | 77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d (diff) | |
download | Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.zip Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.tar.gz Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.tar.bz2 |
Release-1.3.3-20030904
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index 5844f07..4937ff0 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -120,7 +120,7 @@ <xsd:attribute name="mutable" type="DoxBool" /> </xsd:complexType> - <xsd:complexType name="descriptionType"> + <xsd:complexType name="descriptionType" mixed="true"> <xsd:sequence> <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="sect1" type="docSect1Type" minOccurs="0" maxOccurs="unbounded" /> @@ -244,7 +244,7 @@ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="sect3" type="docSect3Type" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="internal" type="docInternalS2Type" minOccurs="0" /> - </xsd:sequencee + </xsd:sequence> <xsd:attribute name="id" /> </xsd:complexType> |