2.6.240 CT_BagExtensions
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag
Referenced by: CT_FeaturePropertyBags
This complex type specifies a CT_ExtensionList ([ISO/IEC29500-1:2016] section 18.2.10) element. Elements of this type are referenced by CT_FeaturePropertyBag bagExtId attributes.
Child Elements:
extLst: A CT_ExtensionList ([ISO/IEC29500-1:2016] section 18.2.10) element that specifies future extensibility.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_BagExtensions"> <xsd:sequence> <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.36 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).