class EnsLib.EDI.X12.SchemaXML
extends %XML.SAX.ContentHandler
property %propNames
as %String [ MultiDimensional ];
Array for disambiguation of names
property CatOnly
as %Boolean;
Flag to only check the category defined in the schema xml file
property Error
as %Status [ InitialExpression = $$$OK ];
Error encountered inside xml import handler
property Filename
as %String;
Filename for use in constructing xml handler error messages
property base
;
property category
;
property elementname
;
property elementtype
;
property forceCategory
as %String;
slot for remembering forced category name
property lastFileCategory
as %String;
slot for remembering categories encountered in schema xml file