<xsd:simpleType name="ST_PathFillMode">
<xsd:annotation>
<xsd:documentation>Path Fill Mode</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="none">
<xsd:annotation>
<xsd:documentation>No Path Fill</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="norm">
<xsd:annotation>
<xsd:documentation>Normal Path Fill</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="lighten">
<xsd:annotation>
<xsd:documentation>Lighten Path Fill</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="lightenLess">
<xsd:annotation>
<xsd:documentation>Lighten Path Fill Less</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="darken">
<xsd:annotation>
<xsd:documentation>Darken Path Fill</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="darkenLess">
<xsd:annotation>
<xsd:documentation>Darken Path Fill Less</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|