Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata first #81

Closed
JuanAller opened this issue Jun 27, 2020 · 3 comments
Closed

Metadata first #81

JuanAller opened this issue Jun 27, 2020 · 3 comments
Labels

Comments

@JuanAller
Copy link

JuanAller commented Jun 27, 2020

Is there a tool for editing metadata xml files ? I would like to define metadata document first

@ralfhandl
Copy link
Contributor

You can use your favorite XML editor and the XML schemas in https://github.com/oasis-tcs/odata-csdl-schemas/tree/master/schemas, which is a dependency of this project.

My favorite XML editor is VS Code with the Red Hat XML Plugin. I've updated this project to

  • recommend this plugin
  • set it up to find the XML schemas for EDMX in ./node_modules/odata-csdl

@JuanAller
Copy link
Author

Hi @ralfhandl , Can you explain how set it up ?

@ralfhandl
Copy link
Contributor

Hi @JuanAller,

For VS Code the steps are:

  • Install VS Code
  • Install Java 8 or higher
  • Clone this repo
  • Open it in VS Code
  • Install Red Hat XML plugin - will be proposed to you when you open the repo in VS Code, watch the bottom-right corner of the VS Code window

That's it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants