2.6.178 CT_RichValueFallback

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

Referenced by: CT_RichValue

This complex type specifies the rich value fallback.

Attributes:

t: An ST_RichValueFallbackType attribute that specifies the data type of the rich value fallback.

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

 <xsd:complexType name="CT_RichValueFallback">
   <xsd:simpleContent>
     <xsd:extension base="xsd:string">
       <xsd:attribute name="t" type="ST_RichValueFallbackType" use="optional" default="n"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

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