2.6.196 CT_SupportingPropertyBagStructures

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

Referenced by: spbStructures

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

Child Elements:

s: A CT_SupportingPropertyBagStructure element that specifies the supporting property bag structure for one or more supporting property bags.

extLst: A CT_ExtensionList ([ISO/IEC29500-4:2016] section A.2) element that specifies future extensibility for this element.

Attributes:

count: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the count of supporting property bag structures. The number of CT_SupportingPropertyBagStructure elements MUST match this count.

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

 <xsd:complexType name="CT_SupportingPropertyBagStructures">
   <xsd:sequence>
     <xsd:element name="s" minOccurs="0" maxOccurs="unbounded" type="CT_SupportingPropertyBagStructure"/>
     <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="count" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>

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