Definition Type: ComplexType
Name: CT_TextField
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-textParagraph.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into t in schema dml-textparagraph_xsd Drilldown into pPr in schema dml-textparagraph_xsd Drilldown into rPr in schema dml-textparagraph_xsd Drilldown into type in schema dml-textparagraph_xsd Drilldown into id in schema dml-textparagraph_xsdXSD Diagram of CT_TextField in schema dml-textparagraph_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TextField">
    <xsd:sequence>
        <xsd:element name="rPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Text Character Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Text Paragraph Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="t" type="xsd:string" minOccurs="0" maxOccurs="1">
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="ST_Guid" use="required">
        <xsd:annotation>
            <xsd:documentation>Field ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="type" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Field Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rPr a:rPr 0 1
pPr a:pPr 0 1
t a:t 0 1
Collapse Child Attributes:
Name Type Default Value Use
id a:id Required
type a:type Optional
Collapse Derivation Tree:
  • CT_TextField
Collapse References:
a:fld