ExceptionType | str | The type of exception, e.g. "invalid path", "type mismatch" etc. | |
FlagConditionIndex | int | The index of the FlagCondition within the FlagRuleSet indicated by FlagRuleSetIndex | |
FlagId | str | An ID is required so the flag can be referred to by a reassessment. Might be removed if reassessments are modified to include an element of type flagInstance (directly referencing the flag instance in the table of flags). NOTE: There can be reassessments of all kinds of flags - i.e. a polymorphism - is this allowed? Can an "xs:choice" mechanism be used? The current implementation of humanReassessmentFlag uses *both* mechanisms! Delete one of them. | |
FlagRuleSetId | str | The ID of the FlagRuleSet giving rise to this flag | |
FlagRuleSetIndex | int | The index (into Data.FlagRuleSets) of the FlagRuleSet being used in this evaluation | |
Xpaths | str | The Xpaths that were involved in creating this exception | |