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 77--> 
88<xs : schema  xmlns : xs =" http://www.w3.org/2001/XMLSchema" 
99    <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" 
1012
1113    <xs : complexType  name =" pageLayoutType" 
1214        <xs : sequence  minOccurs =" 0" maxOccurs =" unbounded" 
1315            <xs : element  ref =" referenceContainer" minOccurs =" 0" maxOccurs =" unbounded" 
1416            <xs : element  name =" container" type =" containerType" minOccurs =" 0" maxOccurs =" unbounded" 
1517            <xs : element  ref =" update" minOccurs =" 0" maxOccurs =" unbounded" 
1618            <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" 
1721        </xs : sequence >
1822    </xs : complexType >
1923
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments