File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6767 <xs : simpleType name =" classType" >
6868 <xs : annotation >
6969 <xs : documentation >
70- Class name can contain only [a-zA-Z\] .
70+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+ .
7171 </xs : documentation >
7272 </xs : annotation >
7373 <xs : restriction base =" xs:string" >
74- <xs : pattern value =" [a-zA-Z\\]+" />
74+ <xs : pattern value =" [a-zA-Z|\\]+[a-zA-Z0-9 \\]+" />
7575 </xs : restriction >
7676 </xs : simpleType >
7777
Original file line number Diff line number Diff line change 5151 <xs : simpleType name =" classType" >
5252 <xs : annotation >
5353 <xs : documentation >
54- Class name can contain only [a-zA-Z\] .
54+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+ .
5555 </xs : documentation >
5656 </xs : annotation >
5757 <xs : restriction base =" xs:string" >
58- <xs : pattern value =" [a-zA-Z\\]+" />
58+ <xs : pattern value =" [a-zA-Z|\\]+[a-zA-Z0-9 \\]+" />
5959 </xs : restriction >
6060 </xs : simpleType >
6161
You can’t perform that action at this time.
0 commit comments