initial commit
This commit is contained in:
13
readme.md
Normal file
13
readme.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user