2.6.195 CT_SupportingPropertyBagStructure

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

Referenced by: CT_SupportingPropertyBagStructures

This complex type specifies the supporting property bag structure for one or more supporting property bags.

Child Elements:

k: A CT_SupportingPropertyBagKey element that specifies the supporting property bag key.

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

 <xsd:complexType name="CT_SupportingPropertyBagStructure">
   <xsd:sequence>
     <xsd:element name="k" minOccurs="1" maxOccurs="unbounded" type="CT_SupportingPropertyBagKey"/>
   </xsd:sequence>
 </xsd:complexType>

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