2.6.194 CT_SupportingPropertyBags

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

Referenced by: supportingPropertyBags

This complex type specifies a list of supporting property bag data.

Child Elements:

spbArrays: A CT_SupportingPropertyBagArrayData element that specifies a list of supporting property bag arrays.

spbData: A CT_SupportingPropertyBagData element that specifies a list of supporting property bag data.

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

 <xsd:complexType name="CT_SupportingPropertyBags">
   <xsd:sequence>
     <xsd:element name="spbArrays" minOccurs="0" maxOccurs="1" type="CT_SupportingPropertyBagArrayData"/>
     <xsd:element name="spbData" minOccurs="1" maxOccurs="1" type="CT_SupportingPropertyBagData"/>
   </xsd:sequence>
 </xsd:complexType>

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