2.6.163 CT_Key

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2017/richdata

Referenced by: CT_RichValueStructure

This complex type specifies the rich value key.

Attributes:

n: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the name of the rich value key. This name is case insensitive and MUST be unique in the CT_RichValueStructure. This string MUST be less than or equal to 255 characters in length.

t: An ST_RichValueValueType 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_Key">
   <xsd:attribute name="n" type="x:ST_Xstring" use="required"/>
   <xsd:attribute name="t" type="ST_RichValueValueType" use="optional" default="d"/>
 </xsd:complexType>

See section 5.21 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).