Adjust Handle
The complex type CT_Adj specifies a shape adjust handle modification. The shapes within a diagram can be modified based on their adjust handles, for example, the radius of the corner rounding in a rounded rectangle can be adjusted using this complex type. The complex type is defined in the following manner:
<xsd:complexType name="CT_Adj"> <xsd:attribute name="idx" type="ST_Index1" use="required" /> <xsd:attribute name="val" type="xsd:double" use="required" /> </xsd:complexType>