2.2.4.48 StyleGalleryItem

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

The StyleGalleryItem complex type<35> specifies a shape style.

 <xs:complexType name="StyleGalleryItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Icon" nillable="true" type="tns3:ViewElement"/>
     <xs:element minOccurs="0" name="StyleId" type="xs:unsignedInt"/>
   </xs:sequence>
 </xs:complexType>

Icon: A ViewElement complex element (section 2.2.4.51) that specifies the style of the shape. This element MUST be present.

StyleId: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the type of the shape style. This element MUST be present.