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

What is wrong with my include element?

  • From: Auguste Oumar <oumar_a@y...>
  • To: xml-dev@l...
  • Date: Fri, 07 Sep 2001 14:42:09 +0200 (CEST)

include element html
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

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.