ignoreMinOccurs property

bool? ignoreMinOccurs
getter/setter pair

Flag to ignore all min_occurs restrictions in the schema.

This means that incoming messages can omit any group, segment, field, component, or subcomponent.

Implementation

core.bool? ignoreMinOccurs;