odata-v4-server
Version:
OData V4 Server
16 lines • 690 B
text/xml
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SchemJsonTest">
<EntityType Name="Index">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityContainer Name="SchemJsonTestContext">
<EntitySet Name="SchemJsonTest" EntityType="SchemJsonTest.Index" />
</EntityContainer>
</Schema>
</edmx:DataServices>
</edmx:Edmx>