Defines the validity state of an XML node as determined by rules applied to the node.
[Visual Basic] Public Enum NodeValidity [C#] public enum NodeValidity [C++] public __value enum NodeValidity [JScript] public enum NodeValidity
| Member Name | Description |
|---|---|
| Valid | Node has a valid value. |
| Invalid | Node has an invalid value based on one or more rules. |
| PossiblyInvalid | Node participates in a failed validation rule, but it is not known if the node itself is valid or not. For example, if the rule "date1 > date2" fails, it's not clear which date has an invalid value. |
Namespace: XRules
Assembly: XRules.DynamicDom (in XRules.DynamicDom.dll)