Definition Type: ComplexType
Name: CT_FFTextInput
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into format in schema wml_xsd Drilldown into maxLength in schema wml_xsd Drilldown into default in schema wml_xsd Drilldown into type in schema wml_xsdXSD Diagram of CT_FFTextInput in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_FFTextInput">
    <xsd:sequence>
        <xsd:element name="type" type="CT_FFTextType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Text Box Form Field Type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="default" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Default Text Box Form Field String</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="maxLength" type="CT_DecimalNumber" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Text Box Form Field Maximum Length</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="format" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Text Box Form Field Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type w:type 0 (1)
default w:default 0 (1)
maxLength w:maxLength 0 (1)
format w:format 0 (1)
Collapse Derivation Tree:
Collapse References:
w:textInput