<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
edmx:DataServices
>
<
EntityType
Name
=
"Customer"
>
<
Key
>
<
PropertyRef
Name
=
"CustomerId"
/>
</
Key
>
<
Property
Name
=
"CustomerId"
Nullable
=
"false"
Type
=
"Edm.Guid"
/>
<
Property
Name
=
"FirstName"
Nullable
=
"false"
Type
=
"Edm.String"
MaxLength
=
"40"
/>
<
Property
Name
=
"LastName"
Nullable
=
"false"
Type
=
"Edm.String"
MaxLength
=
"20"
/>
<
Property
Name
=
"Company"
Type
=
"Edm.String"
MaxLength
=
"80"
/>
<
Property
Name
=
"Address"
Type
=
"Edm.String"
MaxLength
=
"70"
/>
<
Property
Name
=
"City"
Type
=
"Edm.String"
MaxLength
=
"40"
/>
<
Property
Name
=
"State"
Type
=
"Edm.String"
MaxLength
=
"40"
/>
<
Property
Name
=
"Country"
Type
=
"Edm.String"
MaxLength
=
"40"
/>
<
Property
Name
=
"PostalCode"
Type
=
"Edm.String"
MaxLength
=
"10"
/>
<
Property
Name
=
"Phone"
Type
=
"Edm.String"
MaxLength
=
"24"
/>
<
Property
Name
=
"Fax"
Type
=
"Edm.String"
MaxLength
=
"24"
/>
<
Property
Name
=
"Email"
Nullable
=
"false"
Type
=
"Edm.String"
MaxLength
=
"60"
/>
</
EntityType
>
<
EntityContainer
Name
=
"dbo"
>
<
EntitySet
Name
=
"Customers"
EntityType
=
"SQLServer.Customer"
/>
</
EntityContainer
>
</
Schema
>
</
edmx:DataServices
>
</
edmx:Edmx
>