2.2.4.51 ViewElement

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

The ViewElement complex type specifies a visual representation of presentation slide content.

 <xs:complexType name="ViewElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Alt" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Clip" nillable="true" type="tns3:ClippingInfo"/>
     <xs:element minOccurs="0" name="Html" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Id" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="ImgId" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Position" nillable="true" type="tns3:Point"/>
     <xs:element minOccurs="0" name="Z" type="xs:unsignedInt"/>
   </xs:sequence>
 </xs:complexType>

Alt: Reserved. MUST be ignored.

Clip: A ClipppingInfo complex element (section 2.2.4.16) that specifies the region within the image. This element MUST be present.

Html: A string ([XMLSCHEMA2] section 3.2.1) that specifies text content. This element MUST be present, if and only if ImgId is not present.

Id: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier. This element MUST be present.

ImgId: A string that specifies the URL of the image.<36>

Position: A Point complex element (section 2.2.4.38) that specifies the position.

Z: An unsignedInt that specifies the z-order.