2.2.4.16 ClippingInfo

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

The ClippingInfo complex type<23> specifies a region within an image.

 <xs:complexType name="ClippingInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Bounds" nillable="true" type="tns3:Rectangle"/>
     <xs:element minOccurs="0" name="TotalHeight" type="xs:int"/>
     <xs:element minOccurs="0" name="TotalWidth" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Bounds: A Rectangle complex element (section 2.2.4.41) that specifies the bounds of the region. This element MUST be present.

TotalHeight: An int ([XMLSCHEMA2] section 3.3.17) that specifies the total height of the image.

TotalWidth: An int that specifies the total width of the image.