<xsd:group name="EG_ShadeProperties">
<xsd:choice>
<xsd:element name="lin" type="CT_LinearShadeProperties" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Linear Gradient Fill</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="path" type="CT_PathShadeProperties" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Path Gradient</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|