<xsd:complexType name="CT_RoundRect"> <xsd:choice maxOccurs="unbounded"> <xsd:group ref="EG_ShapeElements" minOccurs="0" maxOccurs="unbounded" /> </xsd:choice> <xsd:attributeGroup ref="AG_AllCoreAttributes" /> <xsd:attributeGroup ref="AG_AllShapeAttributes" /> <xsd:attribute name="arcsize" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation>Rounded Corner Arc Size</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>