Determines what happens when the minimal cardinality is not met.
input (myInput) { type (MyType) min (Required) { on-empty { if (condition) { prompt | halt } } }}