2.6.191 CT_SupportingPropertyBagArrayValue
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2
Referenced by: CT_SupportingPropertyBagArray
This complex type specifies the value and data type of an element in a supporting property bag array.
Attributes:
t: An ST_SupportingPropertyBagArrayValueType attribute that specifies the data type of the supporting property bag array value.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SupportingPropertyBagArrayValue"> <xsd:simpleContent> <xsd:extension base="x:ST_Xstring"> <xsd:attribute name="t" type="ST_SupportingPropertyBagArrayValueType" use="optional" default="d"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>
See section 5.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).