Skip to content

ResultOfVerification Field #948

Discussion options

You must be logged in to vote

The error in your XML is that cac:Attachment must be before cac:IssuerParty
This can been seen in the schema at:
https://github.com/OP-TED/eForms-SDK/blob/develop/schemas/common/UBL-CommonAggregateComponents-2.3.xsd#L2159

The suggestion in the second part of the message is a bit misleading: the schema validation sees the cac:IssuerParty followed by cac:Attachment and indicates that the only element allowed after cac:IssuerParty is cac:ResultOfVerification.
But cac:ResultOfVerification is not used in eForms.
This message comes from the standard XML library, so we don't have any control over it.

The information indicated in the "xsdSequenceOrder" property in fields.json can help you determi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bertrand-lorentz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
validation Related to notice validation.
2 participants