1
+ <edmx : Edmx Version =" 1.0" xmlns : edmx =" http://schemas.microsoft.com/ado/2007/06/edmx" >
2
+ <edmx : DataServices m : DataServiceVersion =" 3.0" m : MaxDataServiceVersion =" 3.0" xmlns : m =" http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" >
3
+ <Schema Namespace =" ODataDemo" xmlns =" http://schemas.microsoft.com/ado/2009/11/edm" >
4
+ <EntityType Name =" AllTypesEntity" >
5
+ <Key >
6
+ <PropertyRef Name =" ID" />
7
+ </Key >
8
+ <Property Name =" ID" Type =" Edm.Int32" Nullable =" false" />
9
+ <Property Name =" Edm_Int32" Type =" Edm.Int32" />
10
+ <Property Name =" Edm_String" Type =" Edm.String" />
11
+ <Property Name =" Edm_Binary" Type =" Edm.Binary" />
12
+ <Property Name =" Edm_Decimal" Type =" Edm.Decimal" />
13
+ <Property Name =" Edm_Int16" Type =" Edm.Int16" />
14
+ <Property Name =" Edm_Single" Type =" Edm.Single" />
15
+ <Property Name =" Edm_Boolean" Type =" Edm.Boolean" />
16
+ <Property Name =" Edm_Double" Type =" Edm.Double" />
17
+ <Property Name =" Edm_Guid" Type =" Edm.Guid" />
18
+ <Property Name =" Edm_Byte" Type =" Edm.Byte" />
19
+ <Property Name =" Edm_Int64" Type =" Edm.Int64" />
20
+ <Property Name =" Edm_SByte" Type =" Edm.SByte" />
21
+ <Property Name =" Edm_Stream" Type =" Edm.Stream" />
22
+ <Property Name =" Edm_Geography" Type =" Edm.Geography" />
23
+ <Property Name =" Edm_GeographyPoint" Type =" Edm.GeographyPoint" />
24
+ <Property Name =" Edm_GeographyLineString" Type =" Edm.GeographyLineString" />
25
+ <Property Name =" Edm_GeographyPolygon" Type =" Edm.GeographyPolygon" />
26
+ <Property Name =" Edm_GeographyCollection" Type =" Edm.GeographyCollection" />
27
+ <Property Name =" Edm_GeographyMultiPolygon" Type =" Edm.GeographyMultiPolygon" />
28
+ <Property Name =" Edm_GeographyMultiLineString" Type =" Edm.GeographyMultiLineString" />
29
+ <Property Name =" Edm_GeographyMultiPoint" Type =" Edm.GeographyMultiPoint" />
30
+ <Property Name =" Edm_Geometry" Type =" Edm.Geometry" />
31
+ <Property Name =" Edm_GeometryPoint" Type =" Edm.GeometryPoint" />
32
+ <Property Name =" Edm_GeometryLineString" Type =" Edm.GeometryLineString" />
33
+ <Property Name =" Edm_GeometryPolygon" Type =" Edm.GeometryPolygon" />
34
+ <Property Name =" Edm_GeometryCollection" Type =" Edm.GeometryCollection" />
35
+ <Property Name =" Edm_GeometryMultiPolygon" Type =" Edm.GeometryMultiPolygon" />
36
+ <Property Name =" Edm_GeometryMultiLineString" Type =" Edm.GeometryMultiLineString" />
37
+ <Property Name =" Edm_GeometryMultiPoint" Type =" Edm.GeometryMultiPoint" />
38
+ <Property Name =" Edm_DateTimeOffset" Type =" Edm.DateTimeOffset" />
39
+ <Property Name =" Edm_DateTime" Type =" Edm.DateTime" />
40
+ <Property Name =" Edm_Time" Type =" Edm.Time" />
41
+ </EntityType >
42
+ <EntityContainer Name =" DemoService" m : IsDefaultEntityContainer =" true" >
43
+ <EntitySet Name =" AllTypesEntity" EntityType =" ODataDemo.AllTypesEntity" />
44
+ </EntityContainer >
45
+ </Schema >
46
+ </edmx : DataServices >
47
+ </edmx : Edmx >
0 commit comments