2.7.36 ST_SupportingPropertyBagArrayValueType

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

Referenced by: CT_SupportingPropertyBagArrayValue

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

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.

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

 <xsd:simpleType name="ST_SupportingPropertyBagArrayValueType">
   <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:restriction>
 </xsd:simpleType>

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