Map130

From Commander4j Wiki
Revision as of 17:06, 9 May 2019 by Dgarratt (Talk | contribs) (Created page with " <map id="map130" enabed="Y" description="NES C4J ProdDec XML to B2MML S95 ProdDec XML + C4J Pallet Move XML"> <input id="in1" description="Read C4J Prod Dec XML...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


   <map id="map130" enabed="Y" description="NES C4J ProdDec XML to B2MML S95 ProdDec XML + C4J Pallet Move XML">
       <input id="in1" description="Read C4J Prod Dec XML">
           <type>XML</type>
           <path>./interface/input/130 (NES C4J Production Declaration)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT/>
       </input>
       <output id="out1" enabed="Y" description="Write B2MML S95 Prod Dec XML">
           <path>./interface/output/130 (NES B2MML S95 Production Declaration)</path>
           <type>XML</type>
           <XSLT>C4J_PRODDEC_XML_to_S95_PRODDEC_XML.xsl</XSLT>
       </output>
       <output id="out2" enabed="Y" description="Write C4J Pallet Move XML">
           <condition>
               <param1 type="xquery">/message/messageData/palletMove/pallet/fromLocation</param1>
               <comparitor>NOT EQUAL</comparitor>
               <param2 type="xquery">/message/messageData/palletMove/pallet/toLocation</param2>
           </condition>
           <path>./interface/output/130 (NES C4J Pallet Move XML)</path>
           <type>XML</type>
           <XSLT>C4J_ProdDec_to_PalletMove.xsl</XSLT>
       </output>
   </map>