class EnsLib.EDI.SEF.Document
extends EnsLib.EDI.SEF.Node
property Agency
as %String;
This holds the responsible agency code, which identifies the standards
organization
property DocType
as %String;
This holds the doc type
property Name
as %String;
This holds the identifing name of the Document
property ObjVars
as ObjectVariableList;
This holds the object variables
property Ref
as %String;
This holds the name of the reference tables to be used for this document
property SemRefs
as SemanticReferenceList;
This holds the semantic references
property Sets
as EnsLib.EDI.SEF.SetList;
This holds the transaction sets, usually only 1 per SEF file but may be more
property Standard
as %String;
This holds the Standard on which the implementation guidelines for this
document is based
property Title
as %String;
This holds the doc title