<xsd:complexType name="CT_Arc">
<xsd:sequence>
<xsd:group ref="EG_ShapeElements" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="AG_AllCoreAttributes" />
<xsd:attributeGroup ref="AG_AllShapeAttributes" />
<xsd:attribute name="startAngle" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Starting Angle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="endAngle" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Ending Angle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|