Note that there are some explanatory texts on larger screens.

plurals
  1. POXSD small help required
    primarykey
    data
    text
    <p>I am in need to small. I am having hard time in mapping manually xml schema to simple xml structure. Any one expert in xml can solve my problem in not more than 2 minutes and trust me you can save my life.</p> <p>Here is schema in xsd. </p> <p><a href="https://rapidshare.com/files/688147446/schema.zip" rel="nofollow">https://rapidshare.com/files/688147446/schema.zip</a></p> <p>In <strong>import_customers_request.xsd</strong> file we have this element</p> <pre><code>&lt;xs:element name="customer" type="COCustomerDetail" minOccurs="0" maxOccurs="unbounded"/&gt; </code></pre> <p>Which have details in file <strong>coTypes.xsd</strong></p> <p>I am not so good in xml so what i have discovered so far is followong xml structure.</p> <pre><code>&lt;import_customers_request schemaVersion="5.5"&gt; &lt;customers&gt; &lt;customer&gt; &lt;useBillingCodeIdentifier&gt;false&lt;/useBillingCodeIdentifier&gt; &lt;useShippingCodeIdentifier&gt;false&lt;/useShippingCodeIdentifier&gt; &lt;companyName&gt;Tech Max&lt;/companyName&gt; &lt;contact&gt; &lt;firstName&gt;Sohaib&lt;/firstName&gt; &lt;lastName&gt;Rajpoot&lt;/lastName&gt; &lt;email&gt;suhaibpucit\@yahoo.com&lt;/email&gt; &lt;/contact&gt; &lt;/customer&gt; &lt;/customers&gt; &lt;/import_customers_request&gt; </code></pre> <p>Now i just want two more fields.</p> <ol> <li>Address</li> <li>Password</li> </ol> <p>can you please refine this structure with good place for these fields as well. I will be truly thankful to you for you time and help.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload