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 +4
-12
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 3 files changed +4
-12
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 : attribute name =" translatable" use =" optional" type =" xs:boolean" />
40
39
</xs : extension >
41
40
</xs : complexContent >
42
41
</xs : complexType >
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 mixed = " true " >
15
- <xs : restriction base =" string " >
16
- <xs : attribute name =" translate " use =" prohibited " />
17
- </xs : restriction >
14
+ <xs : complexContent >
15
+ <xs : extension base =" argumentType " >
16
+ <xs : attribute name =" translatable " use =" optional " type = " xs:boolean " />
17
+ </xs : extension >
18
18
</xs : complexContent >
19
19
</xs : complexType >
20
20
<xs : complexType name =" argumentType" abstract =" true" mixed =" false" >
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 >
18
11
<xs : complexType name =" argumentType" abstract =" true" mixed =" true" >
19
12
<xs : complexContent >
20
13
<xs : extension base =" argumentType" >
You can’t perform that action at this time.
0 commit comments