Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The Sun Multi-schema Verifier is a library that validates XML documents against several types of schemas. It is maintained by Kohsuke Kawaguchi, a Sun employee, but it does not appear to be included in Java or JAXB.

...

Code Block
<gear>PTR  </gear>

Error at line:1, column:393 of file:///C:/tmp/msv-20081113/ProductionReport_ID_58490.xml
  "PTR" does not satisfy the "integer" type

the document is NOT valid.

LR27454.xml - missing elements

Code Block

<last_delivery_for_trip></last_delivery_for_trip>...<stat_area></stat_area>

Error at line:1, column:566 of file:///C:/tmp/msv-20081113/LR27454.xml
  Content of element "last_delivery_for_trip" is incomplete

Error at line:1, column:1,452 of file:///C:/tmp/msv-20081113/LR27454.xml
  Content of element "stat_area" is incomplete

the document is NOT valid.

However, some files that have known problems, such as Pr58497.xml with extraneous spaces, validate without errors.