2.6.230 CT_BagFeatureProperty
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag
Referenced by: CT_FeaturePropertyBag
This complex type specifies a key value pair (KVP) that references another CT_FeaturePropertyBag element. The value is an unsigned int ([XMLSCHEMA2/2] section 3.3.22) that specifies a zero-based index to another CT_FeaturePropertyBag element of the ancestor CT_FeaturePropertyBags element. This index MUST be less than the parent CT_FeaturePropertyBag element position in the list specified in CT_FeaturePropertyBags.
Attributes:
k: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the key for the key value pair (KVP).
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_BagFeatureProperty"> <xsd:simpleContent> <xsd:extension base="xsd:unsignedInt"> <xsd:attribute name="k" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>
See section 5.36 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).