[jboss-dev-forums] [Design the new POJO MicroContainer] - jboss-classload*.xsd appears to be broken

david.lloyd@jboss.com do-not-reply at jboss.com
Wed Sep 17 10:35:04 EDT 2008


Many of the attributes in these xsd files are written like so:


  |       <xsd:attribute name="name" type="xsd:string" optional="true">
  | 

I'm pretty sure this should be like:


  |       <xsd:attribute name="name" type="xsd:string" use="optional">
  | 

Also IDEA seems fairly certain that you can't use the "base" attribute here, though I'm not sharp enough on my xsd to say for sure:

  |    <xsd:simpleType name="version" base="xsd:string">
  | 

Are these really bugs or am I missing something?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177158#4177158

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177158



More information about the jboss-dev-forums mailing list