1868

Attribute for some element is marked as mandatory but it is missing.

Notice! This page describes the nature of the error using a hypothetical example and not the erroneous data of the input test file. You should however be able to apply this information to your error case.

Error Description:

Attribute for some element is marked as mandatory but it is missing. Add the attribute. The attribute name could also be mistyped.

Example:

1868.png

In this example the InstdAmt element is having an attribute called "ccy". The error message requires a parameter called "Ccy" to be given. In this case the error can be fixed by fixing the typing mistake in original attribute (the capital first letter).

Explanation of the error message given by the validator:

Element 'elem1': The attribute 'att1' is required but missing.

Element elem1 is the element which is marked to have a mandatory attribute called att1.