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.
<Type />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
DataValidation | Contains the data validation criteria, an input message, and elements related to error messages for a specified range. |
None.
None.
<xsd:element name="Type" default="AnyValue" minOccurs="0" >
<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>