File tree 2 files changed +4
-4
lines changed
lib/internal/Magento/Framework
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
<xs : simpleType name =" classType" >
68
68
<xs : annotation >
69
69
<xs : documentation >
70
- Class name can contain only [a-zA-Z\] .
70
+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+ .
71
71
</xs : documentation >
72
72
</xs : annotation >
73
73
<xs : restriction base =" xs:string" >
74
- <xs : pattern value =" [a-zA-Z\\]+" />
74
+ <xs : pattern value =" [a-zA-Z|\\]+[a-zA-Z0-9 \\]+" />
75
75
</xs : restriction >
76
76
</xs : simpleType >
77
77
Original file line number Diff line number Diff line change 51
51
<xs : simpleType name =" classType" >
52
52
<xs : annotation >
53
53
<xs : documentation >
54
- Class name can contain only [a-zA-Z\] .
54
+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+ .
55
55
</xs : documentation >
56
56
</xs : annotation >
57
57
<xs : restriction base =" xs:string" >
58
- <xs : pattern value =" [a-zA-Z\\]+" />
58
+ <xs : pattern value =" [a-zA-Z|\\]+[a-zA-Z0-9 \\]+" />
59
59
</xs : restriction >
60
60
</xs : simpleType >
61
61
You can’t perform that action at this time.
0 commit comments