File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
56
56
- Fixed bug #2143 : PSR2.Namespaces.UseDeclaration does not properly fix "use function" and "use const" statements
57
57
-- Thanks to Chris Wilkinson for the patch
58
58
- Fixed bug #2144 : Squiz.Arrays.ArrayDeclaration does incorrect align calculation in array with cyrillic keys
59
+ - Fixed bug #2151 : XML schema not updated with the new array property syntax
59
60
</notes >
60
61
<contents >
61
62
<dir name =" /" >
Original file line number Diff line number Diff line change 75
75
<xs : sequence >
76
76
<xs : element name =" property" maxOccurs =" unbounded" minOccurs =" 1" >
77
77
<xs : complexType >
78
+ <xs : sequence >
79
+ <xs : element name =" element" maxOccurs =" unbounded" minOccurs =" 0" >
80
+ <xs : complexType >
81
+ <xs : attribute name =" key" type =" xs:string" ></xs : attribute >
82
+ <xs : attribute name =" value" type =" xs:string" use =" required" ></xs : attribute >
83
+ </xs : complexType >
84
+ </xs : element >
85
+ </xs : sequence >
78
86
<xs : attribute name =" type" >
79
87
<xs : simpleType >
80
88
<xs : restriction base =" xs:string" >
83
91
</xs : simpleType >
84
92
</xs : attribute >
85
93
<xs : attribute name =" name" type =" xs:string" use =" required" ></xs : attribute >
86
- <xs : attribute name =" value" type =" xs:string" use = " required " ></xs : attribute >
94
+ <xs : attribute name =" value" type =" xs:string" ></xs : attribute >
87
95
</xs : complexType >
88
96
</xs : element >
89
97
</xs : sequence >
You can’t perform that action at this time.
0 commit comments