XSD-repository-tasks:
1. Prepare XSD files for library which will fulfill following requirements:
- Separate files for Book, Person, Author, Borrow, Reader should be created
- Please use ComplexType and Elements to define entities
- Use Extensions, Groups and Restrictions, Any Type
- Place the finished files in the src/main/resources/xsd folder in your forked repository.
2. Prepare XML files for XSD files from first exercise manually.
- Use http://tools.release11.com/xml/xsd to check if your xml are correct
- Place the finished files in the src/main/resources/xml folder in your forked repository.
- Make the xsd and xml file names the same.
Description