<xsd:simpleType name="ST_MailMergeOdsoFMDFieldType">
<xsd:annotation>
<xsd:documentation>Merge Field Mapping Types</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="null">
<xsd:annotation>
<xsd:documentation>Field Not Mapped</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="dbColumn">
<xsd:annotation>
<xsd:documentation>Field Mapping to Data Source Column</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|