String encoded to XML based on XSD
Content
Hi,
I have this code in a String.
<supplierData><?xml version = '1.0'?>
<FusionSupplierXML>
<DocumentHeader>
<DocumentName>Oracle Fusion Supplier XML</DocumentName>
<Version>1.1</Version>
<Language>en</Language>
<DocumentCreationDate>2020-02-03T18:25:30.000+0000</DocumentCreationDate>
<ReferenceId>56501</ReferenceId>
</DocumentHeader>
<Supplier>
<SupplierName>Mouse Manufacturing</SupplierName>
<SupplierNumber>10078</SupplierNumber>
<TaxOrganizationType>CORPORATION</TaxOrganizationType>
<SupplierType>SUPPLIER</SupplierType>
<CreationSource>MANUAL</CreationSource>
<OneTimeSupplier>N</OneTimeSupplier>
<TaxpayerCountry>BR</TaxpayerCountry>
<TaxpayerID>44413907000158</TaxpayerID>
<FederalReportable>N</FederalReportable>
<StateReportable>N</StateReportable>