EDIFACT Integrator 2016 Delphi Edition
EDIFACT Integrator 2016 Delphi Edition
Questions / Feedback?

ExportXMLSchema Method

Exports a XML schema.

Syntax


procedure ExportXMLSchema(SchemaFile: String);

Remarks

This method exports a XML schema describing the valid format of the XML document.

After translating a document from EDI to XML, this method may be called to export a schema (.xsd) describing the structure of a valid XML documents. XML documents which adhere to this document may be translated from XML to EDI.

This method is helpful if XML will be generated outside of the component and later converted to EDI by the component.

The SchemaFile parameter specifies the absolute or relative path to the file on disk.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDIFACT Integrator 2016 Delphi Edition - Version 16.0 [Build 7240]