Definition Type: ComplexType
Name: CT_SdtDropDownList
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into listItem in schema wml_xsd Drilldown into lastValue in schema wml_xsdXSD Diagram of CT_SdtDropDownList in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SdtDropDownList">
    <xsd:sequence>
        <xsd:element name="listItem" type="CT_SdtListItem" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Drop-Down List Item</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="lastValue" type="ST_String" use="optional">
        <xsd:annotation>
            <xsd:documentation>Drop-down List Last Saved Value</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
listItem w:listItem 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lastValue w:lastValue Optional
Collapse Derivation Tree:
Collapse References:
w:dropDownList