﻿<?xml version="1.0" encoding="utf-8"?>
<Schema Namespace="DataModel" 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">
  <EntityContainer Name="DataEntities" annotation:LazyLoadingEnabled="true">
    <EntitySet Name="Veriler" EntityType="DataModel.Veriler" />
  </EntityContainer>
  <EntityType Name="Veriler">
    <Key>
      <PropertyRef Name="ID" />
    </Key>
    <Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
    <Property Name="AdSoyad" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="TcKimlikNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Email" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Telefon" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Il" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Ilce" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Mahalle" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
    <Property Name="Cadde" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
    <Property Name="Bina" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Daire" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Sirket" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
    <Property Name="Hisse" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
    <Property Name="Gsm" Type="String" MaxLength="14" FixedLength="false" Unicode="true" />
    <Property Name="Adres" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
  </EntityType>
</Schema>