2.3.4.2.96 Text_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: ShapeSheet_Type

A complex type that specifies the text and text properties of a shape. The text is specified by the contents of this element and is separated into text runs by its child elements.

Child Elements:

cp: A cp_Type element that specifies the beginning of a text run and the set of character properties to use.

pp: A pp_Type element that specifies the beginning of a text run and the set of paragraph properties to use.

tp: A tp_Type element that specifies the beginning of a text run and the set of tabs properties to use.

fld: A fld_Type element that specifies a text field in a text run.

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

 <xsd:complexType name="Text_Type" mixed="true">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="cp" type="cp_Type" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="pp" type="pp_Type" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="tp" type="tp_Type" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="fld" type="fld_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:choice>
 </xsd:complexType>