XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Robert SeymourSubject: lementFormDefault='unqualified'
Author: Robert Seymour
Date: 22 Oct 2002 10:22 AM
Does Stylus Studio support elementFormDefault="unqualified" in the schema?

The elements are "<"header">" etc.

Any idea how to resolve this?

We get this error message validating our XML:

file://c:\Documents and Settings\Administrator\My Documents\XML\hhtest.xml:5,10: Element 'header' should be un-qualified
file://c:\Documents and Settings\Administrator\My Documents\XML\hhtest.xml:6,12: Element 'privacy' should be un-qualified
file://c:\Documents and Settings\Administrator\My Documents\XML\hhtest.xml:7,14: Element 'graphic' should be un-qualified
file://c:\Documents and Settings\Administrator\My Documents\XML\hhtest.xml:8,12: Element 'legal' should be un-qualified......................................etc.


Thanks!
Robert Seymour

Posttop
(Deleted User) Subject: Re: lementFormDefault='unqualified'
Author: (Deleted User)
Date: 22 Oct 2002 10:53 AM
Hi Robert,
I cannot be specific without looking at your XML Schema, but I think your
problems is caused by a definition like this:

{xsd:schema targetNamespace="xxx" xmlns="xxx"
elementFormDefault="unqualified" }
....
{xsd:element name="a"}
...
{xsd:element ref="header"/}

Now, you expect that "header" is considered to be in the "xxx" namespace,
being it the default namespace; instead, because of the "unqualified"
setting, it is put in no namespace (as it has no prefix).
So, when you use it inside your XML file, you get the error "Element
'header' should be un-qualified" meaning "you should make so that there is
no default namespace in place when you use it".

You have two choices at this point:
a) you switch to elementFormDefault="qualified"; in this case, having a
default namespace in place in the XML Schema, "header" will be part of it
b) you really want "header" to be in no namespace; in this case you should
remove the prefix or unset the default namespace in the XML file, like in

{header xmlns=""/}

Hope this helps,

Alberto

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

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