summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/parser/library/library.map
blob: 4bca410b530dd4b670ab4970fdcf42c2b79264a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : cxx/parser/library/library.map
# copyright : not copyrighted - public domain

namespace http://www.codesynthesis.com/library ::library
{
  include "library.hxx";

  isbn    isbn isbn;
  title   title;
  genre   genre genre;
  person  person;
  author  author;
  book    book;
  catalog catalog;
}