Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3322088
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:08:26+00:00 2026-05-17T23:08:26+00:00

I have to send data to some external service in xml format. They have

  • 0

I have to send data to some external service in xml format.
They have provided xml schema as below,

<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.
w3.org/2001/XMLSchema">
<xs:element name="TRANSACTION">
<xs:complexType>
<xs:sequence>
<xs:element name="LOGIN">
<xs:complexType>
<xs:sequence>
<xs:element name="USERID" type="xs:string" />
<xs:element name="PASSWORD" type="xs:string" />
<xs:element name="TRANID" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CUSTOMER">
<xs:complexType>
<xs:sequence>
<xs:element name="CUSTSSN" type="xs:unsignedInt" />
<xs:element name="CUSTFNAME" type="xs:string" />
<xs:element name="CUSTLNAME" type="xs:string" />
<xs:element name="CUSTADDRESS" type="xs:string" />
<xs:element name="CUSTCITY" type="xs:string" />
<xs:element name="CUSTSTATE" type="xs:string" />
<xs:element name="CUSTZIP" type="xs:unsignedShort" />
<xs:element name="CUSTHOMEPHONE" type="xs:unsignedInt" />
<xs:element name="CUSTMOBILEPHONE" type="xs:unsignedInt" />
<xs:element name="CUSTEMAIL" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:element>
</xs:schema>

Based on above schema, how should I write my xml?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T23:08:27+00:00Added an answer on May 17, 2026 at 11:08 pm

    In general XSD describes a set of documents which are conformant with a schema. For most schemas there are many different documents which are valid against the schema. In your case the schema prescribes everything expect the content of the strings, so something like:

        <TRANSACTION>
            <LOGIN>
                <USERID>uu</USERID>
                <PASSWORD>pp</PASSWORD>
            </LOGIN>
     <!-- omitted some of body -->
            <CUSTOMER>
                <CUSTSSN>123</CUSTSSN>
                <CUSTFNAME>Cust</CUSTFNAME>
      <!-- omitted-->
            </CUSTOMER>
        </TRANSACTION>
    

    would do – you should be able to fill in the bits I have left out

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a requirement to send some 100 bytes data over internet .My machine
I have some large chunk of data that I want to send to the
In my app i have to send a xml data as request, I am
I have to send a large amount of xml data through sockets. Example of
I need to send some data periodically from an Android app to an external
I have a situation whereby when a page loads, I send some authentication data
I have to send some data to server in JQuery and I'm lost in
I have a place in my program where I need to send some data
I send data in this way: <form method=post enctype=text/plain action=Func> And I have a
Hi I want to send data to the server and then have the php

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.