[True/False] DFDL is intended for specifying the form of the input, e.g., "this field is a two text digit unsigned integer."
[True/False] DFDL is not a validation language, e.g., don't use DFDL to specify that the field's value must be between 00 and 44. [True/False] If you want to validate the input data, do it in a downstream activity, after DFDL parsing. [True/False] Design DFDL to be liberal in what input it accepts. Accept input as long as it is well-formed, e.g., accept 87 because it is a two text digit unsigned integer.