All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.atlas-xml-order-element.xml Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<ns:XmlOE xmlns:ns="http://atlasmap.io/xml/test/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://atlasmap.io/xml/test/v2 atlas-xml-test-model-v2.xsd ">
  <ns:orderId>ns:orderId</ns:orderId>
  <ns:Address>
    <ns:addressLine1>ns:addressLine1</ns:addressLine1>
    <ns:addressLine2>ns:addressLine2</ns:addressLine2>
    <ns:city>ns:city</ns:city>
    <ns:state>ns:state</ns:state>
    <ns:zipCode>ns:zipCode</ns:zipCode>
  </ns:Address>
  <ns:Contact>
    <ns:firstName>ns:firstName</ns:firstName>
    <ns:lastName>ns:lastName</ns:lastName>
    <ns:phoneNumber>ns:phoneNumber</ns:phoneNumber>
    <ns:zipCode>ns:zipCode</ns:zipCode>
  </ns:Contact>
</ns:XmlOE>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy