2.6.189 CT_SupportingPropertyBagArray

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

Referenced by: CT_SupportingPropertyBagArrayData

This complex type specifies a collection of values and data types of elements in a supporting property bag array.

Child Elements:

v: A CT_SupportingPropertyBagArrayValue element that specifies the value and data type of a single element in a supporting property bag array.

Attributes:

count: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the count of elements in the supporting property bag array. The number of CT_SupportingPropertyBagArrayValue 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_SupportingPropertyBagArray">
   <xsd:sequence>
     <xsd:element name="v" minOccurs="1" maxOccurs="unbounded" type="CT_SupportingPropertyBagArrayValue"/>
   </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).