2.6.193 CT_SupportingPropertyBagKey
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2
Referenced by: CT_SupportingPropertyBagStructure
This complex type specifies the supporting property bag key.
Attributes:
n: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the name of the key. This name is case sensitive and MUST be unique in the CT_SupportingPropertyBagStructure.
t: An ST_SupportingPropertyBagValueType attribute that specifies the data type of the value associated with this key.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SupportingPropertyBagKey"> <xsd:attribute name="n" type="x:ST_Xstring" use="required"/> <xsd:attribute name="t" type="ST_SupportingPropertyBagValueType" use="optional" default="d"/> </xsd:complexType>
See section 5.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).