summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/parser/multiroot/protocol.map
blob: 90536ea9f589e4e948d9245322b6b2cf320a669a (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : cxx/parser/multiroot/protocol.map
# copyright : not copyrighted - public domain

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

  request request*;
  balance balance*;
  withdraw withdraw*;
}