Use the Export OData Model wizard to export an OData model file, *.odata, from a project in the OData Model Editor, to an XML file. Later, you can use the exported file in another tool to quickly implement an OData service from the model.
The export feature allows you to specify the supported XML format based on the version of the OData Common Schema Definition Language (CSDL) you want. The exported file can be in one of the following versions of CSDL:
Select this option if you want the exported file to be saved in version two of OData CSDL.
In addition, the framework enables you to create and implement your own custom export functionality to save the exported file to your custom file formats.
To export the OData model file, proceed as follows: