EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

ExportXMLSchema Method

Exports a XML schema.

Syntax

[VB.NET]
Public Sub ExportXMLSchema(ByVal SchemaFile As String)
[C#]
public void ExportXMLSchema(string schemaFile);

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) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0