cvc-mininclusive-valid
Table of contents
No headers
General description of the error:
The format of the error message: cvc-minInclusive-valid: Value ''{0}'' is not facet-valid with respect to minInclusive ''{1}'' for type ''{2}''.
Error description in schema standard: http://www.w3.org/TR/2006/WD-xmlschema11-2-20060217/datatypes.html#cvc-minInclusive-valid
Possible causes for this error:
- Element value is less than the allowed minimum value (usually 0).
An example
|
Error message: Error cvc-minInclusive-valid: Value '-3.14159' is not facet-valid with respect to minInclusive '0.0' for type 'ActiveOrHistoricCurrencyAndAmount_SimpleType'.
How to fix: This issue can be fixed by providing a value above 0.
|