Skip to content

Instantly share code, notes, and snippets.

@RainerAtSpirit
Created October 23, 2012 13:33
Show Gist options
  • Save RainerAtSpirit/3938757 to your computer and use it in GitHub Desktop.
Save RainerAtSpirit/3938757 to your computer and use it in GitHub Desktop.
SharePoint 2013 listdata.svc/$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="Microsoft.SharePoint.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="Microsoft.SharePoint.DataService.ComposedLooksItem_CreatedBy" FromRole="ComposedLooksItem" ToRole="CreatedBy"/>
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true"/>
<NavigationProperty Name="ModifiedBy" Relationship="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="Microsoft.SharePoint.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="TasksItem">
<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="TaskName" 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="Microsoft.SharePoint.DataService.TasksItem_CreatedBy" FromRole="TasksItem" ToRole="CreatedBy"/>
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true"/>
<NavigationProperty Name="ModifiedBy" Relationship="Microsoft.SharePoint.DataService.TasksItem_ModifiedBy" FromRole="TasksItem" 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="Microsoft.SharePoint.DataService.TasksItem_Attachments" FromRole="TasksItem" ToRole="Attachments"/>
<Property Name="Path" Type="Edm.String" Nullable="true"/>
<NavigationProperty Name="Predecessors" Relationship="Microsoft.SharePoint.DataService.TasksItem_Predecessors" FromRole="TasksItem" ToRole="Predecessors"/>
<NavigationProperty Name="Priority" Relationship="Microsoft.SharePoint.DataService.TasksItem_Priority" FromRole="TasksItem" ToRole="Priority"/>
<Property Name="PriorityValue" Type="Edm.String" Nullable="true"/>
<NavigationProperty Name="TaskStatus" Relationship="Microsoft.SharePoint.DataService.TasksItem_TaskStatus" FromRole="TasksItem" ToRole="TaskStatus"/>
<Property Name="TaskStatusValue" Type="Edm.String" Nullable="true"/>
<Property Name="Complete" Type="Edm.Double" Nullable="true"/>
<NavigationProperty Name="AssignedTo" Relationship="Microsoft.SharePoint.DataService.TasksItem_AssignedTo" FromRole="TasksItem" ToRole="AssignedTo"/>
<Property Name="Description" Type="Edm.String" Nullable="true"/>
<Property Name="StartDate" Type="Edm.DateTime" Nullable="true"/>
<Property Name="DueDate" Type="Edm.DateTime" Nullable="true"/>
<Property Name="Completed" Type="Edm.Boolean" Nullable="true"/>
</EntityType>
<EntityType Name="TasksPriorityValue">
<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="TasksTaskStatusValue">
<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="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="Microsoft.SharePoint.DataService.UserInformationListItem_CreatedBy" FromRole="UserInformationListItem" ToRole="CreatedBy"/>
<Property Name="CreatedById" Type="Edm.Int32" Nullable="true"/>
<NavigationProperty Name="ModifiedBy" Relationship="Microsoft.SharePoint.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="Microsoft.SharePoint.DataService.UserInformationListItem_Attachments" FromRole="UserInformationListItem" ToRole="Attachments"/>
<Property Name="Path" Type="Edm.String" Nullable="true"/>
</EntityType>
<Association Name="ComposedLooksItem_CreatedBy">
<End Role="ComposedLooksItem" Type="Microsoft.SharePoint.DataService.ComposedLooksItem" Multiplicity="*"/>
<End Role="CreatedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="ComposedLooksItem_ModifiedBy">
<End Role="ComposedLooksItem" Type="Microsoft.SharePoint.DataService.ComposedLooksItem" Multiplicity="*"/>
<End Role="ModifiedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="ComposedLooksItem_Attachments">
<End Role="ComposedLooksItem" Type="Microsoft.SharePoint.DataService.ComposedLooksItem" Multiplicity="*"/>
<End Role="Attachments" Type="Microsoft.SharePoint.DataService.AttachmentsItem" Multiplicity="*"/>
</Association>
<Association Name="MasterPageGalleryItem_CreatedBy">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="CreatedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="MasterPageGalleryItem_ModifiedBy">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="ModifiedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="MasterPageGalleryItem_CheckedOutTo">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="CheckedOutTo" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="MasterPageGalleryItem_CompatibleUIVersionS">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="CompatibleUIVersionS" Type="Microsoft.SharePoint.DataService.MasterPageGalleryCompatibleUIVersionSValue" Multiplicity="*"/>
</Association>
<Association Name="MasterPageGalleryItem_TargetControlType">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="TargetControlType" Type="Microsoft.SharePoint.DataService.MasterPageGalleryTargetControlTypeValue" Multiplicity="0..1"/>
</Association>
<Association Name="MasterPageGalleryItem_Standalone">
<End Role="MasterPageGalleryItem" Type="Microsoft.SharePoint.DataService.MasterPageGalleryItem" Multiplicity="*"/>
<End Role="Standalone" Type="Microsoft.SharePoint.DataService.MasterPageGalleryStandaloneValue" Multiplicity="0..1"/>
</Association>
<Association Name="TasksItem_CreatedBy">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="CreatedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="TasksItem_ModifiedBy">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="ModifiedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="TasksItem_Attachments">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="Attachments" Type="Microsoft.SharePoint.DataService.AttachmentsItem" Multiplicity="*"/>
</Association>
<Association Name="TasksItem_Predecessors">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="Predecessors" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
</Association>
<Association Name="TasksItem_Priority">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="Priority" Type="Microsoft.SharePoint.DataService.TasksPriorityValue" Multiplicity="0..1"/>
</Association>
<Association Name="TasksItem_TaskStatus">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="TaskStatus" Type="Microsoft.SharePoint.DataService.TasksTaskStatusValue" Multiplicity="0..1"/>
</Association>
<Association Name="TasksItem_AssignedTo">
<End Role="TasksItem" Type="Microsoft.SharePoint.DataService.TasksItem" Multiplicity="*"/>
<End Role="AssignedTo" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="*"/>
</Association>
<Association Name="UserInformationListItem_CreatedBy">
<End Role="UserInformationListItem" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="*"/>
<End Role="CreatedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="UserInformationListItem_ModifiedBy">
<End Role="UserInformationListItem" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="*"/>
<End Role="ModifiedBy" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="0..1"/>
</Association>
<Association Name="UserInformationListItem_Attachments">
<End Role="UserInformationListItem" Type="Microsoft.SharePoint.DataService.UserInformationListItem" Multiplicity="*"/>
<End Role="Attachments" Type="Microsoft.SharePoint.DataService.AttachmentsItem" Multiplicity="*"/>
</Association>
<EntityContainer Name="JayDataSharePointHostedUseCasesDataContext" m:IsDefaultEntityContainer="true">
<EntitySet Name="Attachments" EntityType="Microsoft.SharePoint.DataService.AttachmentsItem"/>
<EntitySet Name="ComposedLooks" EntityType="Microsoft.SharePoint.DataService.ComposedLooksItem"/>
<EntitySet Name="MasterPageGallery" EntityType="Microsoft.SharePoint.DataService.MasterPageGalleryItem"/>
<EntitySet Name="MasterPageGalleryCompatibleUIVersionS" EntityType="Microsoft.SharePoint.DataService.MasterPageGalleryCompatibleUIVersionSValue"/>
<EntitySet Name="MasterPageGalleryStandalone" EntityType="Microsoft.SharePoint.DataService.MasterPageGalleryStandaloneValue"/>
<EntitySet Name="MasterPageGalleryTargetControlType" EntityType="Microsoft.SharePoint.DataService.MasterPageGalleryTargetControlTypeValue"/>
<EntitySet Name="Tasks" EntityType="Microsoft.SharePoint.DataService.TasksItem"/>
<EntitySet Name="TasksPriority" EntityType="Microsoft.SharePoint.DataService.TasksPriorityValue"/>
<EntitySet Name="TasksTaskStatus" EntityType="Microsoft.SharePoint.DataService.TasksTaskStatusValue"/>
<EntitySet Name="UserInformationList" EntityType="Microsoft.SharePoint.DataService.UserInformationListItem"/>
<AssociationSet Name="ComposedLooksItem_CreatedBy" Association="Microsoft.SharePoint.DataService.ComposedLooksItem_CreatedBy">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks"/>
<End Role="CreatedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="ComposedLooksItem_ModifiedBy" Association="Microsoft.SharePoint.DataService.ComposedLooksItem_ModifiedBy">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks"/>
<End Role="ModifiedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="ComposedLooksItem_Attachments" Association="Microsoft.SharePoint.DataService.ComposedLooksItem_Attachments">
<End Role="ComposedLooksItem" EntitySet="ComposedLooks"/>
<End Role="Attachments" EntitySet="Attachments"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CreatedBy" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_CreatedBy">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="CreatedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_ModifiedBy" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_ModifiedBy">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="ModifiedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CheckedOutTo" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_CheckedOutTo">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="CheckedOutTo" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_CompatibleUIVersionS" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_CompatibleUIVersionS">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="CompatibleUIVersionS" EntitySet="MasterPageGalleryCompatibleUIVersionS"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_TargetControlType" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_TargetControlType">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="TargetControlType" EntitySet="MasterPageGalleryTargetControlType"/>
</AssociationSet>
<AssociationSet Name="MasterPageGalleryItem_Standalone" Association="Microsoft.SharePoint.DataService.MasterPageGalleryItem_Standalone">
<End Role="MasterPageGalleryItem" EntitySet="MasterPageGallery"/>
<End Role="Standalone" EntitySet="MasterPageGalleryStandalone"/>
</AssociationSet>
<AssociationSet Name="TasksItem_CreatedBy" Association="Microsoft.SharePoint.DataService.TasksItem_CreatedBy">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="CreatedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="TasksItem_ModifiedBy" Association="Microsoft.SharePoint.DataService.TasksItem_ModifiedBy">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="ModifiedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="TasksItem_Attachments" Association="Microsoft.SharePoint.DataService.TasksItem_Attachments">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="Attachments" EntitySet="Attachments"/>
</AssociationSet>
<AssociationSet Name="TasksItem_Predecessors" Association="Microsoft.SharePoint.DataService.TasksItem_Predecessors">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="Predecessors" EntitySet="Tasks"/>
</AssociationSet>
<AssociationSet Name="TasksItem_Priority" Association="Microsoft.SharePoint.DataService.TasksItem_Priority">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="Priority" EntitySet="TasksPriority"/>
</AssociationSet>
<AssociationSet Name="TasksItem_TaskStatus" Association="Microsoft.SharePoint.DataService.TasksItem_TaskStatus">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="TaskStatus" EntitySet="TasksTaskStatus"/>
</AssociationSet>
<AssociationSet Name="TasksItem_AssignedTo" Association="Microsoft.SharePoint.DataService.TasksItem_AssignedTo">
<End Role="TasksItem" EntitySet="Tasks"/>
<End Role="AssignedTo" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="UserInformationListItem_CreatedBy" Association="Microsoft.SharePoint.DataService.UserInformationListItem_CreatedBy">
<End Role="UserInformationListItem" EntitySet="UserInformationList"/>
<End Role="CreatedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="UserInformationListItem_ModifiedBy" Association="Microsoft.SharePoint.DataService.UserInformationListItem_ModifiedBy">
<End Role="UserInformationListItem" EntitySet="UserInformationList"/>
<End Role="ModifiedBy" EntitySet="UserInformationList"/>
</AssociationSet>
<AssociationSet Name="UserInformationListItem_Attachments" Association="Microsoft.SharePoint.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