diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-06-17 19:53:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-06-17 19:53:53 (GMT) |
commit | d3c3bbd02543280d12a763d82aa5b54ce516c57f (patch) | |
tree | e215fcacfb74cc58f4d27e30b9722efd930d7a7a /src/compound_xsd.h | |
parent | f309c3c0e7c1cf29df6b850e19d647e93a30ce28 (diff) | |
download | Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.zip Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.tar.gz Doxygen-d3c3bbd02543280d12a763d82aa5b54ce516c57f.tar.bz2 |
Release-1.3.7-20040617
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r-- | src/compound_xsd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h index adf1a25..90409f7 100644 --- a/src/compound_xsd.h +++ b/src/compound_xsd.h @@ -61,7 +61,7 @@ " <xsd:complexType name=\"compoundRefType\" mixed=\"true\">\n" " <xsd:simpleContent>\n" " <xsd:extension base=\"xsd:string\">\n" -" <xsd:attribute name=\"refid\" type=\"xsd:string\" />\n" +" <xsd:attribute name=\"refid\" type=\"xsd:string\" use=\"optional\" />\n" " <xsd:attribute name=\"prot\" type=\"DoxProtectionKind\" />\n" " <xsd:attribute name=\"virt\" type=\"DoxVirtualKind\" />\n" " </xsd:extension>\n" @@ -106,6 +106,7 @@ " <xsd:complexType name=\"sectiondefType\">\n" " <xsd:sequence>\n" " <xsd:element name=\"header\" type=\"xsd:string\" minOccurs=\"0\" />\n" +" <xsd:element name=\"description\" type=\"descriptionType\" minOccurs=\"0\" />\n" " <xsd:element name=\"memberdef\" type=\"memberdefType\" maxOccurs=\"unbounded\" />\n" " </xsd:sequence>\n" " <xsd:attribute name=\"kind\" type=\"DoxSectionKind\" />\n" @@ -156,9 +157,9 @@ " <xsd:complexType name=\"enumvalueType\" mixed=\"true\">\n" " <xsd:sequence>\n" " <xsd:element name=\"name\" />\n" +" <xsd:element name=\"initializer\" type=\"linkedTextType\" minOccurs=\"0\" />\n" " <xsd:element name=\"briefdescription\" type=\"descriptionType\" minOccurs=\"0\" />\n" " <xsd:element name=\"detaileddescription\" type=\"descriptionType\" minOccurs=\"0\" />\n" -" <xsd:element name=\"initializer\" type=\"linkedTextType\" minOccurs=\"0\" />\n" " </xsd:sequence>\n" " <xsd:attribute name=\"id\" type=\"xsd:string\" />\n" " <xsd:attribute name=\"prot\" type=\"DoxProtectionKind\" />\n" |