- <?xml version="1.0" encoding="utf-8"?>
- <Schema Namespace="user1Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
- <EntityType Name="Service">
- <Key>
- <PropertyRef Name="Code" />
- <PropertyRef Name="Service1" />
- <PropertyRef Name="Price" />
- </Key>
- <Property Name="Code" Type="Int32" Nullable="false" />
- <Property Name="Service1" Type="String" MaxLength="100" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Price" Type="Double" Nullable="false" />
- </EntityType>
- <EntityContainer Name="user1Entities" annotation:LazyLoadingEnabled="true">
- <EntitySet Name="Service" EntityType="Self.Service" />
- </EntityContainer>
- </Schema>
|