<xsd:element name="Type" default="AnyValue" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the type of axis scaling, chart, data source, 3-D shape, or trendline, the data validation constraints on data entered into a range, or the position of legend entries.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Custom" />
<xsd:enumeration value="Date" />
<xsd:enumeration value="Decimal" />
<xsd:enumeration value="List" />
<xsd:enumeration value="TextLength" />
<xsd:enumeration value="Time" />
<xsd:enumeration value="Whole" />
<xsd:enumeration value="AnyValue" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|