<s>
CodeSynthesis	B-Language
XSD	I-Language
is	O
an	O
XML	B-Language
Data	I-Language
Binding	I-Language
compiler	O
for	O
C++	B-Language
developed	O
by	O
Code	B-Application
Synthesis	I-Application
and	O
dual-licensed	B-License
under	O
the	O
GNU	B-License
GPL	I-License
and	O
a	O
proprietary	O
license	O
.	O
</s>
<s>
Given	O
an	O
XML	B-Protocol
instance	O
specification	O
(	O
XML	B-Protocol
Schema	O
)	O
,	O
it	O
generates	O
C++	B-Language
classes	O
that	O
represent	O
the	O
given	O
vocabulary	O
as	O
well	O
as	O
parsing	O
and	O
serialization	O
code	O
.	O
</s>
<s>
It	O
is	O
supported	O
on	O
a	O
large	O
number	O
of	O
platforms	O
,	O
including	O
AIX	B-Application
,	O
Linux	B-Application
,	O
HP-UX	B-Application
,	O
OS	B-Operating_System
X	I-Operating_System
,	O
Solaris	B-Application
,	O
Windows	B-Application
,	O
OpenVMS	B-Operating_System
,	O
and	O
z/OS	B-Application
.	O
</s>
<s>
Supported	O
C++	B-Language
compilers	O
include	O
GNU	B-Application
G++	I-Application
,	O
Intel	B-Language
C++	I-Language
,	O
HP	O
aCC	O
,	O
Solaris	B-Application
Studio	I-Application
C++	I-Application
,	O
IBM	B-Language
XL	I-Language
C++	I-Language
,	O
and	O
Microsoft	B-Application
Visual	I-Application
C++	I-Application
.	O
</s>
<s>
A	O
version	O
for	O
mobile	O
and	O
embedded	O
systems	O
,	O
called	O
CodeSynthesis	B-Language
XSD/e	I-Language
,	O
is	O
also	O
available	O
.	O
</s>
<s>
One	O
of	O
the	O
unique	O
features	O
of	O
CodeSynthesis	B-Language
XSD	I-Language
is	O
its	O
support	O
for	O
two	O
different	O
XML	B-Protocol
Schema	O
to	O
C++	B-Language
mappings	O
:	O
in-memory	O
C++	B-Language
/Tree	O
and	O
stream-oriented	O
C++	B-Language
/Parser	O
.	O
</s>
<s>
The	O
C++	B-Language
/Tree	O
mapping	O
is	O
a	O
traditional	O
mapping	O
with	O
a	O
tree-like	O
,	O
in-memory	O
data	O
structure	O
.	O
</s>
<s>
C++	B-Language
/Parser	O
is	O
a	O
new	O
,	O
SAX-like	O
mapping	O
which	O
represents	O
the	O
information	O
stored	O
in	O
XML	B-Protocol
instance	O
documents	O
as	O
a	O
hierarchy	O
of	O
vocabulary-specific	O
parsing	O
events	O
.	O
</s>
<s>
In	O
comparison	O
to	O
C++	B-Language
/Tree	O
,	O
the	O
C++	B-Language
/Parser	O
mapping	O
allows	O
one	O
to	O
handle	O
large	O
XML	B-Protocol
documents	I-Protocol
that	O
would	O
not	O
fit	O
in	O
memory	O
,	O
perform	O
stream-oriented	O
processing	O
,	O
or	O
use	O
an	O
existing	O
in-memory	O
representation	O
.	O
</s>
<s>
CodeSynthesis	B-Language
XSD	I-Language
itself	O
is	O
written	O
in	O
C++	B-Language
.	O
</s>
