1
+ <xs : schema elementFormDefault =" qualified" xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
2
+
3
+ <xs : group name =" customTags" >
4
+ <xs : choice >
5
+ <xs : element type =" magentoCLIType" name =" magentoCLI" minOccurs =" 0" maxOccurs =" unbounded" />
6
+ <xs : element type =" closeAdminNotificationType" name =" closeAdminNotification" minOccurs =" 0" maxOccurs =" unbounded" />
7
+ <xs : element type =" searchAndMultiSelectOptionType" name =" searchAndMultiSelectOption" minOccurs =" 0"
8
+ maxOccurs =" unbounded" />
9
+ <xs : element type =" formatMoneyType" name =" formatMoney" minOccurs =" 0" maxOccurs =" unbounded" />
10
+ <xs : element type =" parseFloatType" name =" parseFloat" minOccurs =" 0" maxOccurs =" unbounded" />
11
+ <xs : element type =" mSetLocaleType" name =" mSetLocale" minOccurs =" 0" maxOccurs =" unbounded" />
12
+ <xs : element type =" mResetLocaleType" name =" mResetLocale" minOccurs =" 0" maxOccurs =" unbounded" />
13
+ <xs : element type =" scrollToTopOfPageType" name =" scrollToTopOfPage" minOccurs =" 0" maxOccurs =" unbounded" />
14
+ <xs : element type =" clearFieldType" name =" clearField" minOccurs =" 0" maxOccurs =" unbounded" />
15
+ </xs : choice >
16
+ </xs : group >
17
+
18
+
19
+
20
+ <!-- Complex Types -->
21
+
22
+ <xs : complexType name =" magentoCLIType" >
23
+ <xs : simpleContent >
24
+ <xs : extension base =" xs:string" >
25
+ <xs : attribute type =" xs:string" name =" command" />
26
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
27
+ <xs : attribute type =" xs:string" name =" before" />
28
+ <xs : attribute type =" xs:string" name =" after" />
29
+ </xs : extension >
30
+ </xs : simpleContent >
31
+ </xs : complexType >
32
+ <xs : complexType name =" closeAdminNotificationType" >
33
+ <xs : simpleContent >
34
+ <xs : extension base =" xs:string" >
35
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
36
+ <xs : attribute type =" xs:string" name =" before" />
37
+ <xs : attribute type =" xs:string" name =" after" />
38
+ </xs : extension >
39
+ </xs : simpleContent >
40
+ </xs : complexType >
41
+ <xs : complexType name =" searchAndMultiSelectOptionType" >
42
+ <xs : simpleContent >
43
+ <xs : extension base =" xs:string" >
44
+ <xs : attribute type =" xs:string" name =" selector" use =" required" />
45
+ <xs : attribute type =" xs:string" name =" parameterArray" use =" required" />
46
+ <xs : attribute type =" xs:string" name =" requiredAction" />
47
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
48
+ <xs : attribute type =" xs:string" name =" before" />
49
+ <xs : attribute type =" xs:string" name =" after" />
50
+ </xs : extension >
51
+ </xs : simpleContent >
52
+ </xs : complexType >
53
+ <xs : complexType name =" formatMoneyType" >
54
+ <xs : simpleContent >
55
+ <xs : extension base =" xs:string" >
56
+ <xs : attribute type =" xs:string" name =" userInput" />
57
+ <xs : attribute type =" xs:string" name =" locale" />
58
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
59
+ <xs : attribute type =" xs:string" name =" before" />
60
+ <xs : attribute type =" xs:string" name =" after" />
61
+ </xs : extension >
62
+ </xs : simpleContent >
63
+ </xs : complexType >
64
+ <xs : complexType name =" parseFloatType" >
65
+ <xs : simpleContent >
66
+ <xs : extension base =" xs:string" >
67
+ <xs : attribute type =" xs:string" name =" userInput" />
68
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
69
+ <xs : attribute type =" xs:string" name =" before" />
70
+ <xs : attribute type =" xs:string" name =" after" />
71
+ </xs : extension >
72
+ </xs : simpleContent >
73
+ </xs : complexType >
74
+ <xs : complexType name =" mSetLocaleType" >
75
+ <xs : simpleContent >
76
+ <xs : extension base =" xs:string" >
77
+ <xs : attribute type =" xs:string" name =" userInput" />
78
+ <xs : attribute type =" xs:string" name =" locale" use =" required" />
79
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
80
+ <xs : attribute type =" xs:string" name =" before" />
81
+ <xs : attribute type =" xs:string" name =" after" />
82
+ </xs : extension >
83
+ </xs : simpleContent >
84
+ </xs : complexType >
85
+ <xs : complexType name =" mResetLocaleType" >
86
+ <xs : simpleContent >
87
+ <xs : extension base =" xs:string" >
88
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
89
+ <xs : attribute type =" xs:string" name =" before" />
90
+ <xs : attribute type =" xs:string" name =" after" />
91
+ </xs : extension >
92
+ </xs : simpleContent >
93
+ </xs : complexType >
94
+ <xs : complexType name =" scrollToTopOfPageType" >
95
+ <xs : simpleContent >
96
+ <xs : extension base =" xs:string" >
97
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
98
+ <xs : attribute type =" xs:string" name =" before" />
99
+ <xs : attribute type =" xs:string" name =" after" />
100
+ </xs : extension >
101
+ </xs : simpleContent >
102
+ </xs : complexType >
103
+ <xs : complexType name =" clearFieldType" >
104
+ <xs : simpleContent >
105
+ <xs : extension base =" xs:string" >
106
+ <xs : attribute type =" xs:string" name =" selector" use =" required" />
107
+ <xs : attribute type =" xs:string" name =" stepKey" use =" required" />
108
+ <xs : attribute type =" xs:string" name =" before" />
109
+ <xs : attribute type =" xs:string" name =" after" />
110
+ </xs : extension >
111
+ </xs : simpleContent >
112
+ </xs : complexType >
113
+
114
+ </xs : schema >
0 commit comments