mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Merge pull request #165 from boostorg/danieljames-patch-3
Make all elements in explicit failures schema optional
This commit is contained in:
commit
ca1536235c
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
<xs:element name="explicit-failures-markup">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="mark-toolset" maxOccurs="unbounded"/>
|
||||
<xs:element ref="library" maxOccurs="unbounded"/>
|
||||
<xs:element ref="note" maxOccurs="unbounded"/>
|
||||
<xs:element ref="mark-toolset" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element ref="library" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element ref="note" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
|
Loading…
Add table
Reference in a new issue