<xsd:simpleType name="ST_TLChartSubelementType">
<xsd:annotation>
<xsd:documentation>Chart Subelement Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="gridLegend">
<xsd:annotation>
<xsd:documentation>Chart Build Element Type Enum ( Grid Legend )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="series">
<xsd:annotation>
<xsd:documentation>Chart Build Element Type Enum ( Series )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="category">
<xsd:annotation>
<xsd:documentation>Chart Build Element Type Enum ( Category )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ptInSeries">
<xsd:annotation>
<xsd:documentation>Chart Build Element Type Enum ( Point in Series )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ptInCategory">
<xsd:annotation>
<xsd:documentation>Chart Build Element Type Enum ( Point in Cat )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|