Skip to content
Snippets Groups Projects
Commit c2d1f32b authored by Hamish Willee's avatar Hamish Willee Committed by Peter Barker
Browse files

XSD: add wip tag as option to enum

parent 24bd922a
Branches
No related tags found
No related merge requests found
......@@ -254,7 +254,10 @@
<xs:element name="enum">
<xs:complexType>
<xs:sequence>
<xs:element ref="deprecated" minOccurs="0" maxOccurs="1"/>
<xs:choice minOccurs="0" maxOccurs="1">
<xs:element ref="deprecated"/>
<xs:element ref="wip"/>
</xs:choice>
<xs:element ref="description" minOccurs="0"/>
<xs:element ref="entry" maxOccurs="unbounded"/>
</xs:sequence>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment