RE: One element isn't referenceable, the other is!

For your specific schema document, adding this attribute to the
<xs:schema> element seems to fix the problem:
xmlns="http://runtime.onetwo.com/schemas/xinfo"
 
Since you didn't designate that "unprefixed" means your targetNamespace,
there was no way to reference the components in your target namespace.


________________________________

	From: xmlschema-dev-request@w3.org
[mailto:xmlschema-dev-request@w3.org] On Behalf Of Marco Faustinelli
	Sent: Thursday, May 29, 2008 2:13 PM
	To: XSD Discussion Group W3C
	Subject: One element isn't referenceable, the other is!
	
	
	Good morning to everybody,
	
	Validating in Eclipse the schema attached to this email I get an
error "components with no target namespace are not referenceable",
enclosed as a whole at the end of this message.
	
	I have found plenty of examples of this error thanks to Google,
but my schema looks fine to me to that extent.
	
	What I don't understand is why the error is thrown only for the
first element in my XSD (xEnvelopesRequestType) and not for the second
(xEnvelopesResponseType). If I switch the position of the elements,
always the first gets the blame while the second is judged ok.
	
	Anyway they both look fine to me, but there is something hidden
that I don't see. Can anyone help me spot it?
	
	Thanks in advance
	Marco Faustinelli - Italy
	
	- - - - - - - - - COMPLETE ERROR MESSAGE FROM ECLIPSE XSD EDITOR
- - - - - - - - - 
	Could not create Schema: src-resolve.4.1: Error resolving
component 'xEnvelopesRequestType'. It was detected that
'xEnvelopesRequestType' has no namespace, but components with no target
namespace are not referenceable from schema document
'file:C:/Programmi/bea/user_projects/domains/mydomain/applications/otr/W
EB-INF/classes/com/onetwo/runtime/service/xinfo/ws/xinfo_no_xmlns_xin.xs
d'. If 'xEnvelopesRequestType' is intended to have a namespace, perhaps
a prefix needs to be provided. If it is intended that
'xEnvelopesRequestType' has no namespace, then an 'import' without a
"namespace" attribute should be added to
'file:C:/Programmi/bea/user_projects/domains/mydomain/applications/otr/W
EB-INF/classes/com/onetwo/runtime/service/xinfo/ws/xinfo_no_xmlns_xin.xs
d'.
	
	

Received on Thursday, 29 May 2008 18:30:01 UTC