Contains the style of a data validation error message.
      
<ErrorStyle />
    | 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="ErrorStyle" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Info" />
      <xsd:enumeration value="Stop" />
      <xsd:enumeration value="Warn" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>