14 lines
668 B
Markdown
14 lines
668 B
Markdown
# XSD-repository-tasks:
|
|
|
|
## 1. Prepare XSD files for library which will fulfill following requirements:
|
|
|
|
1. Separate files for Book, Person, Author, Borrow, Reader should be created
|
|
2. Please use ComplexType and Elements to define entities
|
|
3. Use Extensions, Groups and Restrictions, Any Type
|
|
4. 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.
|
|
1. Use http://tools.release11.com/xml/xsd to check if your xml are correct
|
|
2. Place the finished files in the src/main/resources/xml folder in your forked repository.
|
|
3. Make the xsd and xml file names the same.
|