2.7.37 ST_SupportingPropertyBagValueType

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

Referenced by: CT_SupportingPropertyBagKey

This simple type specifies the data type of a value in the supporting property bag.

Value

Meaning

d

Indicates value is a real number.

i

Indicates value is an integer.

b

Indicates value is a Boolean.

s

Indicates value is text.

spb

Indicates value is a supporting property bag.

spba

Indicates value is a supporting property bag array.

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

 <xsd:simpleType name="ST_SupportingPropertyBagValueType">
   <xsd:restriction base="x:ST_Xstring">
     <xsd:enumeration value="d"/>
     <xsd:enumeration value="i"/>
     <xsd:enumeration value="b"/>
     <xsd:enumeration value="s"/>
     <xsd:enumeration value="spb"/>
     <xsd:enumeration value="spba"/>
   </xsd:restriction>
 </xsd:simpleType>

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