<?xml version="1.0" encoding="UTF-8"?>
<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>