xmlns:xsi attribute #69
Replies: 1 comment
-
Please refer to the documentation for instructions on how to do this: Additionally, you can check these tests for code examples: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when I generate the message for PAIN 008.001.02 using MxPain00800102, the output is
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02">
May I know if I can add the xmlns:xsi attribute to
<Document>
, like the following?<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02">
My code is as following
I am using version SRU2022-9.3.3.
Beta Was this translation helpful? Give feedback.
All reactions