Hi Arnaud --

I am a little puzzled by this definition --

<xsd:complexType name="classType">
    <xsd:annotation><xsd:documentation>
        This type represents a Java class.  
    </xsd:documentation></xsd:annotation>
    <xsd:sequence>
      <xsd:element name="implements" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
      <xsd:element name="extends" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string"/>
    <xsd:attribute name="final" type="xsd:boolean"/>
    <xsd:attribute name="abstract" type="xsd:boolean"/>
</xsd:complexType>

It looks like it is saying that the generated class can extend more than 1
Java class. I am very curious on how you plan on doing this?

>-----Original Message-----
>From: Arnaud Blandin [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 19, 2002 12:31 AM
>To: [EMAIL PROTECTED]
>Subject: [castor-dev] Binding file schema unveil
>
>
>For those interested in the binding file for the Source Generator, you
>can find more information (especially the schema used) on our bugzilla:
>
>http://bugzilla.exolab.org/show_bug.cgi?id=882
>
>
>Arnaud
>
>----------------------------------------------------------- 
>If you wish to unsubscribe from this mailing, send mail to
>[EMAIL PROTECTED] with a subject of:
>       unsubscribe castor-dev
>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to