Expand description
Dialect types for ODO (OCCURS DEPENDING ON) min_count behavior.
This crate defines the dialect lever that controls how min_count is interpreted
for ODO arrays. Different dialects provide different levels of strictness in
enforcing the minimum count constraint.
Use Dialect to select the interpretation mode and effective_min_count
to apply it.
Enums§
- Dialect
- Dialect for ODO
min_countinterpretation
Functions§
- effective_
min_ count - Compute the effective
min_countbased on dialect