<s>
CodeSynthesis	B-Language
XSD/e	I-Language
is	O
a	O
validating	O
XML	O
parser/serializer	O
and	O
C++	B-Language
XML	B-Language
Data	I-Language
Binding	I-Language
generator	O
for	O
Mobile	O
and	O
Embedded	B-Architecture
systems	I-Architecture
.	O
</s>
<s>
It	O
is	O
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
XSD/e	O
can	O
produce	O
three	O
kinds	O
of	O
C++	B-Language
mappings	O
:	O
Embedded	O
C++	B-Language
/Parser	O
for	O
event-driven	O
XML	B-Protocol
parsing	O
,	O
Embedded	O
C++	B-Language
/Serializer	O
for	O
event-driven	O
XML	B-Protocol
serialization	O
,	O
and	O
Embedded	O
C++	B-Language
/Hybrid	O
which	O
provides	O
a	O
light-weight	O
,	O
in-memory	O
object	O
model	O
on	O
top	O
of	O
the	O
other	O
two	O
mappings	O
.	O
</s>
<s>
The	O
C++	B-Language
/Hybrid	O
mapping	O
generates	O
C++	B-Language
classes	O
for	O
types	O
defined	O
in	O
XML	B-Protocol
Schema	O
as	O
well	O
as	O
parsing	O
and	O
serialization	O
code	O
.	O
</s>
<s>
The	O
C++	B-Language
classes	O
represent	O
the	O
data	O
stored	O
in	O
XML	B-Protocol
as	O
a	O
statically-typed	O
,	O
tree-like	O
object	O
model	O
and	O
support	O
fully	O
in-memory	O
as	O
well	O
as	O
partially	O
in-memory/partially	O
event-driven	O
XML	B-Protocol
processing	O
.	O
</s>
<s>
The	O
C++	B-Language
/Parser	O
mapping	O
generates	O
validating	O
C++	B-Language
parser	O
skeletons	O
for	O
data	O
types	O
defined	O
in	O
XML	B-Protocol
Schema	O
.	O
</s>
<s>
One	O
can	O
then	O
implement	O
these	O
parser	O
skeletons	O
to	O
build	O
a	O
custom	O
in-memory	O
representation	O
or	O
perform	O
immediate	O
processing	O
as	O
parts	O
of	O
the	O
XML	B-Protocol
documents	I-Protocol
become	O
available	O
.	O
</s>
<s>
Similarly	O
,	O
the	O
Embedded	O
C++	B-Language
/Serializer	O
mapping	O
generates	O
validating	O
C++	B-Language
serializer	O
skeletons	O
for	O
types	O
defined	O
in	O
XML	B-Protocol
Schema	O
which	O
can	O
be	O
used	O
to	O
serialize	O
application	O
data	O
to	O
XML	B-Protocol
.	O
</s>
<s>
CodeSynthesis	B-Language
XSD/e	I-Language
itself	O
is	O
written	O
in	O
C++	B-Language
and	O
supports	O
a	O
number	O
of	O
embedded	O
targets	O
include	O
Embedded	O
Linux	B-Application
,	O
VxWorks	B-Operating_System
,	O
QNX	B-Operating_System
,	O
LynxOS	B-Operating_System
,	O
iPhone	B-Operating_System
OS	I-Operating_System
and	O
Windows	B-Operating_System
CE	I-Operating_System
.	O
</s>
