File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed
app/code/Magento/Config/etc Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
4
+ * Copyright 2012 Adobe
5
+ * All Rights Reserved .
6
6
*/
7
7
-->
8
8
<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
178
178
<xs : sequence >
179
179
<xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
180
180
<xs : element name =" label" type =" xs:string" />
181
- <xs : element ref =" comment" />
181
+ <xs : element name =" comment" type = " commentType " minOccurs = " 0 " />
182
182
<xs : element name =" tooltip" type =" xs:string" />
183
183
<xs : element name =" hint" type =" xs:string" />
184
184
<xs : element name =" frontend_class" type =" xs:string" />
479
479
</xs : restriction >
480
480
</xs : simpleType >
481
481
482
- <xs : element name =" comment" >
483
- <xs : annotation >
484
- <xs : documentation >
485
- Comment type
486
- </xs : documentation >
487
- </xs : annotation >
488
-
489
- <xs : complexType mixed =" true" >
490
- <xs : sequence >
491
- <xs : any minOccurs =" 0" maxOccurs =" 1" processContents =" lax" />
492
- </xs : sequence >
493
- <xs : attributeGroup ref =" commentAttributeGroup" />
494
- </xs : complexType >
495
- </xs : element >
482
+ <xs : complexType name =" commentType" mixed =" true" >
483
+ <xs : sequence >
484
+ <xs : element name =" model" type =" typeModel" minOccurs =" 0" />
485
+ </xs : sequence >
486
+ <xs : attribute name =" model" type =" xs:string" use =" optional" />
487
+ </xs : complexType >
496
488
497
489
<xs : simpleType name =" typeConfigPath" >
498
490
<xs : annotation >
You can’t perform that action at this time.
0 commit comments