You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rules
Comparator(LT | LE | GT | GE | EQ | NE | IN | NOTIN)ConditionalComparison operator used to compare the item and value(s).Required when at least a child element CheckValue is present.
SoftHard(Soft | Hard)ConditionalType of range check. Soft indicates that a warning occurs  when the RangeCheck fails. Hard indicates that an error occurs when the RangeCheck fails.Required when Comparator is present.
ItemOIDoidrefConditionalIdentifies a variable to compare against.

Required when Comparator is present.

Must match the ItemOID for an ItemRef sibling element within the ItemGroupDef.

  • No labels