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:
- Use an XML schema to define the structure of documents, messages,
or models.
- Ensure that the XML schema is valid.
- Transform the XML schema into a logical data model.
- 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