2.3.3.1 CT_CameraTool

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

Referenced by: cameraTool

A complex type that specifies camera tool properties.

Attributes:

cellRange: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) that uses standard cell reference syntax as specified in [ISO/IEC29500-1:2016] section 18.17.2.3. This specifies the cell range of the camera tool. The cell range MUST use the A1 style reference, instead of the R1C1 reference. The cell range MUST be used when defining the camera tool.

spid: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) that specifies the shape identifier of a legacy drawing object. If string is "0" there is no legacy shape. However the legacy drawing object MUST be deleted if the current drawing element is to be used. Otherwise, two camera tool objects are present.

This string has the following characteristics:

§ If string is not the default value it MUST begin 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 SHOULD only exist in one worksheet.

§ It MUST NOT contain Numeric Character Reference (NCR) characters.

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

 <xsd:complexType name="CT_CameraTool">
   <xsd:attribute name="cellRange" type="xsd:string"/>
   <xsd:attribute name="spid" use="optional" default="0" type="xsd:string"/>
 </xsd:complexType>

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