Bevel
The complex type, CT_Bevel, defines a bevel for a shape. The bevel consists of a width and a height value, along with a preset bevel. The complex type is defined in the following manner:
<xsd:complexType name="CT_Bevel"> <xsd:attribute name="w" type="ST_PositiveCoordinate" use="optional" default="76200" /> <xsd:attribute name="h" type="ST_PositiveCoordinate" use="optional" default="76200" /> <xsd:attribute name="prst" type="ST_BevelPresetType" use="optional" default="circle" /> </xsd:complexType>