2.2.4.12 ArrayOfStyleGalleryItem

Namespace: http://schemas.datacontract.org/2004/07/p

The ArrayOfStyleGalleryItem complex type<21> specifies a list of StyleGalleryItem elements.

 <xs:complexType name="ArrayOfStyleGalleryItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="StyleGalleryItem" nillable="true" type="tns3:StyleGalleryItem"/>
   </xs:sequence>
 </xs:complexType>

StyleGalleryItem: Each element MUST specify a StyleGalleryItem complex type (section 2.2.4.48) instance.