Enum RequirementValue
These are the possible values of an element that has requirement conditions.
public enum RequirementValue
Fields
Ignored = 0The element is ignored. It is not required, but it is not optional either. But if the element is provided, it is ignored, as opposed to an error.
Optional = 2The element is optional.
Required = 1The element is required.
Remarks
Some elements might be required in some situations, others are optional, and others are ignored. This enum is used to report what the requirement level is.