FR
Table of contents

cvc-datatype-valid.1.2.1 : ''{0}'' n'est pas une valeur valide pour ''{1}''.
http://www.w3.org/TR/2006/WD-xmlsche...datatype-valid
Attention: Cette page descrit un genre d'erreur en utilisant un exemple hypothétique. L'explication ne vise spécifiquement au données de votre fichier de text. |
General description of the error:
The format of the error message: cvc-datatype-valid.1.2.1: ''{0}'' is not a valid value for ''{1}''.
Error description in schema standard: http://www.w3.org/TR/2006/WD-xmlschema11-2-20060217/datatypes.html#cvc-datatype-valid
Possible causes for this error:
An example
<CtrlSum>s</CtrlSum> |
Error message: Error cvc-datatype-valid.1.2.1: 's' is not a valid value for 'decimal'
How to fix: In this example a correct type value should be used by replacing text value with a decimal value.
<CtrlSum>100</CtrlSum> |