2.6.66 CT_DatastoreItem
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: datastoreItem
A complex type that specifies properties for an embedded custom data part.
Child Elements:
extLst: A CT_ExtensionList element, as specified in ([ISO/IEC29500-4:2016] section A.2, that specifies future extensibility for this element.
Attributes:
id: An ST_Xstring attribute, as specified in ([ISO/IEC29500-1:2016] section 22.9.2.19, that specifies the identifier for the associated Custom Data storage. The value of the string is used to identify the associated Custom Data storage, and the value of the string MUST be unique for each Custom Data storage in the workbook. The length of this value MUST be less than 65536 characters.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DatastoreItem"> <xsd:sequence> <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="id" type="x:ST_Xstring" use="required"/> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).