Skip to content

Instantly share code, notes, and snippets.

@RainerAtSpirit
Created October 31, 2012 14:13
Show Gist options
  • Save RainerAtSpirit/3987237 to your computer and use it in GitHub Desktop.
Save RainerAtSpirit/3987237 to your computer and use it in GitHub Desktop.
project list metadata
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
<edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:DataServiceVersion="1.0">
<Schema Namespace="MyApp.DataService" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2007/05/edm">
<EntityType Name="AttachmentsItem" m:HasStream="true">
<Key>
<PropertyRef Name="EntitySet" />
<PropertyRef Name="ItemId" />
<PropertyRef Name="Name" />
</Key>
<Property Name="EntitySet" Type="Edm.String" Nullable="false" />
<Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
<Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
</EntityType>
<EntityType Name="ComposedLooksItem">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int32" Nullable="false" />
<Property Name="ContentTypeID" Type="Edm.String" Nullable="true" />
<Property Name="ContentType" Type="Edm.String" Nullable="true" />
<Property Name="Title" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Modified" Type="Edm.DateTime" Nullable="true" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Created" Type="Edm.DateTime" Nullable="true" />
<NavigationProperty Name="CreatedBy" Relationship="MyApp.DataService.ComposedLooksItem_CreatedBy" FromRole="ComposedLooksItem" ToRole="CreatedBy" />
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true" />
<NavigationProperty Name="ModifiedBy" Relationship="MyApp.DataService.ComposedLooksItem_ModifiedBy" FromRole="ComposedLooksItem" ToRole="ModifiedBy" />
<Property Name="ModifiedById" Type="Edm.Int32" Nullable="true" />
<Property Name="Owshiddenversion" Type="Edm.Int32" Nullable="true" ConcurrencyMode="Fixed" />
<Property Name="Version" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="Attachments" Relationship="MyApp.DataService.ComposedLooksItem_Attachments" FromRole="ComposedLooksItem" ToRole="Attachments" />
<Property Name="Path" Type="Edm.String" Nullable="true" />
<Property Name="Name" Type="Edm.String" Nullable="true" />
<Property Name="MasterPageURL" Type="Edm.String" Nullable="true" />
<Property Name="ThemeURL" Type="Edm.String" Nullable="true" />
<Property Name="ImageURL" Type="Edm.String" Nullable="true" />
<Property Name="FontSchemeURL" Type="Edm.String" Nullable="true" />
<Property Name="DisplayOrder" Type="Edm.Double" Nullable="true" />
</EntityType>
<EntityType Name="MasterPageGalleryItem" m:HasStream="true">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int32" Nullable="false" />
<Property Name="ContentTypeID" Type="Edm.String" Nullable="true" />
<Property Name="ContentType" Type="Edm.String" Nullable="true" />
<Property Name="Created" Type="Edm.DateTime" Nullable="true" />
<NavigationProperty Name="CreatedBy" Relationship="MyApp.DataService.MasterPageGalleryItem_CreatedBy" FromRole="MasterPageGalleryItem" ToRole="CreatedBy" />
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true" />
<Property Name="Modified" Type="Edm.DateTime" Nullable="true" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<NavigationProperty Name="ModifiedBy" Relationship="MyApp.DataService.MasterPageGalleryItem_ModifiedBy" FromRole="MasterPageGalleryItem" ToRole="ModifiedBy" />
<Property Name="ModifiedById" Type="Edm.Int32" Nullable="true" />
<Property Name="CopySource" Type="Edm.String" Nullable="true" />
<Property Name="ApprovalStatus" Type="Edm.String" Nullable="true" />
<Property Name="Path" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="CheckedOutTo" Relationship="MyApp.DataService.MasterPageGalleryItem_CheckedOutTo" FromRole="MasterPageGalleryItem" ToRole="CheckedOutTo" />
<Property Name="CheckedOutToId" Type="Edm.Int32" Nullable="true" />
<Property Name="Name" Type="Edm.String" Nullable="true" />
<Property Name="VirusStatus" Type="Edm.String" Nullable="true" />
<Property Name="IsCurrentVersion" Type="Edm.Boolean" Nullable="true" />
<Property Name="Owshiddenversion" Type="Edm.Int32" Nullable="true" ConcurrencyMode="Fixed" />
<Property Name="Version" Type="Edm.String" Nullable="true" />
<Property Name="Description" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="CompatibleUIVersionS" Relationship="MyApp.DataService.MasterPageGalleryItem_CompatibleUIVersionS" FromRole="MasterPageGalleryItem" ToRole="CompatibleUIVersionS" />
<Property Name="DefaultCSSFile" Type="Edm.String" Nullable="true" />
<Property Name="Hidden" Type="Edm.Boolean" Nullable="true" />
<NavigationProperty Name="TargetControlType" Relationship="MyApp.DataService.MasterPageGalleryItem_TargetControlType" FromRole="MasterPageGalleryItem" ToRole="TargetControlType" />
<Property Name="TargetControlTypeValue" Type="Edm.String" Nullable="true" />
<Property Name="Icon" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="Standalone" Relationship="MyApp.DataService.MasterPageGalleryItem_Standalone" FromRole="MasterPageGalleryItem" ToRole="Standalone" />
<Property Name="StandaloneValue" Type="Edm.String" Nullable="true" />
<Property Name="TargetScope" Type="Edm.String" Nullable="true" />
<Property Name="TargetListTemplateID" Type="Edm.String" Nullable="true" />
</EntityType>
<EntityType Name="MasterPageGalleryCompatibleUIVersionSValue">
<Key>
<PropertyRef Name="Value" />
</Key>
<Property Name="Value" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
</EntityType>
<EntityType Name="MasterPageGalleryStandaloneValue">
<Key>
<PropertyRef Name="Value" />
</Key>
<Property Name="Value" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
</EntityType>
<EntityType Name="MasterPageGalleryTargetControlTypeValue">
<Key>
<PropertyRef Name="Value" />
</Key>
<Property Name="Value" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
</EntityType>
<EntityType Name="ProjectsItem">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Edm.Int32" Nullable="false" />
<Property Name="ContentTypeID" Type="Edm.String" Nullable="true" />
<Property Name="ContentType" Type="Edm.String" Nullable="true" />
<Property Name="Title" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Modified" Type="Edm.DateTime" Nullable="true" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Created" Type="Edm.DateTime" Nullable="true" />
<NavigationProperty Name="CreatedBy" Relationship="MyApp.DataService.ProjectsItem_CreatedBy" FromRole="ProjectsItem" ToRole="CreatedBy" />
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true" />
<NavigationProperty Name="ModifiedBy" Relationship="MyApp.DataService.ProjectsItem_ModifiedBy" FromRole="ProjectsItem" ToRole="ModifiedBy" />
<Property Name="ModifiedById" Type="Edm.Int32" Nullable="true" />
<Property Name="Owshiddenversion" Type="Edm.Int32" Nullable="true" ConcurrencyMode="Fixed" />
<Property Name="Version" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="Attachments" Relationship="MyApp.DataService.ProjectsItem_Attachments" FromRole="ProjectsItem" ToRole="Attachments" />
<Property Name="Path" Type="Edm.String" Nullable="true" />
</EntityType>
<EntityType Name="TimeTrackingListItem">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="ContentTypeID" Type="Edm.String" Nullable="true" />
<Property Name="Title" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<NavigationProperty Name="Employee" Relationship="MyApp.DataService.TimeTrackingListItem_Employee" FromRole="TimeTrackingListItem" ToRole="Employee" />
<Property Name="EmployeeId" Type="Edm.Int32" Nullable="true" />
<NavigationProperty Name="ProjectTask" Relationship="MyApp.DataService.TimeTrackingListItem_ProjectTask" FromRole="TimeTrackingListItem" ToRole="ProjectTask" />
<Property Name="ProjectTaskId" Type="Edm.Int32" Nullable="true" />
<Property Name="DurationHours" Type="Edm.Double" Nullable="true" />
<Property Name="Date" Type="Edm.DateTime" Nullable="true" />
<Property Name="Id" Type="Edm.Int32" Nullable="false" />
<Property Name="ContentType" Type="Edm.String" Nullable="true" />
<Property Name="Modified" Type="Edm.DateTime" Nullable="true" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Created" Type="Edm.DateTime" Nullable="true" />
<NavigationProperty Name="CreatedBy" Relationship="MyApp.DataService.TimeTrackingListItem_CreatedBy" FromRole="TimeTrackingListItem" ToRole="CreatedBy" />
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true" />
<NavigationProperty Name="ModifiedBy" Relationship="MyApp.DataService.TimeTrackingListItem_ModifiedBy" FromRole="TimeTrackingListItem" ToRole="ModifiedBy" />
<Property Name="ModifiedById" Type="Edm.Int32" Nullable="true" />
<Property Name="Owshiddenversion" Type="Edm.Int32" Nullable="true" ConcurrencyMode="Fixed" />
<Property Name="Version" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="Attachments" Relationship="MyApp.DataService.TimeTrackingListItem_Attachments" FromRole="TimeTrackingListItem" ToRole="Attachments" />
<Property Name="Path" Type="Edm.String" Nullable="true" />
</EntityType>
<EntityType Name="UserInformationListItem">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="ContentTypeID" Type="Edm.String" Nullable="true" />
<Property Name="Name" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Account" Type="Edm.String" Nullable="true" />
<Property Name="WorkEmail" Type="Edm.String" Nullable="true" />
<Property Name="MobilePhone" Type="Edm.String" Nullable="true" />
<Property Name="AboutMe" Type="Edm.String" Nullable="true" />
<Property Name="SIPAddress" Type="Edm.String" Nullable="true" />
<Property Name="IsSiteAdmin" Type="Edm.Boolean" Nullable="true" />
<Property Name="Deleted" Type="Edm.Boolean" Nullable="true" />
<Property Name="Hidden" Type="Edm.Boolean" Nullable="true" />
<Property Name="Picture" Type="Edm.String" Nullable="true" />
<Property Name="Department" Type="Edm.String" Nullable="true" />
<Property Name="Title" Type="Edm.String" Nullable="true" />
<Property Name="FirstName" Type="Edm.String" Nullable="true" />
<Property Name="LastName" Type="Edm.String" Nullable="true" />
<Property Name="WorkPhone" Type="Edm.String" Nullable="true" />
<Property Name="UserName" Type="Edm.String" Nullable="true" />
<Property Name="WebSite" Type="Edm.String" Nullable="true" />
<Property Name="AskMeAbout" Type="Edm.String" Nullable="true" />
<Property Name="Office" Type="Edm.String" Nullable="true" />
<Property Name="Id" Type="Edm.Int32" Nullable="false" />
<Property Name="ContentType" Type="Edm.String" Nullable="true" />
<Property Name="Modified" Type="Edm.DateTime" Nullable="true" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
<Property Name="Created" Type="Edm.DateTime" Nullable="true" />
<NavigationProperty Name="CreatedBy" Relationship="MyApp.DataService.UserInformationListItem_CreatedBy" FromRole="UserInformationListItem" ToRole="CreatedBy" />
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true" />
<NavigationProperty Name="ModifiedBy" Relationship="MyApp.DataService.UserInformationListItem_ModifiedBy" FromRole="UserInformationListItem" ToRole="ModifiedBy" />
<Property Name="ModifiedById" Type="Edm.Int32" Nullable="true" />
<Property Name="Owshiddenversion" Type="Edm.Int32" Nullable="true" ConcurrencyMode="Fixed" />
<Property Name="Version" Type="Edm.String" Nullable="true" />
<NavigationProperty Name="Attachments" Relationship="MyApp.DataService.UserInformationListItem_Attachments" FromRole="UserInformationListItem" ToRole="Attachments" />
<Property Name="Path" Type="Edm.String" Nullable="true" />
</EntityType>
<Association Name="ComposedLooksItem_CreatedBy">
<End Role="ComposedLooksItem" Type="MyApp.DataService.ComposedLooksItem" Multiplicity="*" />
<End Role="CreatedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="ComposedLooksItem_ModifiedBy">
<End Role="ComposedLooksItem" Type="MyApp.DataService.ComposedLooksItem" Multiplicity="*" />
<End Role="ModifiedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="ComposedLooksItem_Attachments">
<End Role="ComposedLooksItem" Type="MyApp.DataService.ComposedLooksItem" Multiplicity="*" />
<End Role="Attachments" Type="MyApp.DataService.AttachmentsItem" Multiplicity="*" />
</Association>
<Association Name="MasterPageGalleryItem_CreatedBy">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="CreatedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="MasterPageGalleryItem_ModifiedBy">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="ModifiedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="MasterPageGalleryItem_CheckedOutTo">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="CheckedOutTo" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="MasterPageGalleryItem_CompatibleUIVersionS">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="CompatibleUIVersionS" Type="MyApp.DataService.MasterPageGalleryCompatibleUIVersionSValue" Multiplicity="*" />
</Association>
<Association Name="MasterPageGalleryItem_TargetControlType">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="TargetControlType" Type="MyApp.DataService.MasterPageGalleryTargetControlTypeValue" Multiplicity="0..1" />
</Association>
<Association Name="MasterPageGalleryItem_Standalone">
<End Role="MasterPageGalleryItem" Type="MyApp.DataService.MasterPageGalleryItem" Multiplicity="*" />
<End Role="Standalone" Type="MyApp.DataService.MasterPageGalleryStandaloneValue" Multiplicity="0..1" />
</Association>
<Association Name="ProjectsItem_CreatedBy">
<End Role="ProjectsItem" Type="MyApp.DataService.ProjectsItem" Multiplicity="*" />
<End Role="CreatedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="ProjectsItem_ModifiedBy">
<End Role="ProjectsItem" Type="MyApp.DataService.ProjectsItem" Multiplicity="*" />
<End Role="ModifiedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="ProjectsItem_Attachments">
<End Role="ProjectsItem" Type="MyApp.DataService.ProjectsItem" Multiplicity="*" />
<End Role="Attachments" Type="MyApp.DataService.AttachmentsItem" Multiplicity="*" />
</Association>
<Association Name="TimeTrackingListItem_Employee">
<End Role="TimeTrackingListItem" Type="MyApp.DataService.TimeTrackingListItem" Multiplicity="*" />
<End Role="Employee" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="TimeTrackingListItem_ProjectTask">
<End Role="TimeTrackingListItem" Type="MyApp.DataService.TimeTrackingListItem" Multiplicity="*" />
<End Role="ProjectTask" Type="MyApp.DataService.ProjectsItem" Multiplicity="0..1" />
</Association>
<Association Name="TimeTrackingListItem_CreatedBy">
<End Role="TimeTrackingListItem" Type="MyApp.DataService.TimeTrackingListItem" Multiplicity="*" />
<End Role="CreatedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="TimeTrackingListItem_ModifiedBy">
<End Role="TimeTrackingListItem" Type="MyApp.DataService.TimeTrackingListItem" Multiplicity="*" />
<End Role="ModifiedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="TimeTrackingListItem_Attachments">
<End Role="TimeTrackingListItem" Type="MyApp.DataService.TimeTrackingListItem" Multiplicity="*" />
<End Role="Attachments" Type="MyApp.DataService.AttachmentsItem" Multiplicity="*" />
</Association>
<Association Name="UserInformationListItem_CreatedBy">
<End Role="UserInformationListItem" Type="MyApp.DataService.UserInformationListItem" Multiplicity="*" />
<End Role="CreatedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="UserInformationListItem_ModifiedBy">
<End Role="UserInformationListItem" Type="MyApp.DataService.UserInformationListItem" Multiplicity="*" />
<End Role="ModifiedBy" Type="MyApp.DataService.UserInformationListItem" Multiplicity="0..1" />
</Association>
<Association Name="UserInformationListItem_Attachments">
<End Role="UserInformationListItem" Type="MyApp.DataService.UserInformationListItem" Multiplicity="*" />
<End Role="Attachments" Type="MyApp.DataService.AttachmentsItem" Multiplicity="*" />
</Association>
<EntityContainer Name="Context" m:IsDefaultEntityContainer="true">
<EntitySet Name="Attachments" EntityType="MyApp.DataService.AttachmentsItem" />
<EntitySet Name="ComposedLooks" EntityType="MyApp.DataService.ComposedLooksItem" />
<EntitySet Name="MasterPageGallery" EntityType="MyApp.DataService.MasterPageGalleryItem" />
<EntitySet Name="MasterPageGalleryCompatibleUIVersionS" EntityType="MyApp.DataService.MasterPageGalleryCompatibleUIVersionSValue" />
<EntitySet Name="MasterPageGalleryStandalone" EntityType="MyApp.DataService.MasterPageGalleryStandaloneValue" />
<EntitySet Name="MasterPageGalleryTargetControlType" EntityType="MyApp.DataService.MasterPageGalleryTargetControlTypeValue" />
<EntitySet Name="Projects" EntityType="MyApp.DataService.ProjectsItem" />
<EntitySet Name="TimeTrackingList" EntityType="MyApp.DataService.TimeTrackingListItem" />
<EntitySet Name="UserInformationList" EntityType="MyApp.DataService.UserInformationListItem" />
<AssociationSet Name="ComposedLooksItem_CreatedBy" Association="MyApp.DataService.ComposedLooksItem_CreatedBy">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks" />
<End Role="CreatedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="ComposedLooksItem_ModifiedBy" Association="MyApp.DataService.ComposedLooksItem_ModifiedBy">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks" />
<End Role="ModifiedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="ComposedLooksItem_Attachments" Association="MyApp.DataService.ComposedLooksItem_Attachments">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks" />
<End Role="Attachments" EntitySet="Attachments" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CreatedBy" Association="MyApp.DataService.MasterPageGalleryItem_CreatedBy">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="CreatedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_ModifiedBy" Association="MyApp.DataService.MasterPageGalleryItem_ModifiedBy">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="ModifiedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CheckedOutTo" Association="MyApp.DataService.MasterPageGalleryItem_CheckedOutTo">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="CheckedOutTo" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CompatibleUIVersionS" Association="MyApp.DataService.MasterPageGalleryItem_CompatibleUIVersionS">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="CompatibleUIVersionS" EntitySet="MasterPageGalleryCompatibleUIVersionS" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_TargetControlType" Association="MyApp.DataService.MasterPageGalleryItem_TargetControlType">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="TargetControlType" EntitySet="MasterPageGalleryTargetControlType" />
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_Standalone" Association="MyApp.DataService.MasterPageGalleryItem_Standalone">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery" />
<End Role="Standalone" EntitySet="MasterPageGalleryStandalone" />
</AssociationSet>
<AssociationSet Name="ProjectsItem_CreatedBy" Association="MyApp.DataService.ProjectsItem_CreatedBy">
<End Role="ProjectsItem" EntitySet="Projects" />
<End Role="CreatedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="ProjectsItem_ModifiedBy" Association="MyApp.DataService.ProjectsItem_ModifiedBy">
<End Role="ProjectsItem" EntitySet="Projects" />
<End Role="ModifiedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="ProjectsItem_Attachments" Association="MyApp.DataService.ProjectsItem_Attachments">
<End Role="ProjectsItem" EntitySet="Projects" />
<End Role="Attachments" EntitySet="Attachments" />
</AssociationSet>
<AssociationSet Name="TimeTrackingListItem_Employee" Association="MyApp.DataService.TimeTrackingListItem_Employee">
<End Role="TimeTrackingListItem" EntitySet="TimeTrackingList" />
<End Role="Employee" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="TimeTrackingListItem_ProjectTask" Association="MyApp.DataService.TimeTrackingListItem_ProjectTask">
<End Role="TimeTrackingListItem" EntitySet="TimeTrackingList" />
<End Role="ProjectTask" EntitySet="Projects" />
</AssociationSet>
<AssociationSet Name="TimeTrackingListItem_CreatedBy" Association="MyApp.DataService.TimeTrackingListItem_CreatedBy">
<End Role="TimeTrackingListItem" EntitySet="TimeTrackingList" />
<End Role="CreatedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="TimeTrackingListItem_ModifiedBy" Association="MyApp.DataService.TimeTrackingListItem_ModifiedBy">
<End Role="TimeTrackingListItem" EntitySet="TimeTrackingList" />
<End Role="ModifiedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="TimeTrackingListItem_Attachments" Association="MyApp.DataService.TimeTrackingListItem_Attachments">
<End Role="TimeTrackingListItem" EntitySet="TimeTrackingList" />
<End Role="Attachments" EntitySet="Attachments" />
</AssociationSet>
<AssociationSet Name="UserInformationListItem_CreatedBy" Association="MyApp.DataService.UserInformationListItem_CreatedBy">
<End Role="UserInformationListItem" EntitySet="UserInformationList" />
<End Role="CreatedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="UserInformationListItem_ModifiedBy" Association="MyApp.DataService.UserInformationListItem_ModifiedBy">
<End Role="UserInformationListItem" EntitySet="UserInformationList" />
<End Role="ModifiedBy" EntitySet="UserInformationList" />
</AssociationSet>
<AssociationSet Name="UserInformationListItem_Attachments" Association="MyApp.DataService.UserInformationListItem_Attachments">
<End Role="UserInformationListItem" EntitySet="UserInformationList" />
<End Role="Attachments" EntitySet="Attachments" />
</AssociationSet>
<FunctionImport Name="ConvertListTitleToEntitySetName" ReturnType="Edm.String" m:HttpMethod="GET">
<Parameter Name="listTitle" Type="Edm.String" Mode="In" />
</FunctionImport>
</EntityContainer>
</Schema>
</edmx:DataServices>
</edmx:Edmx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment