Hello:
Yesterday I was trying to follow the examples at this link:
http://odata.github.io/WebApi/#01-02-getting-started
In section 2.2 Build Edm Model Explicitly", in "Enum type" subsection, the code example shows "EdmIntegerConstant" types to define constant values in enums, but Using OData 6.1 the example only compiled without errors only after substituting the type mentioned by "EdmEnumMemberValue".
Just in case its wrong.
Regards