class EnsLib.EDI.X12.SchemaXSD
extends %XML.SAX.ContentHandler
parameter DOMAIN = "Ensemble";
property %compNames
as %String [ MultiDimensional ];
Array for disambiguation of names for components w/in a field
property %propNames
as %String [ MultiDimensional ];
Array for disambiguation of names for fields w/in a segment
property CTValue
as %String;
property CompData
as array of %String;
property Error
as %Status [ InitialExpression = $$$OK ];
Error encountered inside xml import handler
property FieldData
as array of %String;
property Filename
as %String;
Filename for use in constructing xml handler error messages
property ForceOld
as %Boolean [ InitialExpression = 0 ];
property ImplGuide
as %String;
property TriggerSegs
as array of %String;
property category
;
property compPosition
as %Integer;
property elementname
;
property elementtype
;
property forceCategory
as %String;
slot for remembering forced category name
property inDoc
as %Boolean [ InitialExpression = 0 ];
property inSequence
as %Boolean [ InitialExpression = 0 ];
property lastFileCategory
as %String;
slot for remembering categories encountered in schema xml file
property position
as %Integer;