EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

SchemaFormat Property

The format of the schema file.

Object Oriented Interface

public function getSchemaFormat();
public function setSchemaFormat($value);

Procedural Interface

inedifact_edifacttranslator_get($res, 10 );
inedifact_edifacttranslator_set($res, 10, $value );

Default Value

0

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/

Data Type

Integer

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