Transforming XML Schemas into a logical data models

You can transform an XML schema into a logical data model. The source schema is represented in a schema file that might import, include, or redefine other schema files.

The following steps describe a typical scenario:

  1. Use an XML schema to define the structure of documents, messages, or models.
  2. Ensure that the XML schema is valid.
  3. Transform the XML schema into a logical data model.
  4. Modify and finalize the logical data model that can generate a physical data model.
Restriction: The following XML schema features are currently not supported:
  • simpleType: list, union
  • complexType: ordering of sequence, choice

Feedback