<Shell>
<Shell.Branding /> Box(row)
<Shell.Navigation/>
<Shell.Action /> Box(row)
<Shell.LocaleNavigation /> Box(column)
<Shell.AppBar /> Box(column)
<Shell.Content /> Grid
<Shell.Footer /> Box(column)
<Shell.Ancillary /> Box(column)
<Shell.ToolDock /> Box(column)
<Shell.ToolDockItem />
</Shell>
<Shell>
<Header>
<Shell.Branding /> Box(row)
<Shell.Navigation/>
<Shell.Action /> Box(row)
</Header>
<Content>
<Aside>
<Shell.Navigation/>
<Shell.LocaleNavigation /> Box(column)
</Aside>
<Content>
<Shell.AppBar /> Box(column)
<Shell.Content /> Grid
<Shell.Footer /> Box(column)
</Content>
<Footer />
</Content>
</Shell>