Werner, Thanks, But the earlier posts gave me some insight and examples of others binding files. It didn't help me when I didn't have the schemas or portions of schemas to compare it to. I was hoping for a fresh set of responses. Jason
-----Original Message----- From: Werner Guttmann [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 10:48 AM To: [email protected] Subject: RE: [castor-user] Binding files.... again Jason, you could always look at the mailing list archives at http://archive.castor.codehaus.org to get an idea what has been sent historically. Regards Werner ________________________________ From: Green, Jason M. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 4:11 PM To: [email protected] Subject: [castor-user] Binding files.... again Hey everyone I know that some people had replied to my earlier posts dealing with binding files but I have since lost them.... Anyway, maybe someone can help me. If I had multiple mentions of the type signature in a schema such as this: <xs:element name="defensiveTask"> <xs:complexType> <xs:sequence> <xs:element name="properties" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="validation" minOccurs="0"> <xs:complexType> <xs:sequence minOccurs="0"> <xs:element name="signature" type="SignatureType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:complexType name="ApprovalType"> <xs:annotation> <xs:documentation>Complex Type containing document approval details</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="approvalState" type="ApprovalStateEnum"/> <xs:element name="signature" type="SignatureType"/> </xs:sequence> </xs:complexType> I get an error when I try to run the source generator I get this error: Warning: A class name generation conflict has occured between element 'complexType:ApprovalType/signature' and element ' /defensiveTask/properties/validation/signature'. Please use a Binding file to solve this problem.Continue anyway? What would be the binding file to fix that?? I'm sure that I would have many more conflicts, but I would use this to serve as the template. I appreciate any help. Jason Green ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] ------------------------------------------------- ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

