<xsd:complexType name="CT_IgnoredError">
<xsd:attribute name="sqref" type="ST_Sqref" use="required">
<xsd:annotation>
<xsd:documentation>Sequence of References</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="evalError" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Evaluation Error</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="twoDigitTextYear" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Two Digit Text Year</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="numberStoredAsText" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Number Stored As Text</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formula" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Formula</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formulaRange" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Formula Range</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="unlockedFormula" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Unlocked Formula</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="emptyCellReference" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Empty Cell Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="listDataValidation" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>List Data Validation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="calculatedColumn" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Calculated Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|