Skip to content

Commit

Permalink
MAGETWO-83002: [Backport 2.3-develop] #11697 Theme: Added html node t…
Browse files Browse the repository at this point in the history
…o page xml root, cause validation error #11862
  • Loading branch information
Oleksii Korshenko authored Nov 3, 2017
2 parents 19965b6 + dca12b3 commit eadd5dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/elements.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/head.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/body.xsd"/>
<xs:include schemaLocation="urn:magento:framework:View/Layout/etc/html.xsd"/>

<xs:element name="layout">
<xs:annotation>
Expand Down Expand Up @@ -45,6 +46,7 @@
<xs:element ref="referenceBlock" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="body" type="bodyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="head" type="headType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="html" type="htmlType" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>

Expand Down

0 comments on commit eadd5dc

Please sign in to comment.