Programmer's Guide > Interfaces > W3C NodeEditVAL interface > validationType enumeration
  
validationType enumeration
An integer indicating the validation type. Other specifications can define stricter validation types/constants by extending the NodeEditVAL interface.
The validationType enumeration has the following constants of type unsigned short.
VAL_WF = 1
Check if the node is well-formed.
VAL_NS_WF = 2
Check if the node is namespace well-formed.
VAL_INCOMPLETE = 3
Check if the node's immediate children are those expected by the content model. This node's trailing required children could be missing. It includes VAL_NS_WF.
VAL_SCHEMA = 4
Check if the node's entire subtree are those expected by the content model. It includes VAL_NS_WF.