2.3.4.2.69 pp_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 an index designating the set of paragraph properties to use.

Attributes:

IX: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the paragraph properties used in the text run. It MUST be the IX attribute of a Row_Type that has a Paragraph Section_Type parent element.

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

 <xsd:complexType name="pp_Type">
   <xsd:attribute name="IX" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>