JDO-202: fixed jdo.xsd and changed property attribues, class subelements, field attribues, array attributes, order attributes, fetch-group subelements, and embedded subelements.
JDO-202: Rearranged the elements in orm.dtd to use the same order as in jdo.dtd.
- Added subelement 'property' to element 'class'.
- Changed attribute 'strategy' in the element 'version' from REQUIRED to IMPLIED.
- Fixed 'implement' subelements.
- Fixed order of subelements in elements 'inheritance'.
- Restricted the values of attribute 'primary-key' in element 'field'.
Changed orm.xsd accordingly.
JDO-202 Added test cases for .orm and .jdoquery
Removed attribute serialized from element property in orm
Removed attribute primary-key from element field in orm
Fixed typo in jdoquery.xsd
Added test cases for Chapter 15 examples