CT_TextField

Complex Type Information

Model

Children: pPr, rPr, t

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ST_Guid required
type xsd:string optional

Used By

Element EG_TextRun/fld

Source

<xsd:complexType name="CT_TextField">
  <xsd:sequence>
    <xsd:element name="rPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="t" type="xsd:string" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="s:ST_Guid" use="required"/>
  <xsd:attribute name="type" type="xsd:string" use="optional"/>
</xsd:complexType>