<xsd:complexType name="CT_DataValidation">
<xsd:sequence>
<xsd:element name="formula1" type="ST_Formula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Formula 1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formula2" type="ST_Formula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Formula 2</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="ST_DataValidationType" use="optional" default="none">
<xsd:annotation>
<xsd:documentation>Data Validation Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="errorStyle" type="ST_DataValidationErrorStyle" use="optional" default="stop">
<xsd:annotation>
<xsd:documentation>Data Validation Error Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="imeMode" type="ST_DataValidationImeMode" use="optional" default="noControl">
<xsd:annotation>
<xsd:documentation>IME Mode Enforced</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="operator" type="ST_DataValidationOperator" use="optional" default="between">
<xsd:annotation>
<xsd:documentation>Operator</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="allowBlank" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Allow Blank</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showDropDown" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Drop Down</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showInputMessage" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Input Message</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showErrorMessage" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Error Message</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="errorTitle" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Error Alert Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="error" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Error Message</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="promptTitle" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Prompt Title</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="prompt" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Input Prompt</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sqref" type="ST_Sqref" use="required">
<xsd:annotation>
<xsd:documentation>Sequence of References</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|