Schemas/COLLADA
From Code Synthesis Wiki
< SchemasRevision as of 15:06, 3 September 2007; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
This page contains information on using the COLLADA schema with XSD.
The following C++/Tree mapping options are recommended to compile the COLLADA schema:
--generate-polymorphic --root-element COLLADA
If your C++ compiler runs out of memory while compiling the generated COLLADASchema_VVV.cxx
, then you can overcome this by splitting the generated source code into several parts with the --parts
option, e.g.,
--parts 3
and compiling each part separately.
The COLLADA schema triggers the XERCESC-1546 bug in Xerces-C++ 2.7.0 and earlier. If you are planning to have validation enabled when parsing COLLADA instance documents, then you will need to apply the xerces-c-2.7.0-1546.patch patch to fix this bug. Xerces-C++ 2.8.0 and later have this bug fixed.