Schemas/X3D

From Code Synthesis Wiki

< SchemasRevision as of 09:28, 26 January 2007; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

This page contains information on using the X3D schemas with XSD.

The "Issue with includes" thread on the xsd-users mailing list has some useful information on using these schemas to generate the C++/Tree mapping.

The following options are recommended to compile the X3D schemas:

--morph-anonymous --root-element X3D

If your C++ compiler runs out of memory while compiling the generated x3d-3.0.cxx, then you can overcome this by splitting x3d-3.0.cxx into several parts with the --parts option, e.g.,

--parts 3

and compiling each part separately.

Personal tools