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

RE: What is wrong with my include element?

  • From: Priscilla Walmsley <priscilla@w...>
  • To: 'Auguste Oumar' <oumar_a@y...>, xml-dev@l...
  • Date: Fri, 07 Sep 2001 10:51:45 -0400

xsd include
Hello,

The problem is that you have the namespace name in your schemaLocation.
This is only done in instance documents. In includes, you only need to
specify the location of the other schema document.

Try just using:
<xsd:include schemaLocation="ArticleMaDaSch.xsd"/>


Hope that helps,
Priscilla
-----------------------------------------------------------
Priscilla Walmsley                   priscilla@w...
Architect, Vitria Technology          http://www.vitria.com
Author, Definitive XML Schema  (Prentice Hall, Dec. 2001)
-----------------------------------------------------------

> -----Original Message-----
> From: Auguste Oumar [mailto:oumar_a@y...]
> Sent: Friday, September 07, 2001 8:42 AM
> To: xml-dev@l...
> Subject: What is wrong with my include element?
>
>
> Hi all,
> i wrote one schema-file:ArticleMaDaSch.xsd.Within this
> file i defined one type:ActionCodeType. Now i want to
> use that type in another file:ArtikelLagerPlatzT.xsd.
> The targetNamespace are the same in both files.I use
> the IBM XML SchemaQualityChecker to check errors.
> Despite the include element in the file
> ArtikelLagerPlatzT.xsd the SchemaQualityChecker don't
> accept the attribut value of the schemaLocation
> attribut and of course don't know the element
> ActionCodeType i want to use. What am i doing wrong ?
> Here are the files:
>
> ArticleMaDaSch.xsd:
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <xsd:schema
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> 	    targetNamespace="http://www.telegrammes.org"
>             xmlns:ASD="http://www.telegrammes.org"
>             elementFormDefault="qualified">
>
> <xsd:element name="articleMasterData"
> type="ASD:ArticleMasterDataType"/>
>  <xsd:element name="comment" type="xsd:string"/>
>  <xsd:complexType name="ArticleMasterDataType">
>   <xsd:sequence>
>    <xsd:element name="telegramNumber"
> type="xsd:integer" fixed="001100"/>
>    ...
>
>    <xsd:element name="actionCode"
> type="ASD:actionCodeType"/>
>    </xsd:sequence>
>  </xsd:complexType>
>
>  <xsd:simpleType name="actionCodeType">
>   <xsd:restriction base="xsd:integer">
>     <xsd:enumeration value="1"/>
>     <xsd:enumeration value="2"/>
>     <xsd:enumeration value="3"/>
>   </xsd:restriction>
>  </xsd:simpleType>
>
> </xsd:schema>
>
> and the ArtikelLagerPlatzT.xsd
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <xsd:schema
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> 	    targetNamespace="http://www.telegrammes.org"
>             xmlns:ALT="http://www.telegrammes.org"
> 	    elementFormDefault="qualified">
>
> <xsd:include
> schemaLocation="http://www.telegrammes.org
> ArticleMaDaSch.xsd"/>
>
>  <xsd:element name="articleBinLocationType"
> type="ALT:ArticleBinLocationType"/>
>  <xsd:element name="comment" type="xsd:string"/>
>  <xsd:complexType name="ArticleBinLocationType">
>   <xsd:sequence>
> ...
>  <xsd:element name="actionCode"
> type="ALT:actionCodeType"/>
>  </xsd:sequence>
>  </xsd:complexType>
>
> </xsd:schema>
>
> thanks for help
> oumar.
>
> __________________________________________________________________
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
>
> -----------------------------------------------------------------
> 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 elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>


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.