Skip to content

Commit d5186a4

Browse files
Schema definition for version 1.2
1 parent 24d6f26 commit d5186a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpbu.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<xs:annotation>
44
<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.
5+
This schema file defines the rules by which the XML configuration file of phpbu 1.2 may be structured.
66
</xs:documentation>
77
</xs:annotation>
88

@@ -50,7 +50,7 @@
5050

5151
<xs:complexType name="sourceType">
5252
<xs:sequence>
53-
<xs:element name="option" type="nameValueType" maxOccurs="unbounded"/>
53+
<xs:element name="option" type="nameValueType" minOccurs="0" maxOccurs="unbounded"/>
5454
</xs:sequence>
5555
<xs:attribute name="type" type="xs:string"/>
5656
</xs:complexType>

0 commit comments

Comments
 (0)