This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 36
36
<xs : complexContent >
37
37
<xs : extension base =" argumentType" >
38
38
<xs : attribute name =" translate" use =" optional" type =" xs:boolean" />
39
- </xs : extension >
40
- </xs : complexContent >
41
- </xs : complexType >
42
-
43
- <xs : complexType name =" translatable" >
44
- <xs : complexContent >
45
- <xs : extension base =" string" >
46
39
<xs : attribute name =" translatable" use =" optional" type =" xs:boolean" />
47
40
</xs : extension >
48
41
</xs : complexContent >
Original file line number Diff line number Diff line change 11
11
12
12
<xs : redefine schemaLocation =" urn:magento:framework:Data/etc/argument/types.xsd" >
13
13
<xs : complexType name =" string" >
14
- <xs : complexContent >
15
- <xs : restriction base =" translatable " >
14
+ <xs : complexContent mixed = " true " >
15
+ <xs : restriction base =" string " >
16
16
<xs : attribute name =" translate" use =" prohibited" />
17
17
</xs : restriction >
18
18
</xs : complexContent >
19
19
</xs : complexType >
20
-
21
20
<xs : complexType name =" argumentType" abstract =" true" mixed =" false" >
22
21
<xs : complexContent >
23
22
<xs : extension base =" argumentType" />
Original file line number Diff line number Diff line change 8
8
<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
9
9
<!-- Redefine section -->
10
10
<xs : redefine schemaLocation =" urn:magento:framework:Data/etc/argument/types.xsd" >
11
+ <xs : complexType name =" string" >
12
+ <xs : complexContent mixed =" true" >
13
+ <xs : restriction base =" string" >
14
+ <xs : attribute name =" translatable" use =" prohibited" />
15
+ </xs : restriction >
16
+ </xs : complexContent >
17
+ </xs : complexType >
11
18
<xs : complexType name =" argumentType" abstract =" true" mixed =" true" >
12
19
<xs : complexContent >
13
20
<xs : extension base =" argumentType" >
You can’t perform that action at this time.
0 commit comments