blob: 22bf0ce33fd5429dc45f8f447725c2119399dc8c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<medi:edimap xmlns:medi="http://www.milyn.org/schema/edi-message-mapping-1.0.xsd">
<medi:description name="DVD Order" version="1.0"/>
<medi:delimiters component="^" field="*" segment="&#xA;" sub-component="~"/>
<medi:segments xmltag="Order">
<medi:segment xmltag="header" segcode="HDR">
<medi:field xmltag="order-id"/>
<medi:field xmltag="status-code"/>
<medi:field xmltag="net-amount"/>
<medi:field xmltag="total-amount"/>
<medi:field xmltag="tax"/>
<medi:field xmltag="date"/>
</medi:segment>
<medi:segment xmltag="customer-details" segcode="CUS">
<medi:field xmltag="username"/>
<medi:field xmltag="name">
<medi:component xmltag="firstname"/>
<medi:component xmltag="lastname"/>
</medi:field>
<medi:field xmltag="state"/>
</medi:segment>
<medi:segment xmltag="order-item" maxOccurs="-1" segcode="ORD">
<medi:field xmltag="position"/>
<medi:field xmltag="quantity"/>
<medi:field xmltag="product-id"/>
<medi:field xmltag="title"/>
<medi:field xmltag="price"/>
</medi:segment>
</medi:segments>
</medi:edimap>