An example used in the documentation of the Tamino API for Java and in the section Advanced Concepts. It consists of three different XML schemas and corresponding document instances.
You will find the following example files in <TaminoDocRootDir>/examples/jazz:
ALBUM.tsd | TSD3 schema definition file describing a jazz album |
COLLABORATION.tsd | TSD3 schema definition file describing forms and results of collaborations between jazz musicians |
JAZZMUSICIAN.tsd | TSD3 schema definition file describing a jazz musician's profile |
dizzy.xml | Document instance conforming to the "jazzMusician" doctype and describing Dizzy Gillespie |
parker.xml | Document instance conforming to the "jazzMusician" doctype and describing Charlie Parker |
blueshouse.xml | Document instance conforming to the "album" doctype and describing the album "Blues House Jam" |
post-election-jam.xml | Document instance conforming to the "collaboration" doctype and describing a famous jam session with Dizzy Gillespie and Charles Parker |