2.3.3.2 CT_CompatExt

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: compatExt

A complex type that specifies a legacy drawing object.

Attributes:

spid: An xsd:string attribute ([XMLSCHEMA2/2] section 3.2.1) that specifies the shape identifier of a legacy drawing object.

This string has the following characteristics:

§ It begins with "_x0000_" followed by one character and a number that specifies the identifier: _x0000_[c]<shape id>

§ The character [c] MUST be set to ‘s’.

§ Shape identifiers MUST be in the range from 1025 through 268435456.

§ Shape identifiers are clustered, and each cluster has 1024 values. The first cluster ranges from 1025 through 2048.

§ Shape identifiers in the same cluster exist in only one worksheet.

  • It MUST NOT contain NCR characters.

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

 <xsd:complexType name="CT_CompatExt">
   <xsd:attribute name="spid" type="xsd:string"/>
 </xsd:complexType>

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