File tree 1 file changed +14
-7
lines changed
app/code/Magento/Elasticsearch/etc
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11
11
<xs : element name =" config" type =" configType" />
12
12
<xs : complexType name =" configType" mixed =" true" >
13
13
<xs : choice maxOccurs =" unbounded" minOccurs =" 1" >
14
- <xs : element name =" stemmer" type =" mixedDataType " />
15
- <xs : element name =" stopwords_file" type =" mixedDataType " />
14
+ <xs : element name =" stemmer" type =" stemmerDataType " />
15
+ <xs : element name =" stopwords_file" type =" stopwordsDataType " />
16
16
</xs : choice >
17
17
</xs : complexType >
18
- <xs : complexType name =" mixedDataType" >
19
- <xs : choice maxOccurs =" unbounded" minOccurs =" 1" >
20
- <xs : element type =" xs:string" name =" default" minOccurs =" 1" maxOccurs =" 1" />
21
- <xs : any processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
22
- </xs : choice >
18
+ <xs : complexType name =" stemmerDataType" >
19
+ <xs : sequence >
20
+ <xs : element type =" xs:string" name =" type" minOccurs =" 1" maxOccurs =" 1" />
21
+ <xs : element type =" xs:string" name =" default" minOccurs =" 1" maxOccurs =" 1" />
22
+ <xs : any processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
23
+ </xs : sequence >
24
+ </xs : complexType >
25
+ <xs : complexType name =" stopwordsDataType" >
26
+ <xs : sequence >
27
+ <xs : element type =" xs:string" name =" default" minOccurs =" 1" maxOccurs =" 1" />
28
+ <xs : any processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
29
+ </xs : sequence >
23
30
</xs : complexType >
24
31
</xs : schema >
You can’t perform that action at this time.
0 commit comments