IPWorks EDIFACT 2020 Android Edition

Questions / Feedback?

SchemaFormat Property

The format of the schema file.

Syntax

public int getSchemaFormat();
public void setSchemaFormat(int schemaFormat);

Enumerated values: public final static int schemaAutomatic = 0; public final static int schemaBinary = 1; public final static int schemaBizTalk = 2; public final static int schemaSEF = 3; public final static int schemaBOTS = 4; public final static int schemaAltova = 5; public final static int schemaJSON = 6;

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) TIBCO Standard Exchange Format (SEF): https://docs.tibco.com/products/tibco-foresight-edisim-6-18-0
5 (schemaAltova) Altova: http://www.altova.com/
6 (schemaJSON - recommended) ArcESB JSON: https://arc.cdata.com/

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 Android Edition - Version 20.0 [Build 8209]