This element is an alias of Select, which can be used as a more verbose means of defining ACF flexible layouts.
name : 'page_layouts'
<frontpage>
<title>Welcome</title>
<layouts>
<layout 'my_flexible_content' >
<title>My layout</title>
<content md >
## Header
Lorem Ipsum
</content>
</layout>
</layouts>
</frontpage>