IPWorks EDIFACT 2020 .NET Edition

Questions / Feedback?

ExportXMLSchema Method

Exports a XML schema.

Syntax

public void ExportXMLSchema(string schemaFile);
Public Sub ExportXMLSchema(ByVal SchemaFile As 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) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 .NET Edition - Version 20.0 [Build 8209]