File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/internal/Magento/Framework/View/Layout/etc Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
9
9
<xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/elements.xsd" />
10
+ <xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/head.xsd" />
11
+ <xs : include schemaLocation =" urn:magento:framework:View/Layout/etc/body.xsd" />
10
12
11
13
<xs : complexType name =" pageLayoutType" >
12
14
<xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
13
15
<xs : element ref =" referenceContainer" minOccurs =" 0" maxOccurs =" unbounded" />
14
16
<xs : element name =" container" type =" containerType" minOccurs =" 0" maxOccurs =" unbounded" />
15
17
<xs : element ref =" update" minOccurs =" 0" maxOccurs =" unbounded" />
16
18
<xs : element ref =" move" minOccurs =" 0" maxOccurs =" unbounded" />
19
+ <xs : element name =" head" type =" headType" minOccurs =" 0" maxOccurs =" unbounded" />
20
+ <xs : element name =" body" type =" bodyType" minOccurs =" 0" maxOccurs =" unbounded" />
17
21
</xs : sequence >
18
22
</xs : complexType >
19
23
You can’t perform that action at this time.
0 commit comments