Changeset 846 for trunk/src/xmlpatterns/schema/qxsdparticlechecker.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/xmlpatterns/schema/qxsdparticlechecker.cpp
r561 r846 345 345 bool XsdParticleChecker::isUPAConform(const XsdParticle::Ptr &particle, const NamePool::Ptr &namePool) 346 346 { 347 348 349 350 351 352 353 354 355 356 357 358 359 347 360 /** 348 361 * The algorithm is implemented like described in http://www.ltg.ed.ac.uk/~ht/XML_Europe_2003.html#S2.2 … … 412 425 } 413 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 414 444 return true; 415 445 }
Note:
See TracChangeset
for help on using the changeset viewer.