2.6.236 CT_RelFeatureProperty
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag
Referenced by: CT_FeaturePropertyBag
This complex type specifies a key value pair (KVP) with a value of type ST_RelationshipId ([ISO/IEC29500-1:2016] section 22.8.2.1). The value is the ID of the Relationship (section 1.4).
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_RelFeatureProperty"> <xsd:simpleContent> <xsd:extension base="r:ST_RelationshipId"> <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).