Definition Type: ComplexType
Name: CT_OdsoFieldMapData
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dynamicAddress in schema wml_xsd Drilldown into lid in schema wml_xsd Drilldown into column in schema wml_xsd Drilldown into mappedName in schema wml_xsd Drilldown into name in schema wml_xsd Drilldown into type in schema wml_xsdXSD Diagram of CT_OdsoFieldMapData in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_OdsoFieldMapData">
    <xsd:sequence>
        <xsd:element name="type" type="CT_MailMergeOdsoFMDFieldType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Merge Field Mapping</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="name" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Data Source Name for Column</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mappedName" type="CT_String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Predefined Merge Field Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="column" type="CT_DecimalNumber" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Index of Column Being Mapped</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lid" type="CT_Lang" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Merge Field Name Language ID</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dynamicAddress" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Use Country-Based Address Field Ordering</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