How can I add in a complexType a simpleContent whit annotation?

I would return:

<xsd:ComplexType name="name">
          <xsd:simpleContent>
                   <xsd:extension base="nameBase">
                             <xsd:annotation>
                                        
<xsd:documentation>Description</xsd:documentation>
                             </xsd:annotation>
                             <xsd:attribute name="nameAttribute" 
use="required".../>
                   </xsd:extension>
          </xsd:simpleContent>
</xsd:ComplexType>

help me please....
Thanks

Andrea
-- 
View this message in context: 
http://www.nabble.com/How-add-simpleContent-whit-annotation--tf4821032.html#a13792548
Sent from the Castor - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to