====== Example XML Files with Interchange ====== An example for the definition of a PlugIn for an XMLs document with an interchange and several documents below the interchange. ===== Beispiel XML ===== 72 xxxx ...
...
... ===== Beispiel C# Code ===== public class INVOICES : IMapObjectRoot { [MapInterchangeRecord] [MapMaxOccurs(1)] public INVOICLIST INVOICLIST; [MapTrigger] [MapMinOccurs(1)] public INVOIC INVOIC; }