Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Output XML File Structure

Output XML File Structure

The MDM JavaBeans library transforms the source MDM JavaBeans XML file to an output XML file with the name
input.xml
. You use the output file as the input for transformations and mappings. For example, you can use the ACORD-MDM Mappers library to translate the XML file to an ACORD LNA file with the Developer tool.
The following example shows the XML structure of an
input.xml
file:
<agreemt> <MDM:com.siperian.inservice.bo.Agreemt> <agreemtype>testvalue</agreemtype> <amount>testvalue</amount> <approvaldate> <MDM:java.util.Date> <long>1330027204389</long> </MDM:java.util.Date> </approvaldate> <createDate> <MDM:java.util.Date> <long>1330027204386</long> </MDM:java.util.Date> </createDate> <creator>testvalue</creator> <currencycode>testvalue</currencycode> <effectiveperiod>testvalue</effectiveperiod> <identifier>testvalue</identifier> <issuedate> <MDM:java.util.Date> <long>1330027204389</long> </MDM:java.util.Date> </issuedate> <lastUpdateDate> <MDM:java.util.Date> <long>1330027204386</long> </MDM:java.util.Date> </lastUpdateDate> <lineofbusinesscode>testvalue</lineofbusinesscode> </MDM:com.siperian.inservice.bo.Agreemt> </agreemt>

0 COMMENTS

We’d like to hear from you!