diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-06-17 19:53:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-06-17 19:53:53 (GMT) |
commit | 6b195c8d27c7cba3885acf1540f33ea7f51b9d1b (patch) | |
tree | e215fcacfb74cc58f4d27e30b9722efd930d7a7a /src/compound.xsd | |
parent | 62039dd46dfca33a45f5461a3732b3a707e4ce8b (diff) | |
download | Doxygen-6b195c8d27c7cba3885acf1540f33ea7f51b9d1b.zip Doxygen-6b195c8d27c7cba3885acf1540f33ea7f51b9d1b.tar.gz Doxygen-6b195c8d27c7cba3885acf1540f33ea7f51b9d1b.tar.bz2 |
Release-1.3.7-20040617
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index 6edff66..c5fea76 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -61,7 +61,7 @@ <xsd:complexType name="compoundRefType" mixed="true"> <xsd:simpleContent> <xsd:extension base="xsd:string"> - <xsd:attribute name="refid" type="xsd:string" /> + <xsd:attribute name="refid" type="xsd:string" use="optional" /> <xsd:attribute name="prot" type="DoxProtectionKind" /> <xsd:attribute name="virt" type="DoxVirtualKind" /> </xsd:extension> @@ -106,6 +106,7 @@ <xsd:complexType name="sectiondefType"> <xsd:sequence> <xsd:element name="header" type="xsd:string" minOccurs="0" /> + <xsd:element name="description" type="descriptionType" minOccurs="0" /> <xsd:element name="memberdef" type="memberdefType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="kind" type="DoxSectionKind" /> @@ -156,9 +157,9 @@ <xsd:complexType name="enumvalueType" mixed="true"> <xsd:sequence> <xsd:element name="name" /> + <xsd:element name="initializer" type="linkedTextType" minOccurs="0" /> <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" /> <xsd:element name="detaileddescription" type="descriptionType" minOccurs="0" /> - <xsd:element name="initializer" type="linkedTextType" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="id" type="xsd:string" /> <xsd:attribute name="prot" type="DoxProtectionKind" /> |