Text_Type complexType ('Visio XML')
Office 2013 and later
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="Text_Type">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="cp" type="cp_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="pp" type="pp_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="tp" type="tp_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="fld" type="fld_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:choice>
</xs:complexType>
Show: