xref: /aosp_15_r20/external/apache-xml/test/tests/contrib-gold/xsltc/schemasoft/XMLSchema2cplusplus.out (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1
2typedef int integer;
3
4class genericMessage
5{
6
7};
8
9class genericField
10{
11
12};
13
14class InstrumentType : public genericField
15{
16  string content;
17
18};
19
20class CounterParty : public genericField
21{
22  string content;
23
24};
25
26class enquiry : public genericMessage
27{
28  bm:InstrumentType InstrumentType ;
29bm:CounterParty CounterParty ;
30
31};
32
33  no_type_specified
34  bizmess ;
35