On 6/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > But > it appears that I am getting this errors because the string > "<xsd:attributeGroup name="SuperTypeMetadata"/>" > appears in more than one file.
Indeed, this is what the error message indicates. You've got to move these common parts into a separate file and import or include these. Note, that any schema validator (Xerces, for example) should expose this as a problem and bark about it. Jochen -- What are the first steps on the moon, compared to your child's? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
