2.6.180 CT_RichValueStructure

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

Referenced by: CT_RichValueStructures

This complex type specifies the structure for one or more rich values.

Child Elements:

k: A CT_Key element that specifies the rich value key.

Attributes:

t: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the rich value type.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_RichValueStructure">
   <xsd:sequence>
     <xsd:element name="k" minOccurs="1" maxOccurs="unbounded" type="CT_Key"/>
   </xsd:sequence>
   <xsd:attribute name="t" type="xsd:string" use="required"/>
 </xsd:complexType>

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