2.7.35 ST_RichValueValueType

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

Referenced by: CT_Key

This simple type specifies the data type of the value of the key value pair (KVP).

Value

Meaning

d

Indicates value is a real number.

i

Indicates value is an integer.

b

Indicates value is a Boolean.

e

Indicates value is an error.

s

Indicates value is text.

r

Indicates value is a rich value.

a

Indicates value is a rich array.

spb

Indicates value is a supporting property bag.

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

 <xsd:simpleType name="ST_RichValueValueType">
   <xsd:restriction base="x:ST_Xstring">
     <xsd:enumeration value="d"/>
     <xsd:enumeration value="i"/>
     <xsd:enumeration value="b"/>
     <xsd:enumeration value="e"/>
     <xsd:enumeration value="s"/>
     <xsd:enumeration value="r"/>
     <xsd:enumeration value="a"/>
     <xsd:enumeration value="spb"/>
   </xsd:restriction>
 </xsd:simpleType>

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