... namespace="##targetnamespace" processcontents="skip" maxoccurs="unbounded"/> </sequence> </complextype> </schema> my interpretation of the specification suggests that this schema violates the unique particle attribution constraint ... http://xsd.stylusstudio.com/2008Jun/post08003.htm |
XML Schema developer are very well aware of UPA (Unique Particle Attribution) rule violation and a lot of times might have faced this requirement to set it off. Here I will try to put it in simple words to set UPA violation off. ... http://jaibeermalik.wordpress.com/2008/06/06/how-to-set-unique-particle-rule-violation-off/ |
Hello, sorry for double message boris, I pressed reply instead of reply to all Am I wrong in thinking that <apple/> validated by element <apple/> validated by any <apple/> validated by element is impossible with your current schema ... http://xsd.stylusstudio.com/2008Jun/post09003.htm |
ELEMENT el(a*|b|c|(b,c))> The schema generated gives the following error when I try to run through JAXB1.0 [ERROR] cos-nonambig: '':b and '':c (or elements from their substitution group) violate 'Unique Particle Attribution'. ... http://www.stylusstudio.com/ssdn/default.asp?boardid=1&action=9&read=7795&fid=23#24560 |
XMLの妥当性検査するとこんなエラーがでます。 >エラー: cos-nonambig: userId and WC[""] (or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created ... http://www25.atwiki.jp/dotcom/pages/349.html |
no further links for unique particle attribution
|
|