Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] incorrect definitions in buildDefinitions.exsd ?

hi,

 I've been trying to run the buildDefinitions.exsd through the JAXB
binding compiler and come across a few issues

	(1) elements from the http://www.w3.org/2001/XMLSchema namespace
are not specified as such*
	(2) some markup has the wrong case (eg. there is an 'appinfo'
element defined in the above namespace but its used as 'appInfo')
	(3) some element content is incorrectly specified (?) - most
notably the "tool" element which only allows a single 'option' child tag
and a single 'optionCategory' child tag

I've corrected some of these on my local copy, but was hoping to confirm
that these are real issues in the schema rather than in my
understanding?

thanks,
Andrew
*this looks like it's a possible problem with the PDE schema writing
code as other plug-ins also omit these


Back to the top