w:fieldMapData
External Data Source to Merge Field Mapping
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_OdsoFieldMapData
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:type [0..1] Merge Field Mapping
- w:name [0..1] Data Source Name for Column
- w:mappedName [0..1] Predefined Merge Field Name
- w:column [0..1] Index of Column Being Mapped
- w:lid [0..1] Merge Field Name Language ID
- w:dynamicAddress [0..1] Use Country-Based Address Field Ordering
Attributes
None
Used in
Sample instance
<w:fieldMapData> <w:type w:val="null"/> <w:name w:val="string"/> <w:mappedName w:val="string"/> <w:column w:val="1"/> <w:lid w:val=""/> <w:dynamicAddress/> </w:fieldMapData>