2024-06-03 14:39:29 +02:00
2024-06-03 14:39:29 +02:00
2024-06-03 14:18:40 +02:00
2024-06-03 14:18:40 +02:00
2024-06-03 14:18:40 +02:00

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.
Description
No description provided
Readme 64 KiB