in reply to Re^2: .XSD (schema) Validation issue
in thread .XSD (schema) Validation issue

Yes, I made sure to read the documentation very closely but it didn't seem to shed any light on this particular error

I wouldn't expect that it would. XML::Validator::Schema has terrible failure behavior. If it's trying to process a schema which is doing things it can't support it won't generally give you much help figuring out why.

I hope the following .xsd snippet will be helpful

Not particularly... I don't see any place in that snippet where a simpleType is the (direct) child of a complexType. Are you sure you've found the problem?

Here's what I need if I'm going to find and fix this bug:

In some cases I can create these myself but you haven't given me enough information to do the job.

Thanks,
-sam

Replies are listed 'Best First'.
Re^4: .XSD (schema) Validation issue
by jeyroz (Monk) on Feb 17, 2005 at 01:04 UTC

    Sam,

    I would be happy to help but I'm quite new to the XML/XSD front. Tearing that xsd file down to a manageable size without understanding the intricacies would most likely prove useless. I would be happy to send you the .xsd and sample .xml file that I have been working with. They are large but they validate in XMLSpy and are the ones causing trouble with your mod.

    Let me know.

    j
      Well, alright, but just this once. Send them to me at sam@tregar.com.

      -sam