123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="utf-8"?>
- <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>
|