Next in thread →
Next in month →
Re: FW: [xml-dev] Basic XSD question
> Thanks for your reply. How would the xsd to look like if I want to have > to have a document > - that contains elements in no specific order > - where some elements must be present and always have values of a > specific type In additon to xs:all, if each element could repeat unlimited number of times then a repeated choice with maxOccurs="unbounded" would work. Also, note that in the first example you posted you had "maxOccur" not "maxOccurs"-- this might have caused part of your validation problem. Cheers, Jeff Rafter
Next in thread →
Next in month →