2.3.4.2.14 cp_Type
Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core
Referenced by: Text_Type
A complex type that specifies the beginning of a text run, and specifies an index designating the set of character properties to use.
Attributes:
IX: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the character properties used in the text run. It MUST be the IX attribute of a Row_Type that has a Character Section_Type parent element.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="cp_Type"> <xsd:attribute name="IX" type="xsd:unsignedInt" use="required"/> </xsd:complexType>