123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- <?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="Хранилище nabievBDModel" Provider="System.Data.SqlClient" ProviderManifestToken="2008" 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="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>
- <!--Ошибки, обнаруженные при создании:
- предупреждение 6002: В таблице или представлении "KrymkovBD.dbo.Users" не определен первичный ключ. Ключ был выведен, а определение таблицы или представления было создано в режиме только для чтения.-->
- <EntityType Name="Users">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Login" Type="varchar(max)" />
- <Property Name="Password" Type="varchar(max)" />
- <Property Name="Fam" Type="varchar(max)" />
- <Property Name="Role" Type="varchar(max)" />
- </EntityType>
- <EntityType Name="Список вакансий">
- <Key>
- <PropertyRef Name="Код вакансии" />
- </Key>
- <Property Name="Код сферы" Type="numeric" Precision="18" Scale="0" Nullable="false" />
- <Property Name="Должность" Type="varchar(max)" Nullable="false" />
- <Property Name="Оклад" Type="varchar(max)" Nullable="false" />
- <Property Name="Требовния к соискателю" Type="varchar(max)" Nullable="false" />
- <Property Name="Работодатель" Type="varchar(max)" Nullable="false" />
- <Property Name="Контактный номер" Type="varchar(max)" Nullable="false" />
- <Property Name="Код вакансии" Type="numeric" Precision="18" Scale="0" Nullable="false" />
- </EntityType>
- <EntityType Name="Сфера деятельности">
- <Key>
- <PropertyRef Name="Код сферы" />
- </Key>
- <Property Name="Код сферы" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Сфера деятельности" Type="varchar(max)" Nullable="false" />
- </EntityType>
- <Association Name="FK_Список вакансий_Сфера деятельности">
- <End Role="Сфера деятельности" Type="Self.Сфера деятельности" Multiplicity="1" />
- <End Role="Список вакансий" Type="Self.Список вакансий" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Сфера деятельности">
- <PropertyRef Name="Код сферы" />
- </Principal>
- <Dependent Role="Список вакансий">
- <PropertyRef Name="Код сферы" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Function Name="fn_diagramobjects" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="true" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" ReturnType="int" />
- <Function Name="sp_alterdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_creatediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_dropdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagramdefinition" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_renamediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="new_diagramname" Type="nvarchar" Mode="In" />
- </Function>
- <Function Name="sp_upgraddiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <EntityContainer Name="Хранилище nabievBDModelContainer">
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Список вакансий" EntityType="Self.Список вакансий" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Сфера деятельности" EntityType="Self.Сфера деятельности" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Users" EntityType="Self.Users" store:Type="Tables" store:Schema="dbo">
- <DefiningQuery>SELECT
- [Users].[ID] AS [ID],
- [Users].[Login] AS [Login],
- [Users].[Password] AS [Password],
- [Users].[Fam] AS [Fam],
- [Users].[Role] AS [Role]
- FROM [dbo].[Users] AS [Users]</DefiningQuery>
- </EntitySet>
- <AssociationSet Name="FK_Список вакансий_Сфера деятельности" Association="Self.FK_Список вакансий_Сфера деятельности">
- <End Role="Сфера деятельности" EntitySet="Сфера деятельности" />
- <End Role="Список вакансий" EntitySet="Список вакансий" />
- </AssociationSet>
- </EntityContainer>
- </Schema>
- </edmx:StorageModels>
- <!-- CSDL content -->
- <edmx:ConceptualModels>
- <Schema Namespace="nabievBDModel" 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="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="Список_вакансий">
- <Key>
- <PropertyRef Name="Код_вакансии" />
- </Key>
- <Property Name="Код_сферы" Type="Decimal" Precision="18" Scale="0" Nullable="false" />
- <Property Name="Должность" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Оклад" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Требовния_к_соискателю" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Работодатель" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Контактный_номер" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <Property Name="Код_вакансии" Type="Decimal" Precision="18" Scale="0" Nullable="false" />
- <NavigationProperty Name="Сфера_деятельности" Relationship="Self.FK_Список_вакансий_Сфера_деятельности" FromRole="Список_вакансий" ToRole="Сфера_деятельности" />
- </EntityType>
- <EntityType Name="Сфера_деятельности">
- <Key>
- <PropertyRef Name="Код_сферы" />
- </Key>
- <Property Name="Код_сферы" Type="Decimal" Precision="18" Scale="0" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
- <Property Name="Сфера_деятельности1" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" Nullable="false" />
- <NavigationProperty Name="Список_вакансий" Relationship="Self.FK_Список_вакансий_Сфера_деятельности" FromRole="Сфера_деятельности" ToRole="Список_вакансий" />
- </EntityType>
- <EntityType Name="Users">
- <Key>
- <PropertyRef Name="ID" />
- </Key>
- <Property Name="ID" Type="Decimal" Precision="18" Scale="0" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
- <Property Name="Login" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
- <Property Name="Password" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
- <Property Name="Fam" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
- <Property Name="Role" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
- </EntityType>
- <Association Name="FK_Список_вакансий_Сфера_деятельности">
- <End Role="Сфера_деятельности" Type="Self.Сфера_деятельности" Multiplicity="1" />
- <End Role="Список_вакансий" Type="Self.Список_вакансий" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Сфера_деятельности">
- <PropertyRef Name="Код_сферы" />
- </Principal>
- <Dependent Role="Список_вакансий">
- <PropertyRef Name="Код_сферы" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <EntityContainer Name="nabievBDEntities" annotation:LazyLoadingEnabled="true">
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
- <EntitySet Name="Список_вакансий" EntityType="Self.Список_вакансий" />
- <EntitySet Name="Сфера_деятельности" EntityType="Self.Сфера_деятельности" />
- <EntitySet Name="Users" EntityType="Self.Users" />
- <AssociationSet Name="FK_Список_вакансий_Сфера_деятельности" Association="Self.FK_Список_вакансий_Сфера_деятельности">
- <End Role="Сфера_деятельности" EntitySet="Сфера_деятельности" />
- <End Role="Список_вакансий" EntitySet="Список_вакансий" />
- </AssociationSet>
- <FunctionImport Name="sp_alterdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_creatediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_dropdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagramdefinition" ReturnType="Collection(nabievBDModel.sp_helpdiagramdefinition_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagrams" ReturnType="Collection(nabievBDModel.sp_helpdiagrams_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_renamediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="new_diagramname" Mode="In" Type="String" />
- </FunctionImport>
- <FunctionImport Name="sp_upgraddiagrams" />
- </EntityContainer>
- <ComplexType Name="sp_helpdiagramdefinition_Result">
- <Property Type="Int32" Name="version" Nullable="true" />
- <Property Type="Binary" Name="definition" Nullable="true" />
- </ComplexType>
- <ComplexType Name="sp_helpdiagrams_Result">
- <Property Type="String" Name="Database" Nullable="true" MaxLength="128" />
- <Property Type="String" Name="Name" Nullable="false" MaxLength="128" />
- <Property Type="Int32" Name="ID" Nullable="false" />
- <Property Type="String" Name="Owner" Nullable="true" MaxLength="128" />
- <Property Type="Int32" Name="OwnerID" Nullable="false" />
- </ComplexType>
- </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="Хранилище nabievBDModelContainer" CdmEntityContainer="nabievBDEntities">
- <EntitySetMapping Name="sysdiagrams">
- <EntityTypeMapping TypeName="nabievBDModel.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="Список_вакансий">
- <EntityTypeMapping TypeName="nabievBDModel.Список_вакансий">
- <MappingFragment StoreEntitySet="Список вакансий">
- <ScalarProperty Name="Код_сферы" ColumnName="Код сферы" />
- <ScalarProperty Name="Должность" ColumnName="Должность" />
- <ScalarProperty Name="Оклад" ColumnName="Оклад" />
- <ScalarProperty Name="Требовния_к_соискателю" ColumnName="Требовния к соискателю" />
- <ScalarProperty Name="Работодатель" ColumnName="Работодатель" />
- <ScalarProperty Name="Контактный_номер" ColumnName="Контактный номер" />
- <ScalarProperty Name="Код_вакансии" ColumnName="Код вакансии" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Сфера_деятельности">
- <EntityTypeMapping TypeName="nabievBDModel.Сфера_деятельности">
- <MappingFragment StoreEntitySet="Сфера деятельности">
- <ScalarProperty Name="Код_сферы" ColumnName="Код сферы" />
- <ScalarProperty Name="Сфера_деятельности1" ColumnName="Сфера деятельности" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Users">
- <EntityTypeMapping TypeName="nabievBDModel.Users">
- <MappingFragment StoreEntitySet="Users">
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="Login" ColumnName="Login" />
- <ScalarProperty Name="Password" ColumnName="Password" />
- <ScalarProperty Name="Fam" ColumnName="Fam" />
- <ScalarProperty Name="Role" ColumnName="Role" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <FunctionImportMapping FunctionImportName="sp_alterdiagram" FunctionName="Хранилище nabievBDModel.sp_alterdiagram" />
- <FunctionImportMapping FunctionImportName="sp_creatediagram" FunctionName="Хранилище nabievBDModel.sp_creatediagram" />
- <FunctionImportMapping FunctionImportName="sp_dropdiagram" FunctionName="Хранилище nabievBDModel.sp_dropdiagram" />
- <FunctionImportMapping FunctionImportName="sp_helpdiagramdefinition" FunctionName="Хранилище nabievBDModel.sp_helpdiagramdefinition">
- <ResultMapping>
- <ComplexTypeMapping TypeName="nabievBDModel.sp_helpdiagramdefinition_Result">
- <ScalarProperty Name="version" ColumnName="version" />
- <ScalarProperty Name="definition" ColumnName="definition" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_helpdiagrams" FunctionName="Хранилище nabievBDModel.sp_helpdiagrams">
- <ResultMapping>
- <ComplexTypeMapping TypeName="nabievBDModel.sp_helpdiagrams_Result">
- <ScalarProperty Name="Database" ColumnName="Database" />
- <ScalarProperty Name="Name" ColumnName="Name" />
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="Owner" ColumnName="Owner" />
- <ScalarProperty Name="OwnerID" ColumnName="OwnerID" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_renamediagram" FunctionName="Хранилище nabievBDModel.sp_renamediagram" />
- <FunctionImportMapping FunctionImportName="sp_upgraddiagrams" FunctionName="Хранилище nabievBDModel.sp_upgraddiagrams" />
- </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="true" />
- <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
- </DesignerInfoPropertySet>
- </Options>
- <!-- Diagram content (shape and connector positions) -->
- <Diagrams></Diagrams>
- </Designer>
- </edmx:Edmx>
|