Definition Type: ComplexType
Name: odsoFieldMapDataElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the Office Data Source Object field-mapping data.
Collapse XSD Schema Diagram:
Drilldown into dynamicAddress in schema wordnet_xsd Drilldown into lid in schema wordnet_xsd Drilldown into column in schema wordnet_xsd Drilldown into mappedName in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of odsoFieldMapDataElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="odsoFieldMapDataElt">
    <xsd:annotation>
        <xsd:documentation>Defines the Office Data Source Object field-mapping data.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="mailMergeOdsoFMDFieldTypeProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the field type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="name" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the field name for all field types to be displayed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mappedName" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the canonical field name (if one exists and it is different from the name element).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="column" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the index of the column this field map data refers to.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lid" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the language id</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dynamicAddress" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether to dynamically create the address field order based on the country.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type W:type 0 (1)
name W:name 0 (1)
mappedName W:mappedName 0 (1)
column W:column 0 (1)
lid W:lid 0 (1)
dynamicAddress W:dynamicAddress 0 (1)
Collapse Derivation Tree:
Collapse References:
W:fieldMapData