IPWorks EDIFACT 2020 iOS Edition

Questions / Feedback?

loadSchema (method)

Loads a schema file describing a Transaction Set.

Syntax

- (void)loadSchema:(NSString*)fileName;
public func loadSchema(_ fileName: String) throws -> Void

Remarks

This method parses the File and loads it into an internal schema list. The class will attempt to automatically detect the SchemaFormat.

If the schema file does not exist or cannot be parsed as an EDI schema, the class fails with an error.

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