Magento 2では、いくつかのレイアウトは、
<page.../>
ルートタグ。その他で開く
<layout.../>
ルートタグ。上記のタグのいずれかを使用すると、レイアウトハンドルXMLファイルに機能の違いが生じますか?それとも、この純粋な窓のドレッシングですか?またはその間に何か。
2つの例
<!-- File: vendor/magento/module-weee/view/frontend/layout/default.xml -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
そして
<!-- File: vendor/magento/module-widget/view/adminhtml/layout/adminhtml_widget_loadoptions.xml -->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">