2.3.4.2.97 tp_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 tabs properties to use.

Attributes:

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

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

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