2.6.159 CT_ArrayValue

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

Referenced by: CT_Array

A complex type that specifies the value and type of an element in a rich array.

Attributes:

t: An ST_ArrayValueType attribute that specifies the data type of the rich array value.

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

 <xsd:complexType name="CT_ArrayValue">
   <xsd:simpleContent>
     <xsd:extension base="x:ST_Xstring">
       <xsd:attribute name="t" type="ST_ArrayValueType" use="optional" default="d"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

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