EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

SchemaFormat Property

The format of the schema file.

Syntax

[VB.NET]
Public Property SchemaFormat As EdifactwriterSchemaFormats

[C#]
public EdifactwriterSchemaFormats SchemaFormat {get; set;}

enum EdifactwriterSchemaFormats { schemaAutomatic, schemaBinary, schemaBizTalk, schemaSEF, schemaBOTS, schemaAltova, schemaJSON }

Remarks

Set SchemaFormat before calling the LoadSchema method to specify the loading schema format.

The following schema formats are supported:

0 (schemaAutomatic - default) The schema type is automatically determined based on file extension.
1 (schemaBinary) A binary schema that was previously compiled by calling CompileSchema.
2 (schemaBizTalk) BizTalk (XSD): http://msdn.microsoft.com/en-us/library/aa559426(v=BTS.70).aspx
3 (schemaSEF) Standard Exchange Format (SEF): https://edelivery.tibco.com/storefront/eval/tibco-foresight-edisim/prod10311.html
4 (schemaBOTS) BOTS: http://bots.sourceforge.net/en/index.shtml
5 (schemaAltova) Altova: http://www.altova.com/
6 (schemaJSON - recommended) RSSBus JSON: http://www.rssbus.com/

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0