w:ddList
Drop-Down List Form Field Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_FFDDList
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:result [0..1] Drop-Down List Selection
- w:default [0..1] Default Drop-Down List Item Index
- w:listEntry [0..*] Drop-Down List Entry
Attributes
None
Used in
- Type w:CT_FFData (Element w:ffData)
Sample instance
<w:ddList> <w:result w:val="1"/> <w:default w:val="1"/> <w:listEntry w:val="string"/> </w:ddList>