2.6.234 CT_FeaturePropertyBags
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag
Referenced by: FeaturePropertyBags
A complex type that specifies a list of feature property bags and future extensibility.
Child Elements:
bagExt: A CT_BagExtensions element referenced by a CT_FeaturePropertyBag bagExtId attribute of a sibling bag element.
bag: A CT_FeaturePropertyBag element that specifies a feature property bag.
extLst: A CT_ExtensionList ([ISO/IEC29500-1:2016] section 18.2.10) element that specifies future extensibility.
Attributes:
count: An unsigned int ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies a count of CT_FeaturePropertyBag elements.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_FeaturePropertyBags"> <xsd:sequence> <xsd:element name="bagExt" type="CT_BagExtensions" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="bag" type="CT_FeaturePropertyBag" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="count" type="xsd:unsignedInt" use="optional"/> </xsd:complexType>
See section 5.36 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).