Microsoft Exam Questions

How can this be achieved?

DRAG DROP
Employee XML Schema Exhibit:
<EntityType Name ’XPerson”
<Key>
<PropertyRef Name=”PersonId” I>
</Key>
<Property Name=”Employeeid” Typel=”int32” Nullable=”false” />
<Property Name=”PersonalData” Type=”String”/>
<Property Name=”City” Type”String”/>
<Property Name=”Zip” Type=’String”/>
</Entitytype>
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
The MS ADO.NET EDM (Entity Data Model) is used by PassGuideApp.
PassGuideApp has an entity Employee.
The schema of Employee is being displayed in the exhibit.
Entities within PassGuideApp should be able add Employee properties weight, height, and
sex (all related to PersonalData).
How can this be achieved?

Answer:

Explanation: