We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 776834b + 979ad04 commit 391da4eCopy full SHA for 391da4e
templates/xml/compound.xsd
@@ -174,8 +174,10 @@
174
<xsd:sequence>
175
<xsd:element name="header" type="xsd:string" minOccurs="0" />
176
<xsd:element name="description" type="descriptionType" minOccurs="0" />
177
- <xsd:element name="memberdef" type="memberdefType" minOccurs="0" maxOccurs="unbounded" />
178
- <xsd:element name="member" type="MemberType" minOccurs="0" maxOccurs="unbounded" />
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="memberdef" type="memberdefType" minOccurs="0" maxOccurs="unbounded" />
179
+ <xsd:element name="member" type="MemberType" minOccurs="0" maxOccurs="unbounded" />
180
+ </xsd:choice>
181
</xsd:sequence>
182
<xsd:attribute name="kind" type="DoxSectionKind" />
183
</xsd:complexType>
0 commit comments