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.h | |
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.h')
-rw-r--r-- | src/compound_xsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h index d84816b..6ec95e1 100644 --- a/src/compound_xsd.h +++ b/src/compound_xsd.h @@ -120,7 +120,7 @@ " <xsd:attribute name=\"mutable\" type=\"DoxBool\" />\n" " </xsd:complexType>\n" "\n" -" <xsd:complexType name=\"descriptionType\">\n" +" <xsd:complexType name=\"descriptionType\" mixed=\"true\">\n" " <xsd:sequence>\n" " <xsd:element name=\"para\" type=\"docParaType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n" " <xsd:element name=\"sect1\" type=\"docSect1Type\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n" @@ -244,7 +244,7 @@ " <xsd:element name=\"para\" type=\"docParaType\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n" " <xsd:element name=\"sect3\" type=\"docSect3Type\" minOccurs=\"0\" maxOccurs=\"unbounded\" />\n" " <xsd:element name=\"internal\" type=\"docInternalS2Type\" minOccurs=\"0\" />\n" -" </xsd:sequencee\n" +" </xsd:sequence>\n" " <xsd:attribute name=\"id\" />\n" " </xsd:complexType>\n" "\n" |