BarTest/Bar_Five/BarBaseSQL.edmx

558 lines
30 KiB
Plaintext
Raw Normal View History

2025-04-17 14:49:24 +03:00
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Runtime content -->
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<Schema Namespace="Хранилище FiveBarSQLModel" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
<EntityType Name="Assort_tovar">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name" Type="nvarchar(max)" />
<Property Name="Price" Type="decimal" Precision="18" Scale="0" />
<Property Name="Yslov_postav" Type="nvarchar(max)" />
<Property Name="Yslov_pay" Type="nvarchar(max)" />
<Property Name="Sklad" Type="int" />
<Property Name="Nalicie" Type="int" />
</EntityType>
<EntityType Name="Postovshiki">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name" Type="nvarchar(max)" />
<Property Name="Posht_index" Type="decimal" Precision="18" Scale="0" />
<Property Name="Phone" Type="nvarchar(max)" />
<Property Name="Faks" Type="nvarchar" MaxLength="50" />
<Property Name="E_mail" Type="nvarchar(max)" />
<Property Name="Banks_recvethits" Type="int" />
<Property Name="Assort_tovar" Type="int" />
</EntityType>
<EntityType Name="Price_list">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name_Tovar" Type="nvarchar(max)" />
<Property Name="Kol_vo" Type="decimal" Precision="18" Scale="0" />
<Property Name="Price" Type="decimal" Precision="18" Scale="0" />
</EntityType>
<EntityType Name="Recept">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name" Type="nvarchar(max)" />
<Property Name="Kol_vo" Type="decimal" Precision="18" Scale="0" />
<Property Name="Ed_mer" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="Rekvezits">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name_Bank" Type="nvarchar(max)" />
<Property Name="Gorod" Type="nvarchar(max)" />
<Property Name="Inn" Type="decimal" Precision="18" Scale="0" />
<Property Name="Pay_Shet" Type="nvarchar(max)" />
</EntityType>
<EntityType Name="Sotrudnik">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="FIO" Type="nvarchar(max)" />
<Property Name="Adres" Type="nvarchar(max)" />
<Property Name="Data_birday" Type="date" />
<Property Name="Status" Type="nvarchar" MaxLength="50" />
<Property Name="Pay_chek" Type="decimal" Precision="18" Scale="0" />
<Property Name="Chek_Status" Type="int" />
</EntityType>
<EntityType Name="Spravka">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name_tovar" Type="nvarchar(max)" />
<Property Name="sklad" Type="decimal" Precision="18" Scale="0" />
<Property Name="Kol_vo" Type="decimal" Precision="18" Scale="0" />
</EntityType>
<EntityType Name="Svedinia">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Status" Type="nvarchar(max)" />
<Property Name="Prichina" Type="nvarchar(max)" />
<Property Name="Number" Type="decimal" Precision="18" Scale="0" />
<Property Name="Data_prikaz" Type="date" />
</EntityType>
<EntityType Name="sysdiagrams">
<Key>
<PropertyRef Name="diagram_id" />
</Key>
<Property Name="name" Type="nvarchar" MaxLength="128" Nullable="false" />
<Property Name="principal_id" Type="int" Nullable="false" />
<Property Name="diagram_id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="version" Type="int" />
<Property Name="definition" Type="varbinary(max)" />
</EntityType>
<EntityType Name="Zakuski">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" />
<Property Name="Name_Cocteil" Type="nvarchar(max)" />
<Property Name="Crep" Type="decimal" Precision="18" Scale="0" />
<Property Name="Razmer_Part" Type="nvarchar" MaxLength="50" />
<Property Name="Recept" Type="int" />
</EntityType>
<Association Name="FK_Assort_tovar_Price_list">
<End Role="Price_list" Type="Self.Price_list" Multiplicity="0..1" />
<End Role="Assort_tovar" Type="Self.Assort_tovar" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Price_list">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Assort_tovar">
<PropertyRef Name="Sklad" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Assort_tovar_Spravka">
<End Role="Spravka" Type="Self.Spravka" Multiplicity="0..1" />
<End Role="Assort_tovar" Type="Self.Assort_tovar" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Spravka">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Assort_tovar">
<PropertyRef Name="Nalicie" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Postovshiki_Rekvezits">
<End Role="Rekvezits" Type="Self.Rekvezits" Multiplicity="0..1" />
<End Role="Postovshiki" Type="Self.Postovshiki" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Rekvezits">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Postovshiki">
<PropertyRef Name="Banks_recvethits" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Sotrudnik_Svedinia">
<End Role="Svedinia" Type="Self.Svedinia" Multiplicity="0..1" />
<End Role="Sotrudnik" Type="Self.Sotrudnik" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Svedinia">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Sotrudnik">
<PropertyRef Name="Chek_Status" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Zakuski_Recept">
<End Role="Recept" Type="Self.Recept" Multiplicity="0..1" />
<End Role="Zakuski" Type="Self.Zakuski" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Recept">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Zakuski">
<PropertyRef Name="Recept" />
</Dependent>
</ReferentialConstraint>
</Association>
<EntityContainer Name="Хранилище FiveBarSQLModelContainer">
<EntitySet Name="Assort_tovar" EntityType="Self.Assort_tovar" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Postovshiki" EntityType="Self.Postovshiki" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Price_list" EntityType="Self.Price_list" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Recept" EntityType="Self.Recept" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Rekvezits" EntityType="Self.Rekvezits" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Sotrudnik" EntityType="Self.Sotrudnik" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Spravka" EntityType="Self.Spravka" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Svedinia" EntityType="Self.Svedinia" Schema="dbo" store:Type="Tables" />
<EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Zakuski" EntityType="Self.Zakuski" Schema="dbo" store:Type="Tables" />
<AssociationSet Name="FK_Assort_tovar_Price_list" Association="Self.FK_Assort_tovar_Price_list">
<End Role="Price_list" EntitySet="Price_list" />
<End Role="Assort_tovar" EntitySet="Assort_tovar" />
</AssociationSet>
<AssociationSet Name="FK_Assort_tovar_Spravka" Association="Self.FK_Assort_tovar_Spravka">
<End Role="Spravka" EntitySet="Spravka" />
<End Role="Assort_tovar" EntitySet="Assort_tovar" />
</AssociationSet>
<AssociationSet Name="FK_Postovshiki_Rekvezits" Association="Self.FK_Postovshiki_Rekvezits">
<End Role="Rekvezits" EntitySet="Rekvezits" />
<End Role="Postovshiki" EntitySet="Postovshiki" />
</AssociationSet>
<AssociationSet Name="FK_Sotrudnik_Svedinia" Association="Self.FK_Sotrudnik_Svedinia">
<End Role="Svedinia" EntitySet="Svedinia" />
<End Role="Sotrudnik" EntitySet="Sotrudnik" />
</AssociationSet>
<AssociationSet Name="FK_Zakuski_Recept" Association="Self.FK_Zakuski_Recept">
<End Role="Recept" EntitySet="Recept" />
<End Role="Zakuski" EntitySet="Zakuski" />
</AssociationSet>
</EntityContainer>
</Schema>
</edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="FiveBarSQLModel" 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="Assort_tovar">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Price" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Yslov_postav" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Yslov_pay" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Sklad" Type="Int32" />
<Property Name="Nalicie" Type="Int32" />
<NavigationProperty Name="Price_list" Relationship="Self.FK_Assort_tovar_Price_list" FromRole="Assort_tovar" ToRole="Price_list" />
<NavigationProperty Name="Spravka" Relationship="Self.FK_Assort_tovar_Spravka" FromRole="Assort_tovar" ToRole="Spravka" />
</EntityType>
<EntityType Name="Postovshiki">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Posht_index" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Faks" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="E_mail" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Banks_recvethits" Type="Int32" />
<Property Name="Assort_tovar" Type="Int32" />
<NavigationProperty Name="Rekvezits" Relationship="Self.FK_Postovshiki_Rekvezits" FromRole="Postovshiki" ToRole="Rekvezits" />
</EntityType>
<EntityType Name="Price_list">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name_Tovar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Kol_vo" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Price" Type="Decimal" Precision="18" Scale="0" />
<NavigationProperty Name="Assort_tovar" Relationship="Self.FK_Assort_tovar_Price_list" FromRole="Price_list" ToRole="Assort_tovar" />
</EntityType>
<EntityType Name="Recept">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Kol_vo" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Ed_mer" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<NavigationProperty Name="Zakuski" Relationship="Self.FK_Zakuski_Recept" FromRole="Recept" ToRole="Zakuski" />
</EntityType>
<EntityType Name="Rekvezits">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name_Bank" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Gorod" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Inn" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Pay_Shet" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<NavigationProperty Name="Postovshiki" Relationship="Self.FK_Postovshiki_Rekvezits" FromRole="Rekvezits" ToRole="Postovshiki" />
</EntityType>
<EntityType Name="Sotrudnik">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="FIO" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Adres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Data_birday" Type="DateTime" Precision="0" />
<Property Name="Status" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Pay_chek" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Chek_Status" Type="Int32" />
<NavigationProperty Name="Svedinia" Relationship="Self.FK_Sotrudnik_Svedinia" FromRole="Sotrudnik" ToRole="Svedinia" />
</EntityType>
<EntityType Name="Spravka">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name_tovar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="sklad" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Kol_vo" Type="Decimal" Precision="18" Scale="0" />
<NavigationProperty Name="Assort_tovar" Relationship="Self.FK_Assort_tovar_Spravka" FromRole="Spravka" ToRole="Assort_tovar" />
</EntityType>
<EntityType Name="Svedinia">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Status" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Prichina" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Number" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Data_prikaz" Type="DateTime" Precision="0" />
<NavigationProperty Name="Sotrudnik" Relationship="Self.FK_Sotrudnik_Svedinia" FromRole="Svedinia" ToRole="Sotrudnik" />
</EntityType>
<EntityType Name="sysdiagrams">
<Key>
<PropertyRef Name="diagram_id" />
</Key>
<Property Name="name" Type="String" MaxLength="128" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="principal_id" Type="Int32" Nullable="false" />
<Property Name="diagram_id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="version" Type="Int32" />
<Property Name="definition" Type="Binary" MaxLength="Max" FixedLength="false" />
</EntityType>
<EntityType Name="Zakuski">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" />
<Property Name="Name_Cocteil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Crep" Type="Decimal" Precision="18" Scale="0" />
<Property Name="Razmer_Part" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Recept" Type="Int32" />
<NavigationProperty Name="Recept1" Relationship="Self.FK_Zakuski_Recept" FromRole="Zakuski" ToRole="Recept" />
</EntityType>
<Association Name="FK_Assort_tovar_Price_list">
<End Role="Price_list" Type="Self.Price_list" Multiplicity="0..1" />
<End Role="Assort_tovar" Type="Self.Assort_tovar" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Price_list">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Assort_tovar">
<PropertyRef Name="Sklad" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Assort_tovar_Spravka">
<End Role="Spravka" Type="Self.Spravka" Multiplicity="0..1" />
<End Role="Assort_tovar" Type="Self.Assort_tovar" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Spravka">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Assort_tovar">
<PropertyRef Name="Nalicie" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Postovshiki_Rekvezits">
<End Role="Rekvezits" Type="Self.Rekvezits" Multiplicity="0..1" />
<End Role="Postovshiki" Type="Self.Postovshiki" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Rekvezits">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Postovshiki">
<PropertyRef Name="Banks_recvethits" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Zakuski_Recept">
<End Role="Recept" Type="Self.Recept" Multiplicity="0..1" />
<End Role="Zakuski" Type="Self.Zakuski" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Recept">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Zakuski">
<PropertyRef Name="Recept" />
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="FK_Sotrudnik_Svedinia">
<End Role="Svedinia" Type="Self.Svedinia" Multiplicity="0..1" />
<End Role="Sotrudnik" Type="Self.Sotrudnik" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="Svedinia">
<PropertyRef Name="ID" />
</Principal>
<Dependent Role="Sotrudnik">
<PropertyRef Name="Chek_Status" />
</Dependent>
</ReferentialConstraint>
</Association>
<EntityContainer Name="FiveBarSQLEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="Assort_tovar" EntityType="Self.Assort_tovar" />
<EntitySet Name="Postovshiki" EntityType="Self.Postovshiki" />
<EntitySet Name="Price_list" EntityType="Self.Price_list" />
<EntitySet Name="Recept" EntityType="Self.Recept" />
<EntitySet Name="Rekvezits" EntityType="Self.Rekvezits" />
<EntitySet Name="Sotrudnik" EntityType="Self.Sotrudnik" />
<EntitySet Name="Spravka" EntityType="Self.Spravka" />
<EntitySet Name="Svedinia" EntityType="Self.Svedinia" />
<EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
<EntitySet Name="Zakuski" EntityType="Self.Zakuski" />
<AssociationSet Name="FK_Assort_tovar_Price_list" Association="Self.FK_Assort_tovar_Price_list">
<End Role="Price_list" EntitySet="Price_list" />
<End Role="Assort_tovar" EntitySet="Assort_tovar" />
</AssociationSet>
<AssociationSet Name="FK_Assort_tovar_Spravka" Association="Self.FK_Assort_tovar_Spravka">
<End Role="Spravka" EntitySet="Spravka" />
<End Role="Assort_tovar" EntitySet="Assort_tovar" />
</AssociationSet>
<AssociationSet Name="FK_Postovshiki_Rekvezits" Association="Self.FK_Postovshiki_Rekvezits">
<End Role="Rekvezits" EntitySet="Rekvezits" />
<End Role="Postovshiki" EntitySet="Postovshiki" />
</AssociationSet>
<AssociationSet Name="FK_Zakuski_Recept" Association="Self.FK_Zakuski_Recept">
<End Role="Recept" EntitySet="Recept" />
<End Role="Zakuski" EntitySet="Zakuski" />
</AssociationSet>
<AssociationSet Name="FK_Sotrudnik_Svedinia" Association="Self.FK_Sotrudnik_Svedinia">
<End Role="Svedinia" EntitySet="Svedinia" />
<End Role="Sotrudnik" EntitySet="Sotrudnik" />
</AssociationSet>
</EntityContainer>
</Schema>
</edmx:ConceptualModels>
<!-- C-S mapping content -->
<edmx:Mappings>
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
<EntityContainerMapping StorageEntityContainer="Хранилище FiveBarSQLModelContainer" CdmEntityContainer="FiveBarSQLEntities">
<EntitySetMapping Name="Assort_tovar">
<EntityTypeMapping TypeName="FiveBarSQLModel.Assort_tovar">
<MappingFragment StoreEntitySet="Assort_tovar">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="Price" ColumnName="Price" />
<ScalarProperty Name="Yslov_postav" ColumnName="Yslov_postav" />
<ScalarProperty Name="Yslov_pay" ColumnName="Yslov_pay" />
<ScalarProperty Name="Sklad" ColumnName="Sklad" />
<ScalarProperty Name="Nalicie" ColumnName="Nalicie" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Postovshiki">
<EntityTypeMapping TypeName="FiveBarSQLModel.Postovshiki">
<MappingFragment StoreEntitySet="Postovshiki">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="Posht_index" ColumnName="Posht_index" />
<ScalarProperty Name="Phone" ColumnName="Phone" />
<ScalarProperty Name="Faks" ColumnName="Faks" />
<ScalarProperty Name="E_mail" ColumnName="E_mail" />
<ScalarProperty Name="Banks_recvethits" ColumnName="Banks_recvethits" />
<ScalarProperty Name="Assort_tovar" ColumnName="Assort_tovar" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Price_list">
<EntityTypeMapping TypeName="FiveBarSQLModel.Price_list">
<MappingFragment StoreEntitySet="Price_list">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name_Tovar" ColumnName="Name_Tovar" />
<ScalarProperty Name="Kol_vo" ColumnName="Kol_vo" />
<ScalarProperty Name="Price" ColumnName="Price" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Recept">
<EntityTypeMapping TypeName="FiveBarSQLModel.Recept">
<MappingFragment StoreEntitySet="Recept">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="Kol_vo" ColumnName="Kol_vo" />
<ScalarProperty Name="Ed_mer" ColumnName="Ed_mer" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Rekvezits">
<EntityTypeMapping TypeName="FiveBarSQLModel.Rekvezits">
<MappingFragment StoreEntitySet="Rekvezits">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name_Bank" ColumnName="Name_Bank" />
<ScalarProperty Name="Gorod" ColumnName="Gorod" />
<ScalarProperty Name="Inn" ColumnName="Inn" />
<ScalarProperty Name="Pay_Shet" ColumnName="Pay_Shet" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Sotrudnik">
<EntityTypeMapping TypeName="FiveBarSQLModel.Sotrudnik">
<MappingFragment StoreEntitySet="Sotrudnik">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="FIO" ColumnName="FIO" />
<ScalarProperty Name="Adres" ColumnName="Adres" />
<ScalarProperty Name="Data_birday" ColumnName="Data_birday" />
<ScalarProperty Name="Status" ColumnName="Status" />
<ScalarProperty Name="Pay_chek" ColumnName="Pay_chek" />
<ScalarProperty Name="Chek_Status" ColumnName="Chek_Status" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Spravka">
<EntityTypeMapping TypeName="FiveBarSQLModel.Spravka">
<MappingFragment StoreEntitySet="Spravka">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name_tovar" ColumnName="Name_tovar" />
<ScalarProperty Name="sklad" ColumnName="sklad" />
<ScalarProperty Name="Kol_vo" ColumnName="Kol_vo" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Svedinia">
<EntityTypeMapping TypeName="FiveBarSQLModel.Svedinia">
<MappingFragment StoreEntitySet="Svedinia">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Status" ColumnName="Status" />
<ScalarProperty Name="Prichina" ColumnName="Prichina" />
<ScalarProperty Name="Number" ColumnName="Number" />
<ScalarProperty Name="Data_prikaz" ColumnName="Data_prikaz" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="sysdiagrams">
<EntityTypeMapping TypeName="FiveBarSQLModel.sysdiagrams">
<MappingFragment StoreEntitySet="sysdiagrams">
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="principal_id" ColumnName="principal_id" />
<ScalarProperty Name="diagram_id" ColumnName="diagram_id" />
<ScalarProperty Name="version" ColumnName="version" />
<ScalarProperty Name="definition" ColumnName="definition" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Zakuski">
<EntityTypeMapping TypeName="FiveBarSQLModel.Zakuski">
<MappingFragment StoreEntitySet="Zakuski">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Name_Cocteil" ColumnName="Name_Cocteil" />
<ScalarProperty Name="Crep" ColumnName="Crep" />
<ScalarProperty Name="Razmer_Part" ColumnName="Razmer_Part" />
<ScalarProperty Name="Recept" ColumnName="Recept" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
</EntityContainerMapping>
</Mapping>
</edmx:Mappings>
</edmx:Runtime>
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<Connection>
<DesignerInfoPropertySet>
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
</DesignerInfoPropertySet>
</Connection>
<Options>
<DesignerInfoPropertySet>
<DesignerProperty Name="ValidateOnBuild" Value="true" />
<DesignerProperty Name="EnablePluralization" Value="false" />
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
<DesignerProperty Name="UseLegacyProvider" Value="false" />
<DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
</DesignerInfoPropertySet>
</Options>
<!-- Diagram content (shape and connector positions) -->
<Diagrams></Diagrams>
</Designer>
</edmx:Edmx>