<xsd:attributeGroup name="AG_ShapeAttributes">
<xsd:attributeGroup ref="AG_Chromakey" />
<xsd:attributeGroup ref="AG_Fill" />
<xsd:attribute name="opacity" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Fill Color Opacity</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="stroked" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Shape Stroke Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="strokecolor" type="ST_ColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Shape Stroke Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="strokeweight" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Shape Stroke Weight</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="insetpen" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Inset Border From Path</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|