Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » my element is declared in schema A and its type in schema B, how to get its type
my element is declared in schema A and its type in schema B, how to get its type [message #595725] Mon, 20 June 2005 14:49
Eclipse UserFriend
Originally posted by: ediouf.genigraph.fr

Hi,
i have an elemnt declared in schema A
its type is defined in schema B
when parsing the schema A, the value of the type is null!
How can i do?

here is part of the code :
<xsd:element name="IdentificationCode"
type="cnt:CountryIdentificationCodeType"/>

i have included the namespace "cnt" of schema B in the schema A.
when myElement is the XSDElementDeclaration with name : IdentificationCode
and when i try to get the type : CountryIdentificationCodeType
by doing: myElement.getTypedefinition() i have null as value of the type.

What is wrong?
Thanks for your help.
Previous Topic:How to get the type o element reference ?
Next Topic:my element is declared in schema A and its type in schema B, how to get its type
Goto Forum:
  


Current Time: Sat Apr 20 00:32:43 GMT 2024

Powered by FUDForum. Page generated in 0.02706 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top