[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Help Needed to create an XSD

  • To: Cyril <cyrilw@t...>, xml-dev@l...
  • Subject: Re: Help Needed to create an XSD
  • From: Anne Thomas Manes <atmanes@g...>
  • Date: Tue, 4 Oct 2005 14:06:58 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=NX8/yf7XlAcgGM8HloetLxsaKukXOyhTxCkqeR6JWDfilhOzOL5ik5Uu/oHfIRZTkZZGCdK2BgvUkh42PvYC1P8wqLkHQhOkuXv/W2+87TAaFyWJ9QeFL6+IBlLMM8cwPNvoDJHu41t7OcrPM9leCQ3eEC+w0gJKXNziTjd1ni4=
  • In-reply-to: <200510041700.j94H0ndt024122@m...>
  • References: <200509161821.j8GILajR004957@m...> <200510041700.j94H0ndt024122@m...>
  • Reply-to: Anne Thomas Manes <atmanes@g...>

creating own namespace xsd
Your schema would look something like this:

<x:schema targetNamespace="your-namespace-uri"
    xmlns:x="http://www.w3.org/2001/XMLSchema"
    xmlns:foo="http://www.foo.ca/XMLSchemas">
   <x:import namespace="http://www.foo.ca/XMLSchemas"
        schemaLocation="http://www.foo.ca/XMLSchemas/UAT/Transmit.xsd">
   <x:element name="myrpt">
     <x:complexType>
       <x:sequence>
         <x:element name="id" type="x:string"/>
         <x:element name="status" type="x:string"/>
         <x:element ref="foo:rptTransmit"/>
       </x:sequence>
     </x:complexType>
   </x:element>
</x:schema>

Regards,
Anne

On 10/4/05, Cyril <cyrilw@t...> wrote:
Hi,

I am creating a webservice that will use the output from a 3rd party. The
output of the 3rd party is an XML file with its own namespace:

Eg:

<rptTransmit xmlns="http://www.foo.ca/XMLSchemas "
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.foo.ca/XMLSchemas
http://www.foo.ca/XMLSchemas/UAT/Transmit.xsd">
:
</rptTransmit>



Now I need to create my own XSD that contains some info in addition to the
XML file I get from the 3rd party. It should look something like this

<myrpt>
<id>0000</id>
<status>pending</status>

<rptTransmit xmlns="http://www.foo.ca/XMLSchemas "
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.foo.ca/XMLSchemas
http://www.foo.ca/XMLSchemas/UAT/Transmit.xsd">
:
</rptTransmit>
</myrpt>



How will I create the XSD schema with the namespace of my tags and taking
into consideration of the 3rd party namespace? Can anyone give me a sample
XSD that will match what I 'd like to achieve

Thanks,
Cyril



-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.