Represents the field mapping data.
      
<fieldMapData />
    | Element type | odsoFieldMapDataElt | 
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| odso | Contains settings related to the Office Data Source Object. | 
| Element | Description | 
|---|---|
| type | Represents the field type. | 
| name | Represents the field name for all field types to be displayed. | 
| mappedName | Represents the canonical field name (if one exists and it is different from the name element). | 
| column | Represents the index of the column this field map data refers to. | 
| lid | Represents the language id | 
| dynamicAddress | Specifies whether to dynamically create the address field order based on the country. | 
None.
      
<xsd:element name="fieldMapData" type="odsoFieldMapDataElt" minOccurs="0" maxOccurs="unbounded" >
</xsd:element>