You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to add a schmemaLocation to the Document element?
E.g.
at the moment I get <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02">
my goal is to get <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02 pain.008.001.02.xsd">
Best regards
George
The text was updated successfully, but these errors were encountered:
Notice for validation purposes you can use a SchemaFactory, and create a Validator for the specific schema. There is no need to modify the actual XML payload to validate it.
Hello,
is it possible to add a schmemaLocation to the Document element?
E.g.
at the moment I get
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02">
my goal is to get
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.008.001.02 pain.008.001.02.xsd">
Best regards
George
The text was updated successfully, but these errors were encountered: