2.2.4.15 BoundingRegion

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

The BoundingRegion complex type<22> specifies the rotated bounds of a shape.

 <xs:complexType name="BoundingRegion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="BottomLeft" nillable="true" type="tns3:Point"/>
     <xs:element minOccurs="0" name="BottomRight" nillable="true" type="tns3:Point"/>
     <xs:element minOccurs="0" name="TopLeft" nillable="true" type="tns3:Point"/>
     <xs:element minOccurs="0" name="TopRight" nillable="true" type="tns3:Point"/>
   </xs:sequence>
 </xs:complexType>

BottomLeft: A Point complex element (section 2.2.4.38) that specifies the bottom left point of the shape. This element MUST be present.

BottomRight: A Point element that specifies the bottom right point of the shape. This element MUST be present.

TopLeft: A Point element that specifies the top left point of the shape. This element MUST be present.

TopRight: A Point element that specifies the top right point of the shape. This element MUST be present.