2.29.3.23 CT_TextCharRangeMoniker
Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command
A complex type that specifies the content moniker information associated with a text character range from a CT_TextBody element’s ([ISO/IEC29500-1:2016] section A.4.1) OfficeArt plain text including whitespace, tabs, and returns (i.e. ‘\t’, ‘\v’, and ‘\r’).
Child Elements:
context: A CT_TextCharRangeContext element that specifies the containing CT_TextBody’s hash and optional length.
Attributes:
cp: An int ([XMLSCHEMA2/2] section 3.3.17) attribute that specifies the first characters’ position of the text character range.
len: An int ([XMLSCHEMA2/2] section 3.3.17) attribute that specifies the length of the OfficeArt plain text character range including whitespace, tabs, and returns (i.e. ‘\t’, ‘\v’, and ‘\r’).
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_TextCharRangeMoniker"> <xsd:sequence> <xsd:element name="context" type="CT_TextCharRangeContext" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="cp" type="xsd:int" use="required"/> <xsd:attribute name="len" type="xsd:int" use="optional" default="0"/> </xsd:complexType>
See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).