odsoFieldMapDataElt complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
odsoFieldMapDataElt complexType [Word 2003 XML Reference]
Defines the Office Data Source Object field-mapping data.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Child Elements
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. |
Attributes
None.
Definition
<xsd:complexType name="odsoFieldMapDataElt" >
<xsd:sequence>
<xsd:element name="type" type="mailMergeOdsoFMDFieldTypeProperty" minOccurs="0">
</xsd:element>
<xsd:element name="name" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="mappedName" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="column" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="lid" type="stringProperty" minOccurs="0">
</xsd:element>
<xsd:element name="dynamicAddress" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp