XMLBooster's Schema support
Schemas are a formalism to describe the structure
and content of a set of XML messages, aimed at
replacing DTDs.
Schemas are thus quite
similar to XMLBooster's own meta-definitions,
except for the fact that schemas only describe the XML
structures, not their mapping to a host data structure
as XMLBooster does.
XMLBooster includes a
Schema-to-metadefinition
translator, that can be used to build a meta-definition
from an existing schema.
This
Schema-to-metadefinition translator
does not cover the entire schema definition yet,
but as it is used to deal with more and more
production level schemas, it is improving continuously.
|