collectionList
Contains other layout elements.
Overview
Here’s an example of a collectionList element that contains a shelf and two lockup elements.
<collectionList>
<shelf>
<section>
<lockup>
<img src="path to images on your server/Car_Movie_250x375_A.png" width="182" height="274" />
<title>Movie 1</title>
</lockup>
<lockup>
<img src="path to images on your server/Car_Movie_250x375_B.png" width="182" height="274" />
<title>Movie 2</title>
</lockup>
</section>
</shelf>
</collectionList>