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.
1 parent 24d6f26 commit d5186a4Copy full SHA for d5186a4
phpbu.xsd
@@ -2,7 +2,7 @@
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
<xs:annotation>
4
<xs:documentation source="http://www.phpbu.de/">
5
- This schema file defines the rules by which the XML configuration file of phpbu 1.1 may be structured.
+ This schema file defines the rules by which the XML configuration file of phpbu 1.2 may be structured.
6
</xs:documentation>
7
</xs:annotation>
8
@@ -50,7 +50,7 @@
50
51
<xs:complexType name="sourceType">
52
<xs:sequence>
53
- <xs:element name="option" type="nameValueType" maxOccurs="unbounded"/>
+ <xs:element name="option" type="nameValueType" minOccurs="0" maxOccurs="unbounded"/>
54
</xs:sequence>
55
<xs:attribute name="type" type="xs:string"/>
56
</xs:complexType>
0 commit comments