2.7.34 ST_RichValueFallbackType

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2017/richdata

Referenced by: CT_RichValueFallback

This simple type specifies the data type of the value of the fallback for the rich value.

Value

Meaning

b

Indicates fallback value is a Boolean.

n

Indicates fallback value is a real number.

e

Indicates fallback value is an error.

s

Indicates fallback value is text.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_RichValueFallbackType">
   <xsd:restriction base="x:ST_Xstring">
     <xsd:enumeration value="b"/>
     <xsd:enumeration value="n"/>
     <xsd:enumeration value="e"/>
     <xsd:enumeration value="s"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.21 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).