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 |
|
i |
|
b |
Indicates value is a Boolean. |
s |
|
spb |
|
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).