123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="utf-8"?>
- <Schema Namespace="Хранилище IS32_Shafrygin_BDModel" 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="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="Люди">
- <Key>
- <PropertyRef Name="Код" />
- </Key>
- <Property Name="Код" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="ФИО" Type="nchar" MaxLength="100" />
- <Property Name="Код сферы" Type="int" />
- <Property Name="Код вакансии" Type="int" />
- </EntityType>
- <!--Ошибки, обнаруженные при создании:
- предупреждение 6013: Первичный ключ в таблице или представлении "IS32_Shafrygin_BD.dbo.Пользователи" не определен, его не удалось вывести. Эта таблица или представление исключены. Чтобы использовать сущность, необходимо проверить схему, добавить правильные ключи и раскомментировать ее.
- <EntityType Name="Пользователи">
- <Property Name="Логин" Type="nchar" MaxLength="1000" />
- <Property Name="Пароль" Type="nchar" MaxLength="1000" />
- </EntityType>-->
- <EntityType Name="Список вакансий">
- <Key>
- <PropertyRef Name="Код вакансии" />
- </Key>
- <Property Name="Код вакансии" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Код сферы" Type="int" />
- <Property Name="Должность" Type="nchar" MaxLength="100" />
- <Property Name="Оклад" Type="nchar" MaxLength="100" />
- <Property Name="Требования к соискателю" Type="nchar" MaxLength="100" />
- <Property Name="Работодатель" Type="nchar" MaxLength="100" />
- <Property Name="Контактный номер" Type="nchar" MaxLength="100" />
- </EntityType>
- <EntityType Name="Сферы деятельности">
- <Key>
- <PropertyRef Name="Код сферы" />
- </Key>
- <Property Name="Код сферы" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
- <Property Name="Сфера деятельности" Type="nchar" MaxLength="50" />
- </EntityType>
- <Association Name="FK_Люди_Список вакансий">
- <End Role="Список вакансий" Type="Self.Список вакансий" Multiplicity="0..1" />
- <End Role="Люди" Type="Self.Люди" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Список вакансий">
- <PropertyRef Name="Код вакансии" />
- </Principal>
- <Dependent Role="Люди">
- <PropertyRef Name="Код вакансии" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Люди_Сферы деятельности">
- <End Role="Сферы деятельности" Type="Self.Сферы деятельности" Multiplicity="0..1" />
- <End Role="Люди" Type="Self.Люди" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Сферы деятельности">
- <PropertyRef Name="Код сферы" />
- </Principal>
- <Dependent Role="Люди">
- <PropertyRef Name="Код сферы" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Список вакансий_Сферы деятельности">
- <End Role="Сферы деятельности" Type="Self.Сферы деятельности" Multiplicity="0..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="Хранилище IS32_Shafrygin_BDModelContainer">
- <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="Сферы деятельности" EntityType="Self.Сферы деятельности" Schema="dbo" store:Type="Tables" />
- <AssociationSet Name="FK_Люди_Список вакансий" Association="Self.FK_Люди_Список вакансий">
- <End Role="Список вакансий" EntitySet="Список вакансий" />
- <End Role="Люди" EntitySet="Люди" />
- </AssociationSet>
- <AssociationSet Name="FK_Люди_Сферы деятельности" Association="Self.FK_Люди_Сферы деятельности">
- <End Role="Сферы деятельности" EntitySet="Сферы деятельности" />
- <End Role="Люди" EntitySet="Люди" />
- </AssociationSet>
- <AssociationSet Name="FK_Список вакансий_Сферы деятельности" Association="Self.FK_Список вакансий_Сферы деятельности">
- <End Role="Сферы деятельности" EntitySet="Сферы деятельности" />
- <End Role="Список вакансий" EntitySet="Список вакансий" />
- </AssociationSet>
- </EntityContainer>
- </Schema>
|