You can generate a schema file from a message model.
XML schema is a standard way of describing complex message models.
You can generate an XML schema file for an individual DFDL schema file in an application or library, an individual message definition file in a message set, or for all message definition files in a message set.
A DFDL schema file is a valid XML schema file, so the generation process consists of removing the DFDL annotations from the DFDL schema. The result is a pure W3C XML Schema file.
For details about XML schema, see XML Schema Part 0: Primer
on the
World
Wide Web Consortium (W3C)
Web site.