Last active
December 16, 2015 20:09
-
-
Save RainerAtSpirit/5490113 to your computer and use it in GitHub Desktop.
SharePoint 2013 Online $metadata are back!
_/api/$metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"> | |
<edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> | |
<Schema Namespace="SP" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="KeyValue"> | |
<Property Name="Key" Type="Edm.String"/> | |
<Property Name="Value" Type="Edm.String"/> | |
<Property Name="ValueType" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SimpleDataRow"> | |
<Property Name="Cells" Type="Collection(SP.KeyValue)"/> | |
</ComplexType> | |
<ComplexType Name="SimpleDataTable"> | |
<Property Name="Rows" Type="Collection(SP.SimpleDataRow)"/> | |
</ComplexType> | |
<ComplexType Name="MethodInformation"> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Parameters" Type="Collection(SP.ParameterInformation)"/> | |
<Property Name="ReturnTypeFullName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ParameterInformation"> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ParameterTypeFullName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="PropertyInformation"> | |
<Property Name="ExcludeFromDefaultRetrieval" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PropertyTypeFullName" Type="Edm.String"/> | |
<Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ContentTypeId"> | |
<Property Name="StringValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FieldLookupValue"> | |
<Property Name="LookupId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LookupValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FieldUserValue" BaseType="SP.FieldLookupValue"/> | |
<ComplexType Name="MenuNode"> | |
<Property Name="CustomProperties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="FriendlyUrlSegment" Type="Edm.String"/> | |
<Property Name="IsHidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Key" Type="Edm.String"/> | |
<Property Name="Nodes" Type="Collection(SP.MenuNode)"/> | |
<Property Name="NodeType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SimpleUrl" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="MenuState"> | |
<Property Name="FriendlyUrlPrefix" Type="Edm.String"/> | |
<Property Name="Nodes" Type="Collection(SP.MenuNode)"/> | |
<Property Name="SimpleUrl" Type="Edm.String"/> | |
<Property Name="SPSitePrefix" Type="Edm.String"/> | |
<Property Name="SPWebPrefix" Type="Edm.String"/> | |
<Property Name="StartingNodeKey" Type="Edm.String"/> | |
<Property Name="StartingNodeTitle" Type="Edm.String"/> | |
<Property Name="Version" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="NavigationNodeCreationInformation"> | |
<Property Name="AsLastNode" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsExternal" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="RelatedItem"> | |
<Property Name="IconUrl" Type="Edm.String"/> | |
<Property Name="ItemId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="WebId" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="AppLicenseCollection"> | |
<Property Name="Items" Type="Collection(SP.AppLicense)"/> | |
</ComplexType> | |
<ComplexType Name="AppLicense"> | |
<Property Name="RawXMLLicenseToken" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="AttachmentCreationInformation"> | |
<Property Name="FileName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="BasePermissions"> | |
<Property Name="High" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Low" Type="Edm.Int64" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ChangeLogItemQuery"> | |
<Property Name="ChangeToken" Type="Edm.String"/> | |
<Property Name="Contains" Type="Edm.String"/> | |
<Property Name="Query" Type="Edm.String"/> | |
<Property Name="QueryOptions" Type="Edm.String"/> | |
<Property Name="RowLimit" Type="Edm.String"/> | |
<Property Name="ViewFields" Type="Edm.String"/> | |
<Property Name="ViewName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ChangeQuery"> | |
<Property Name="Add" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Alert" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ChangeTokenEnd" Type="SP.ChangeToken"/> | |
<Property Name="ChangeTokenStart" Type="SP.ChangeToken"/> | |
<Property Name="ContentType" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DeleteObject" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Field" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="File" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Folder" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Group" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GroupMembershipAdd" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GroupMembershipDelete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Item" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="List" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Move" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Navigation" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Rename" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Restore" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RoleAssignmentAdd" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RoleAssignmentDelete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RoleDefinitionAdd" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RoleDefinitionDelete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RoleDefinitionUpdate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SecurityPolicy" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Site" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SystemUpdate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Update" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="User" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="View" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Web" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ChangeToken"> | |
<Property Name="StringValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ContentTypeCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ContextWebInformation"> | |
<Property Name="FormDigestTimeoutSeconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FormDigestValue" Type="Edm.String"/> | |
<Property Name="LibraryVersion" Type="Edm.String"/> | |
<Property Name="SiteFullUrl" Type="Edm.String"/> | |
<Property Name="SupportedSchemaVersions" Type="Collection(Edm.String)"/> | |
<Property Name="WebFullUrl" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="EventReceiverDefinitionCreationInformation"> | |
<Property Name="ReceiverAssembly" Type="Edm.String"/> | |
<Property Name="ReceiverClass" Type="Edm.String"/> | |
<Property Name="ReceiverName" Type="Edm.String"/> | |
<Property Name="SequenceNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Synchronization" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EventType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ReceiverUrl" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ListDataValidationFailure"> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="Message" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Reason" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ValidationType" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="FieldCalculatedErrorValue"> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FieldCreationInformation"> | |
<Property Name="Choices" Type="Collection(Edm.String)"/> | |
<Property Name="IsCompactName" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupFieldName" Type="Edm.String"/> | |
<Property Name="LookupListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LookupWebId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="FieldTypeKind" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="FieldGeolocationValue"> | |
<Property Name="Altitude" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Latitude" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Longitude" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Measure" Type="Edm.Double" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="FieldRatingScaleQuestionAnswer"> | |
<Property Name="Answer" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Question" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FieldUrlValue"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FileCreationInformation"> | |
<Property Name="Content" Type="Edm.Binary"/> | |
<Property Name="Overwrite" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="GroupCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="Language"> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="LanguageTag" Type="Edm.String"/> | |
<Property Name="Lcid" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ListCreationInformation"> | |
<Property Name="CustomSchemaXml" Type="Edm.String"/> | |
<Property Name="DataSourceProperties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DocumentTemplateType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuickLaunchOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TemplateFeatureId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TemplateType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ListDataSource"> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
</ComplexType> | |
<ComplexType Name="ListDataValidationExceptionValue"> | |
<Property Name="FieldFailures" Type="Collection(SP.ListDataValidationFailure)"/> | |
<Property Name="ItemFailure" Type="SP.ListDataValidationFailure"/> | |
</ComplexType> | |
<ComplexType Name="ListItemCollectionPosition"> | |
<Property Name="PagingInfo" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ListItemCreationInformation"> | |
<Property Name="FolderUrl" Type="Edm.String"/> | |
<Property Name="LeafName" Type="Edm.String"/> | |
<Property Name="UnderlyingObjectType" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ListItemFormUpdateValue"> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<Property Name="FieldName" Type="Edm.String"/> | |
<Property Name="FieldValue" Type="Edm.String"/> | |
<Property Name="HasException" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="CamlQuery"> | |
<Property Name="DatesInUtc" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="FolderServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="ListItemCollectionPosition" Type="SP.ListItemCollectionPosition"/> | |
<Property Name="ViewXml" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="RoleDefinitionCreationInformation"> | |
<Property Name="BasePermissions" Type="SP.BasePermissions"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="UpgradeInfo"> | |
<Property Name="ErrorFile" Type="Edm.String"/> | |
<Property Name="Errors" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LastUpdated" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LogFile" Type="Edm.String"/> | |
<Property Name="RequestDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RetryCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UpgradeType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Warnings" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SubwebQuery"> | |
<Property Name="ConfigurationFilter" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WebTemplateFilter" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="TimeZoneInformation"> | |
<Property Name="Bias" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DaylightBias" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StandardBias" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="UsageInfo"> | |
<Property Name="Bandwidth" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="DiscussionStorage" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Hits" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Storage" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="StoragePercentageUsed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Visits" Type="Edm.Int64" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="UserCreationInformation"> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="LoginName" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="UserIdInfo"> | |
<Property Name="NameId" Type="Edm.String"/> | |
<Property Name="NameIdIssuer" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ViewCreationInformation"> | |
<Property Name="Paged" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PersonalView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Query" Type="Edm.String"/> | |
<Property Name="RowLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SetAsDefaultView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="ViewFields" Type="Collection(Edm.String)"/> | |
<Property Name="ViewTypeKind" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="WebCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Language" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="UseSamePermissionsAsParentSite" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="WebTemplate" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="WebInfoCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Language" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="UseUniquePermissions" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="WebTemplate" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="WebRequestInfo"> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="Headers" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Method" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="WebResponseInfo"> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="Headers" Type="Collection(SP.KeyValue)"/> | |
<Property Name="StatusCode" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="XmlSchemaFieldCreationInformation"> | |
<Property Name="Options" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SchemaXml" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ExternalAppPrincipalCreationParameters"> | |
<Property Name="AppIdentifier" Type="Edm.String"/> | |
<Property Name="ApplicationEndpointAuthorities" Type="Collection(Edm.String)"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="RedirectAddresses" Type="Collection(Edm.String)"/> | |
<Property Name="TrustedForDelegation" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="AppPrincipalCredentialReference"> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="NameIdentifier" Type="Edm.String"/> | |
<Property Name="NotAfter" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="NotBefore" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="AppPrincipalConfiguration"> | |
<Property Name="ApplicationEndpointAuthorities" Type="Collection(Edm.String)"/> | |
<Property Name="ApplicationPrincipalNames" Type="Collection(Edm.String)"/> | |
<Property Name="NameIdentifier" Type="Edm.String"/> | |
<Property Name="RedirectAddresses" Type="Collection(Edm.String)"/> | |
</ComplexType> | |
<EntityType Name="ApiMetadata"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Current" Relationship="SP.SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner" ToRole="Current" FromRole="CurrentPartner"/> | |
<NavigationProperty Name="Types" Relationship="SP.SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner" ToRole="Types" FromRole="TypesPartner"/> | |
</EntityType> | |
<EntityType Name="TypeInformation"> | |
<Key> | |
<PropertyRef Name="BaseTypeFullName"/> | |
</Key> | |
<Property Name="BaseTypeFullName" Type="Edm.String" Nullable="false"/> | |
<Property Name="FullName" Type="Edm.String"/> | |
<Property Name="IsValueObject" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Methods" Type="Collection(SP.MethodInformation)"/> | |
<Property Name="Properties" Type="Collection(SP.PropertyInformation)"/> | |
</EntityType> | |
<EntityType Name="Site"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AllowDesigner" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowMasterPageEditing" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowRevertFromTemplate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowSelfServiceUpgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowSelfServiceUpgradeEvaluation" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanUpgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LockIssue" Type="Edm.String"/> | |
<Property Name="MaxItemsPerThrottledOperation" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PrimaryUri" Type="Edm.String"/> | |
<Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="ShareByLinkEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ShowUrlStructure" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UIVersionConfigurationEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UpgradeInfo" Type="SP.UpgradeInfo"/> | |
<Property Name="UpgradeReminderDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Upgrading" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="Usage" Type="SP.UsageInfo"/> | |
<NavigationProperty Name="EventReceivers" Relationship="SP.SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner" ToRole="EventReceivers" FromRole="EventReceiversPartner"/> | |
<NavigationProperty Name="Features" Relationship="SP.SP_Site_Features_SP_Feature_FeaturesPartner" ToRole="Features" FromRole="FeaturesPartner"/> | |
<NavigationProperty Name="Owner" Relationship="SP.SP_Site_Owner_SP_User_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="RecycleBin" Relationship="SP.SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner" ToRole="RecycleBin" FromRole="RecycleBinPartner"/> | |
<NavigationProperty Name="RootWeb" Relationship="SP.SP_Site_RootWeb_SP_Web_RootWebPartner" ToRole="RootWeb" FromRole="RootWebPartner"/> | |
<NavigationProperty Name="UserCustomActions" Relationship="SP.SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner" ToRole="UserCustomActions" FromRole="UserCustomActionsPartner"/> | |
</EntityType> | |
<EntityType Name="EventReceiverDefinition"> | |
<Key> | |
<PropertyRef Name="ReceiverId"/> | |
</Key> | |
<Property Name="ReceiverAssembly" Type="Edm.String"/> | |
<Property Name="ReceiverClass" Type="Edm.String"/> | |
<Property Name="ReceiverId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ReceiverName" Type="Edm.String"/> | |
<Property Name="SequenceNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Synchronization" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EventType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ReceiverUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Feature"> | |
<Key> | |
<PropertyRef Name="DefinitionId"/> | |
</Key> | |
<Property Name="DefinitionId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Principal" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsHiddenInUI" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LoginName" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="PrincipalType" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="User" BaseType="SP.Principal"> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="IsSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UserId" Type="SP.UserIdInfo"/> | |
<NavigationProperty Name="Groups" Relationship="SP.SP_User_Groups_SP_Group_GroupsPartner" ToRole="Groups" FromRole="GroupsPartner"/> | |
</EntityType> | |
<EntityType Name="Group" BaseType="SP.Principal"> | |
<Property Name="AllowMembersEditMembership" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowRequestToJoinLeave" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AutoAcceptRequestToJoinLeave" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanCurrentUserEditMembership" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanCurrentUserManageGroup" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanCurrentUserViewMembership" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="OwnerTitle" Type="Edm.String"/> | |
<Property Name="RequestToJoinLeaveEmailSetting" Type="Edm.String"/> | |
<NavigationProperty Name="Owner" Relationship="SP.SP_Group_Owner_SP_Principal_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="Users" Relationship="SP.SP_Group_Users_SP_User_UsersPartner" ToRole="Users" FromRole="UsersPartner"/> | |
</EntityType> | |
<EntityType Name="RecycleBinItem"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="DeletedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DirName" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ItemState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LeafName" Type="Edm.String"/> | |
<Property Name="Size" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.SP_RecycleBinItem_Author_SP_User_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="DeletedBy" Relationship="SP.SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner" ToRole="DeletedBy" FromRole="DeletedByPartner"/> | |
</EntityType> | |
<EntityType Name="SecurableObject" Abstract="true"> | |
<Key> | |
<PropertyRef Name="HasUniqueRoleAssignments"/> | |
</Key> | |
<Property Name="HasUniqueRoleAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="FirstUniqueAncestorSecurableObject" Relationship="SP.SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner" ToRole="FirstUniqueAncestorSecurableObject" FromRole="FirstUniqueAncestorSecurableObjectPartner"/> | |
<NavigationProperty Name="RoleAssignments" Relationship="SP.SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner" ToRole="RoleAssignments" FromRole="RoleAssignmentsPartner"/> | |
</EntityType> | |
<EntityType Name="RoleAssignment"> | |
<Key> | |
<PropertyRef Name="PrincipalId"/> | |
</Key> | |
<Property Name="PrincipalId" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Member" Relationship="SP.SP_RoleAssignment_Member_SP_Principal_MemberPartner" ToRole="Member" FromRole="MemberPartner"/> | |
<NavigationProperty Name="RoleDefinitionBindings" Relationship="SP.SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner" ToRole="RoleDefinitionBindings" FromRole="RoleDefinitionBindingsPartner"/> | |
</EntityType> | |
<EntityType Name="RoleDefinition"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="BasePermissions" Type="SP.BasePermissions"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RoleTypeKind" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Web" BaseType="SP.SecurableObject"> | |
<Property Name="AllowDesignerForCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowMasterPageEditingForCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowRevertFromTemplateForCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowRssFeeds" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Configuration" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="CustomMasterUrl" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DocumentLibraryCalloutOfficeWebAppPreviewersDisabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EffectiveBasePermissions" Type="SP.BasePermissions"/> | |
<Property Name="EnableMinimalDownload" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Language" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="MasterUrl" Type="Edm.String"/> | |
<Property Name="QuickLaunchEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RecycleBinEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SaveSiteAsTemplateEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="ShowUrlStructureForCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SupportedUILanguageIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="SyndicationEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TreeViewEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UIVersion" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UIVersionConfigurationEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="WebTemplate" Type="Edm.String"/> | |
<NavigationProperty Name="AllProperties" Relationship="SP.SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner" ToRole="AllProperties" FromRole="AllPropertiesPartner"/> | |
<NavigationProperty Name="AssociatedMemberGroup" Relationship="SP.SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner" ToRole="AssociatedMemberGroup" FromRole="AssociatedMemberGroupPartner"/> | |
<NavigationProperty Name="AssociatedOwnerGroup" Relationship="SP.SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner" ToRole="AssociatedOwnerGroup" FromRole="AssociatedOwnerGroupPartner"/> | |
<NavigationProperty Name="AssociatedVisitorGroup" Relationship="SP.SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner" ToRole="AssociatedVisitorGroup" FromRole="AssociatedVisitorGroupPartner"/> | |
<NavigationProperty Name="AvailableContentTypes" Relationship="SP.SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner" ToRole="AvailableContentTypes" FromRole="AvailableContentTypesPartner"/> | |
<NavigationProperty Name="AvailableFields" Relationship="SP.SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner" ToRole="AvailableFields" FromRole="AvailableFieldsPartner"/> | |
<NavigationProperty Name="ContentTypes" Relationship="SP.SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner" ToRole="ContentTypes" FromRole="ContentTypesPartner"/> | |
<NavigationProperty Name="CurrentUser" Relationship="SP.SP_Web_CurrentUser_SP_User_CurrentUserPartner" ToRole="CurrentUser" FromRole="CurrentUserPartner"/> | |
<NavigationProperty Name="EventReceivers" Relationship="SP.SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner" ToRole="EventReceivers" FromRole="EventReceiversPartner"/> | |
<NavigationProperty Name="Features" Relationship="SP.SP_Web_Features_SP_Feature_FeaturesPartner" ToRole="Features" FromRole="FeaturesPartner"/> | |
<NavigationProperty Name="Fields" Relationship="SP.SP_Web_Fields_SP_Field_FieldsPartner" ToRole="Fields" FromRole="FieldsPartner"/> | |
<NavigationProperty Name="Folders" Relationship="SP.SP_Web_Folders_SP_Folder_FoldersPartner" ToRole="Folders" FromRole="FoldersPartner"/> | |
<NavigationProperty Name="Lists" Relationship="SP.SP_Web_Lists_SP_List_ListsPartner" ToRole="Lists" FromRole="ListsPartner"/> | |
<NavigationProperty Name="ListTemplates" Relationship="SP.SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner" ToRole="ListTemplates" FromRole="ListTemplatesPartner"/> | |
<NavigationProperty Name="Navigation" Relationship="SP.SP_Web_Navigation_SP_Navigation_NavigationPartner" ToRole="Navigation" FromRole="NavigationPartner"/> | |
<NavigationProperty Name="ParentWeb" Relationship="SP.SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner" ToRole="ParentWeb" FromRole="ParentWebPartner"/> | |
<NavigationProperty Name="PushNotificationSubscribers" Relationship="SP.SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner" ToRole="PushNotificationSubscribers" FromRole="PushNotificationSubscribersPartner"/> | |
<NavigationProperty Name="RecycleBin" Relationship="SP.SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner" ToRole="RecycleBin" FromRole="RecycleBinPartner"/> | |
<NavigationProperty Name="RegionalSettings" Relationship="SP.SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner" ToRole="RegionalSettings" FromRole="RegionalSettingsPartner"/> | |
<NavigationProperty Name="RoleDefinitions" Relationship="SP.SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner" ToRole="RoleDefinitions" FromRole="RoleDefinitionsPartner"/> | |
<NavigationProperty Name="RootFolder" Relationship="SP.SP_Web_RootFolder_SP_Folder_RootFolderPartner" ToRole="RootFolder" FromRole="RootFolderPartner"/> | |
<NavigationProperty Name="SiteGroups" Relationship="SP.SP_Web_SiteGroups_SP_Group_SiteGroupsPartner" ToRole="SiteGroups" FromRole="SiteGroupsPartner"/> | |
<NavigationProperty Name="SiteUserInfoList" Relationship="SP.SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner" ToRole="SiteUserInfoList" FromRole="SiteUserInfoListPartner"/> | |
<NavigationProperty Name="SiteUsers" Relationship="SP.SP_Web_SiteUsers_SP_User_SiteUsersPartner" ToRole="SiteUsers" FromRole="SiteUsersPartner"/> | |
<NavigationProperty Name="ThemeInfo" Relationship="SP.SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner" ToRole="ThemeInfo" FromRole="ThemeInfoPartner"/> | |
<NavigationProperty Name="UserCustomActions" Relationship="SP.SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner" ToRole="UserCustomActions" FromRole="UserCustomActionsPartner"/> | |
<NavigationProperty Name="Webs" Relationship="SP.SP_Web_Webs_SP_Web_WebsPartner" ToRole="Webs" FromRole="WebsPartner"/> | |
<NavigationProperty Name="WebInfos" Relationship="SP.SP_Web_WebInfos_SP_WebInformation_WebInfosPartner" ToRole="WebInfos" FromRole="WebInfosPartner"/> | |
<NavigationProperty Name="WorkflowAssociations" Relationship="SP.Workflow.SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner" ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner"/> | |
<NavigationProperty Name="WorkflowTemplates" Relationship="SP.Workflow.SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner" ToRole="WorkflowTemplates" FromRole="WorkflowTemplatesPartner"/> | |
</EntityType> | |
<EntityType Name="PropertyValues" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ContentType"> | |
<Key> | |
<PropertyRef Name="StringId"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DisplayFormTemplateName" Type="Edm.String"/> | |
<Property Name="DisplayFormUrl" Type="Edm.String"/> | |
<Property Name="DocumentTemplate" Type="Edm.String"/> | |
<Property Name="DocumentTemplateUrl" Type="Edm.String"/> | |
<Property Name="EditFormTemplateName" Type="Edm.String"/> | |
<Property Name="EditFormUrl" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="SP.ContentTypeId"/> | |
<Property Name="JSLink" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="NewFormTemplateName" Type="Edm.String"/> | |
<Property Name="NewFormUrl" Type="Edm.String"/> | |
<Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SchemaXml" Type="Edm.String"/> | |
<Property Name="SchemaXmlWithResourceTokens" Type="Edm.String"/> | |
<Property Name="Scope" Type="Edm.String"/> | |
<Property Name="Sealed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StringId" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="FieldLinks" Relationship="SP.SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner" ToRole="FieldLinks" FromRole="FieldLinksPartner"/> | |
<NavigationProperty Name="Fields" Relationship="SP.SP_ContentType_Fields_SP_Field_FieldsPartner" ToRole="Fields" FromRole="FieldsPartner"/> | |
<NavigationProperty Name="Parent" Relationship="SP.SP_ContentType_Parent_SP_ContentType_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="WorkflowAssociations" Relationship="SP.Workflow.SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner" ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner"/> | |
</EntityType> | |
<EntityType Name="FieldLink"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="FieldInternalName" Type="Edm.String"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Field"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="CanBeDeleted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultValue" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Direction" Type="Edm.String"/> | |
<Property Name="EnforceUniqueValues" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EntityPropertyName" Type="Edm.String"/> | |
<Property Name="Filterable" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="FromBaseType" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Indexed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="InternalName" Type="Edm.String"/> | |
<Property Name="JSLink" Type="Edm.String"/> | |
<Property Name="ReadOnlyField" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SchemaXml" Type="Edm.String"/> | |
<Property Name="SchemaXmlWithResourceTokens" Type="Edm.String"/> | |
<Property Name="Scope" Type="Edm.String"/> | |
<Property Name="Sealed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Sortable" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StaticName" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="FieldTypeKind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TypeAsString" Type="Edm.String"/> | |
<Property Name="TypeDisplayName" Type="Edm.String"/> | |
<Property Name="TypeShortDescription" Type="Edm.String"/> | |
<Property Name="ValidationFormula" Type="Edm.String"/> | |
<Property Name="ValidationMessage" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Folder"> | |
<Key> | |
<PropertyRef Name="ServerRelativeUrl"/> | |
</Key> | |
<Property Name="ContentTypeOrder" Type="Collection(SP.ContentTypeId)"/> | |
<Property Name="ItemCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String" Nullable="false"/> | |
<Property Name="UniqueContentTypeOrder" Type="Collection(SP.ContentTypeId)"/> | |
<Property Name="WelcomePage" Type="Edm.String"/> | |
<NavigationProperty Name="Files" Relationship="SP.SP_Folder_Files_SP_File_FilesPartner" ToRole="Files" FromRole="FilesPartner"/> | |
<NavigationProperty Name="ListItemAllFields" Relationship="SP.SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner" ToRole="ListItemAllFields" FromRole="ListItemAllFieldsPartner"/> | |
<NavigationProperty Name="ParentFolder" Relationship="SP.SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner" ToRole="ParentFolder" FromRole="ParentFolderPartner"/> | |
<NavigationProperty Name="Properties" Relationship="SP.SP_Folder_Properties_SP_PropertyValues_PropertiesPartner" ToRole="Properties" FromRole="PropertiesPartner"/> | |
<NavigationProperty Name="Folders" Relationship="SP.SP_Folder_Folders_SP_Folder_FoldersPartner" ToRole="Folders" FromRole="FoldersPartner"/> | |
</EntityType> | |
<EntityType Name="File"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="CheckInComment" Type="Edm.String"/> | |
<Property Name="CheckOutType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ContentTag" Type="Edm.String"/> | |
<Property Name="CustomizedPageStatus" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ETag" Type="Edm.String"/> | |
<Property Name="Exists" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Length" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Level" Type="Edm.Byte" Nullable="false"/> | |
<Property Name="MajorVersion" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MinorVersion" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TimeLastModified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="UIVersion" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UIVersionLabel" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.SP_File_Author_SP_User_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="CheckedOutByUser" Relationship="SP.SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner" ToRole="CheckedOutByUser" FromRole="CheckedOutByUserPartner"/> | |
<NavigationProperty Name="ListItemAllFields" Relationship="SP.SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner" ToRole="ListItemAllFields" FromRole="ListItemAllFieldsPartner"/> | |
<NavigationProperty Name="LockedByUser" Relationship="SP.SP_File_LockedByUser_SP_User_LockedByUserPartner" ToRole="LockedByUser" FromRole="LockedByUserPartner"/> | |
<NavigationProperty Name="ModifiedBy" Relationship="SP.SP_File_ModifiedBy_SP_User_ModifiedByPartner" ToRole="ModifiedBy" FromRole="ModifiedByPartner"/> | |
<NavigationProperty Name="Versions" Relationship="SP.SP_File_Versions_SP_FileVersion_VersionsPartner" ToRole="Versions" FromRole="VersionsPartner"/> | |
</EntityType> | |
<EntityType Name="ListItem" BaseType="SP.SecurableObject"> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="EffectiveBasePermissions" Type="SP.BasePermissions"/> | |
<Property Name="EffectiveBasePermissionsForUI" Type="SP.BasePermissions"/> | |
<Property Name="FileSystemObjectType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="AttachmentFiles" Relationship="SP.SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner" ToRole="AttachmentFiles" FromRole="AttachmentFilesPartner"/> | |
<NavigationProperty Name="ContentType" Relationship="SP.SP_ListItem_ContentType_SP_ContentType_ContentTypePartner" ToRole="ContentType" FromRole="ContentTypePartner"/> | |
<NavigationProperty Name="FieldValuesAsHtml" Relationship="SP.SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner" ToRole="FieldValuesAsHtml" FromRole="FieldValuesAsHtmlPartner"/> | |
<NavigationProperty Name="FieldValuesAsText" Relationship="SP.SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner" ToRole="FieldValuesAsText" FromRole="FieldValuesAsTextPartner"/> | |
<NavigationProperty Name="FieldValuesForEdit" Relationship="SP.SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner" ToRole="FieldValuesForEdit" FromRole="FieldValuesForEditPartner"/> | |
<NavigationProperty Name="File" Relationship="SP.SP_ListItem_File_SP_File_FilePartner" ToRole="File" FromRole="FilePartner"/> | |
<NavigationProperty Name="Folder" Relationship="SP.SP_ListItem_Folder_SP_Folder_FolderPartner" ToRole="Folder" FromRole="FolderPartner"/> | |
<NavigationProperty Name="ParentList" Relationship="SP.SP_ListItem_ParentList_SP_List_ParentListPartner" ToRole="ParentList" FromRole="ParentListPartner"/> | |
</EntityType> | |
<EntityType Name="Attachment"> | |
<Key> | |
<PropertyRef Name="FileName"/> | |
</Key> | |
<Property Name="FileName" Type="Edm.String" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="FieldStringValues"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="List" BaseType="SP.SecurableObject"> | |
<Property Name="AllowContentTypes" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="BaseTemplate" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BaseType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BrowserFileHandling" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ContentTypesEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DataSource" Type="SP.ListDataSource"/> | |
<Property Name="DefaultContentApprovalWorkflowId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="DefaultDisplayFormUrl" Type="Edm.String"/> | |
<Property Name="DefaultEditFormUrl" Type="Edm.String"/> | |
<Property Name="DefaultNewFormUrl" Type="Edm.String"/> | |
<Property Name="DefaultViewUrl" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Direction" Type="Edm.String"/> | |
<Property Name="DocumentTemplateUrl" Type="Edm.String"/> | |
<Property Name="DraftVersionVisibility" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EffectiveBasePermissions" Type="SP.BasePermissions"/> | |
<Property Name="EffectiveBasePermissionsForUI" Type="SP.BasePermissions"/> | |
<Property Name="EnableAttachments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableFolderCreation" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableMinorVersions" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableModeration" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableVersioning" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EntityTypeName" Type="Edm.String"/> | |
<Property Name="ForceCheckout" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasExternalDataSource" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="IrmEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IrmExpire" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IrmReject" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsApplicationList" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsCatalog" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsPrivate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSiteAssetsLibrary" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ItemCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LastItemDeletedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ListItemEntityTypeFullName" Type="Edm.String"/> | |
<Property Name="MultipleDataList" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="NoCrawl" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="OnQuickLaunch" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ParentWebUrl" Type="Edm.String"/> | |
<Property Name="SchemaXml" Type="Edm.String"/> | |
<Property Name="ServerTemplateCanCreateFolders" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="TemplateFeatureId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="ValidationFormula" Type="Edm.String"/> | |
<Property Name="ValidationMessage" Type="Edm.String"/> | |
<NavigationProperty Name="ContentTypes" Relationship="SP.SP_List_ContentTypes_SP_ContentType_ContentTypesPartner" ToRole="ContentTypes" FromRole="ContentTypesPartner"/> | |
<NavigationProperty Name="DefaultView" Relationship="SP.SP_List_DefaultView_SP_View_DefaultViewPartner" ToRole="DefaultView" FromRole="DefaultViewPartner"/> | |
<NavigationProperty Name="EventReceivers" Relationship="SP.SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner" ToRole="EventReceivers" FromRole="EventReceiversPartner"/> | |
<NavigationProperty Name="Fields" Relationship="SP.SP_List_Fields_SP_Field_FieldsPartner" ToRole="Fields" FromRole="FieldsPartner"/> | |
<NavigationProperty Name="Forms" Relationship="SP.SP_List_Forms_SP_Form_FormsPartner" ToRole="Forms" FromRole="FormsPartner"/> | |
<NavigationProperty Name="InformationRightsManagementSettings" Relationship="SP.SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner" ToRole="InformationRightsManagementSettings" FromRole="InformationRightsManagementSettingsPartner"/> | |
<NavigationProperty Name="Items" Relationship="SP.SP_List_Items_SP_ListItem_ItemsPartner" ToRole="Items" FromRole="ItemsPartner"/> | |
<NavigationProperty Name="ParentWeb" Relationship="SP.SP_List_ParentWeb_SP_Web_ParentWebPartner" ToRole="ParentWeb" FromRole="ParentWebPartner"/> | |
<NavigationProperty Name="RootFolder" Relationship="SP.SP_List_RootFolder_SP_Folder_RootFolderPartner" ToRole="RootFolder" FromRole="RootFolderPartner"/> | |
<NavigationProperty Name="UserCustomActions" Relationship="SP.SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner" ToRole="UserCustomActions" FromRole="UserCustomActionsPartner"/> | |
<NavigationProperty Name="Views" Relationship="SP.SP_List_Views_SP_View_ViewsPartner" ToRole="Views" FromRole="ViewsPartner"/> | |
<NavigationProperty Name="WorkflowAssociations" Relationship="SP.Workflow.SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner" ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner"/> | |
</EntityType> | |
<EntityType Name="View"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Aggregations" Type="Edm.String"/> | |
<Property Name="AggregationsStatus" Type="Edm.String"/> | |
<Property Name="BaseViewId" Type="Edm.String"/> | |
<Property Name="ContentTypeId" Type="SP.ContentTypeId"/> | |
<Property Name="DefaultView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultViewForContentType" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EditorModified" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Formats" Type="Edm.String"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HtmlSchemaXml" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="IncludeRootFolder" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ViewJoins" Type="Edm.String"/> | |
<Property Name="JSLink" Type="Edm.String"/> | |
<Property Name="ListViewXml" Type="Edm.String"/> | |
<Property Name="Method" Type="Edm.String"/> | |
<Property Name="MobileDefaultView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MobileView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ModerationType" Type="Edm.String"/> | |
<Property Name="OrderedView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Paged" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PersonalView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ViewProjectedFields" Type="Edm.String"/> | |
<Property Name="ViewQuery" Type="Edm.String"/> | |
<Property Name="ReadOnlyView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RequiresClientIntegration" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RowLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Scope" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="StyleId" Type="Edm.String"/> | |
<Property Name="Threaded" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Toolbar" Type="Edm.String"/> | |
<Property Name="ToolbarTemplateName" Type="Edm.String"/> | |
<Property Name="ViewType" Type="Edm.String"/> | |
<Property Name="ViewData" Type="Edm.String"/> | |
<NavigationProperty Name="ViewFields" Relationship="SP.SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner" ToRole="ViewFields" FromRole="ViewFieldsPartner"/> | |
</EntityType> | |
<EntityType Name="ViewFieldCollection"> | |
<Key> | |
<PropertyRef Name="SchemaXml"/> | |
</Key> | |
<Property Name="SchemaXml" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<EntityType Name="Form"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="FormType" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="InformationRightsManagementSettings"> | |
<Key> | |
<PropertyRef Name="AllowPrint"/> | |
</Key> | |
<Property Name="AllowPrint" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowScript" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowWriteCopy" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DisableDocumentBrowserView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DocumentAccessExpireDays" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DocumentLibraryProtectionExpireDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EnableDocumentAccessExpire" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableDocumentBrowserPublishingView" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableGroupProtection" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableLicenseCacheExpire" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GroupName" Type="Edm.String"/> | |
<Property Name="LicenseCacheExpireDays" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PolicyDescription" Type="Edm.String"/> | |
<Property Name="PolicyTitle" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="UserCustomAction"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="CommandUIExtension" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="Location" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="RegistrationId" Type="Edm.String"/> | |
<Property Name="RegistrationType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Rights" Type="SP.BasePermissions"/> | |
<Property Name="Scope" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ScriptBlock" Type="Edm.String"/> | |
<Property Name="ScriptSrc" Type="Edm.String"/> | |
<Property Name="Sequence" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="VersionOfUserCustomAction" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="FileVersion"> | |
<Key> | |
<PropertyRef Name="ID"/> | |
</Key> | |
<Property Name="CheckInComment" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ID" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsCurrentVersion" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Size" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="VersionLabel" Type="Edm.String"/> | |
<NavigationProperty Name="CreatedBy" Relationship="SP.SP_FileVersion_CreatedBy_SP_User_CreatedByPartner" ToRole="CreatedBy" FromRole="CreatedByPartner"/> | |
</EntityType> | |
<EntityType Name="ListTemplate"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="AllowsFolderCreation" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="BaseType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="FeatureId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="InternalName" Type="Edm.String"/> | |
<Property Name="IsCustomTemplate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="OnQuickLaunch" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ListTemplateTypeKind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Unique" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Navigation"> | |
<Key> | |
<PropertyRef Name="UseShared"/> | |
</Key> | |
<Property Name="UseShared" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="QuickLaunch" Relationship="SP.SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner" ToRole="QuickLaunch" FromRole="QuickLaunchPartner"/> | |
<NavigationProperty Name="TopNavigationBar" Relationship="SP.SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner" ToRole="TopNavigationBar" FromRole="TopNavigationBarPartner"/> | |
</EntityType> | |
<EntityType Name="NavigationNode"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsDocLib" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsExternal" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsVisible" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<NavigationProperty Name="Children" Relationship="SP.SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner" ToRole="Children" FromRole="ChildrenPartner"/> | |
</EntityType> | |
<EntityType Name="WebInformation"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Configuration" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Language" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="WebTemplate" Type="Edm.String"/> | |
<Property Name="WebTemplateId" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="PushNotificationSubscriber"> | |
<Key> | |
<PropertyRef Name="CustomArgs"/> | |
</Key> | |
<Property Name="CustomArgs" Type="Edm.String" Nullable="false"/> | |
<Property Name="DeviceAppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LastModifiedTimeStamp" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RegistrationTimeStamp" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ServiceToken" Type="Edm.String"/> | |
<Property Name="SubscriberType" Type="Edm.String"/> | |
<NavigationProperty Name="User" Relationship="SP.SP_PushNotificationSubscriber_User_SP_User_UserPartner" ToRole="User" FromRole="UserPartner"/> | |
</EntityType> | |
<EntityType Name="RegionalSettings"> | |
<Key> | |
<PropertyRef Name="AdjustHijriDays"/> | |
</Key> | |
<Property Name="AdjustHijriDays" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="AlternateCalendarType" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="AM" Type="Edm.String"/> | |
<Property Name="CalendarType" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="Collation" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="CollationLCID" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DateFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DateSeparator" Type="Edm.String"/> | |
<Property Name="DecimalSeparator" Type="Edm.String"/> | |
<Property Name="DigitGrouping" Type="Edm.String"/> | |
<Property Name="FirstDayOfWeek" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FirstWeekOfYear" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="IsEastAsia" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRightToLeft" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsUIRightToLeft" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ListSeparator" Type="Edm.String"/> | |
<Property Name="LocaleId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NegativeSign" Type="Edm.String"/> | |
<Property Name="NegNumberMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PM" Type="Edm.String"/> | |
<Property Name="PositiveSign" Type="Edm.String"/> | |
<Property Name="ShowWeeks" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ThousandSeparator" Type="Edm.String"/> | |
<Property Name="Time24" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="TimeMarkerPosition" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TimeSeparator" Type="Edm.String"/> | |
<Property Name="WorkDayEndHour" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="WorkDays" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="WorkDayStartHour" Type="Edm.Int16" Nullable="false"/> | |
<NavigationProperty Name="TimeZone" Relationship="SP.SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner" ToRole="TimeZone" FromRole="TimeZonePartner"/> | |
<NavigationProperty Name="TimeZones" Relationship="SP.SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner" ToRole="TimeZones" FromRole="TimeZonesPartner"/> | |
</EntityType> | |
<EntityType Name="TimeZone"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Information" Type="SP.TimeZoneInformation"/> | |
</EntityType> | |
<EntityType Name="ThemeInfo"> | |
<Key> | |
<PropertyRef Name="AccessibleDescription"/> | |
</Key> | |
<Property Name="AccessibleDescription" Type="Edm.String" Nullable="false"/> | |
<Property Name="ThemeBackgroundImageUri" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="AppCatalog" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AppInstanceErrorDetails"> | |
<Key> | |
<PropertyRef Name="CorrelationId"/> | |
</Key> | |
<Property Name="CorrelationId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ErrorDetail" Type="Edm.String"/> | |
<Property Name="ErrorType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ErrorTypeName" Type="Edm.String"/> | |
<Property Name="ExceptionMessage" Type="Edm.String"/> | |
<Property Name="Source" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SourceName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="AppInstance"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AppPrincipalId" Type="Edm.String"/> | |
<Property Name="AppWebFullUrl" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InError" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StartPage" Type="Edm.String"/> | |
<Property Name="RemoteAppUrl" Type="Edm.String"/> | |
<Property Name="SettingsPageUrl" Type="Edm.String"/> | |
<Property Name="SiteId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="App"> | |
<Key> | |
<PropertyRef Name="AssetId"/> | |
</Key> | |
<Property Name="AssetId" Type="Edm.String" Nullable="false"/> | |
<Property Name="ContentMarket" Type="Edm.String"/> | |
<Property Name="VersionString" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="AlternateUrl"> | |
<Key> | |
<PropertyRef Name="Uri"/> | |
</Key> | |
<Property Name="Uri" Type="Edm.String" Nullable="false"/> | |
<Property Name="UrlZone" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="RelatedItemManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ServerSettings" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AccessRequests" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AppContextSite"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Site" Relationship="SP.SP_AppContextSite_Site_SP_Site_SitePartner" ToRole="Site" FromRole="SitePartner"/> | |
<NavigationProperty Name="Web" Relationship="SP.SP_AppContextSite_Web_SP_Web_WebPartner" ToRole="Web" FromRole="WebPartner"/> | |
</EntityType> | |
<EntityType Name="Change"> | |
<Key> | |
<PropertyRef Name="ChangeType"/> | |
</Key> | |
<Property Name="ChangeToken" Type="SP.ChangeToken"/> | |
<Property Name="ChangeType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SiteId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Time" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeAlert" BaseType="SP.Change"> | |
<Property Name="AlertId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeContentType" BaseType="SP.Change"> | |
<Property Name="ContentTypeId" Type="SP.ContentTypeId"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeField" BaseType="SP.Change"> | |
<Property Name="FieldId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeFile" BaseType="SP.Change"> | |
<Property Name="UniqueId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeFolder" BaseType="SP.Change"> | |
<Property Name="UniqueId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeGroup" BaseType="SP.Change"> | |
<Property Name="GroupId" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeItem" BaseType="SP.Change"> | |
<Property Name="ItemId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeList" BaseType="SP.Change"> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeSite" BaseType="SP.Change"/> | |
<EntityType Name="ChangeUser" BaseType="SP.Change"> | |
<Property Name="Activate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeView" BaseType="SP.Change"> | |
<Property Name="ViewId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ChangeWeb" BaseType="SP.Change"> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CompatibilityRange"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="RequestContext"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Current" Relationship="SP.SP_RequestContext_Current_SP_RequestContext_CurrentPartner" ToRole="Current" FromRole="CurrentPartner"/> | |
<NavigationProperty Name="Site" Relationship="SP.SP_RequestContext_Site_SP_Site_SitePartner" ToRole="Site" FromRole="SitePartner"/> | |
<NavigationProperty Name="Web" Relationship="SP.SP_RequestContext_Web_SP_Web_WebPartner" ToRole="Web" FromRole="WebPartner"/> | |
</EntityType> | |
<EntityType Name="FieldCalculated" BaseType="SP.Field"> | |
<Property Name="DateFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Formula" Type="Edm.String"/> | |
<Property Name="OutputType" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldMultiChoice" BaseType="SP.Field"> | |
<Property Name="FillInChoice" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Mappings" Type="Edm.String"/> | |
<Property Name="Choices" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<EntityType Name="FieldChoice" BaseType="SP.FieldMultiChoice"> | |
<Property Name="EditFormat" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldComputed" BaseType="SP.Field"> | |
<Property Name="EnableLookup" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldNumber" BaseType="SP.Field"> | |
<Property Name="MaximumValue" Type="Edm.Double" Nullable="false"/> | |
<Property Name="MinimumValue" Type="Edm.Double" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldCurrency" BaseType="SP.FieldNumber"> | |
<Property Name="CurrencyLocaleId" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldDateTime" BaseType="SP.Field"> | |
<Property Name="DateTimeCalendarType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FriendlyDisplayFormat" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldGeolocation" BaseType="SP.Field"/> | |
<EntityType Name="FieldGuid" BaseType="SP.Field"/> | |
<EntityType Name="FieldLookup" BaseType="SP.Field"> | |
<Property Name="AllowMultipleValues" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRelationship" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupField" Type="Edm.String"/> | |
<Property Name="LookupList" Type="Edm.String"/> | |
<Property Name="LookupWebId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="PrimaryFieldId" Type="Edm.String"/> | |
<Property Name="RelationshipDeleteBehavior" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldMultiLineText" BaseType="SP.Field"> | |
<Property Name="AllowHyperlink" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AppendOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="NumberOfLines" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RestrictedMode" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RichText" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="WikiLinking" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldRatingScale" BaseType="SP.FieldMultiChoice"> | |
<Property Name="GridEndNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="GridNAOptionText" Type="Edm.String"/> | |
<Property Name="GridStartNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="GridTextRangeAverage" Type="Edm.String"/> | |
<Property Name="GridTextRangeHigh" Type="Edm.String"/> | |
<Property Name="GridTextRangeLow" Type="Edm.String"/> | |
<Property Name="RangeCount" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldText" BaseType="SP.Field"> | |
<Property Name="MaxLength" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldUrl" BaseType="SP.Field"> | |
<Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FieldUser" BaseType="SP.FieldLookup"> | |
<Property Name="AllowDisplay" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Presence" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SelectionGroup" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SelectionMode" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ObjectSharingInformation"> | |
<Key> | |
<PropertyRef Name="AnonymousEditLink"/> | |
</Key> | |
<Property Name="AnonymousEditLink" Type="Edm.String" Nullable="false"/> | |
<Property Name="AnonymousViewLink" Type="Edm.String"/> | |
<Property Name="CanManagePermissions" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasPendingAccessRequests" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasPermissionLevels" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSharedWithCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSharedWithGuest" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSharedWithMany" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSharedWithSecurityGroup" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PendingAccessRequestsLink" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="ObjectSharingInformationUser"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="CustomRoleNames" Type="Edm.String"/> | |
<Property Name="Department" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasViewPermission" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="JobTitle" Type="Edm.String"/> | |
<Property Name="LoginName" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Picture" Type="Edm.String"/> | |
<Property Name="SipAddress" Type="Edm.String"/> | |
<NavigationProperty Name="Principal" Relationship="SP.SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner" ToRole="Principal" FromRole="PrincipalPartner"/> | |
<NavigationProperty Name="User" Relationship="SP.SP_ObjectSharingInformationUser_User_SP_User_UserPartner" ToRole="User" FromRole="UserPartner"/> | |
</EntityType> | |
<EntityType Name="RelatedField"> | |
<Key> | |
<PropertyRef Name="FieldId"/> | |
</Key> | |
<Property Name="FieldId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="RelationshipDeleteBehavior" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
<NavigationProperty Name="LookupList" Relationship="SP.SP_RelatedField_LookupList_SP_List_LookupListPartner" ToRole="LookupList" FromRole="LookupListPartner"/> | |
</EntityType> | |
<EntityType Name="SiteUrl"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WebProxy" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WebTemplate"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DisplayCategory" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="IsHidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRootWebOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSubWebOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Lcid" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="AppPrincipalCredential"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AppPrincipalIdentityProvider"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="External" Relationship="SP.SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner" ToRole="External" FromRole="ExternalPartner"/> | |
</EntityType> | |
<EntityType Name="AppPrincipalManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AppPrincipal"> | |
<Key> | |
<PropertyRef Name="DisplayName"/> | |
</Key> | |
<Property Name="DisplayName" Type="Edm.String" Nullable="false"/> | |
<Property Name="EndpointAuthorities" Type="Collection(Edm.String)"/> | |
<Property Name="NameIdentifier" Type="Edm.String"/> | |
<Property Name="RedirectAddresses" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<EntityType Name="AppPrincipalName"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="RequestVariable"> | |
<Key> | |
<PropertyRef Name="Value"/> | |
</Key> | |
<Property Name="Value" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<Association Name="SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner"> | |
<End Type="SP.ApiMetadata" Role="Current" Multiplicity="0..1"/> | |
<End Type="SP.ApiMetadata" Role="CurrentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner"> | |
<End Type="SP.TypeInformation" Role="Types" Multiplicity="*"/> | |
<End Type="SP.ApiMetadata" Role="TypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner"> | |
<End Type="SP.Site" Role="PersonalSite" Multiplicity="0..1"/> | |
<End Type="SP.UserProfiles.UserProfile" Role="PersonalSitePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*"/> | |
<End Type="SP.Site" Role="EventReceiversPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_Features_SP_Feature_FeaturesPartner"> | |
<End Type="SP.Feature" Role="Features" Multiplicity="*"/> | |
<End Type="SP.Site" Role="FeaturesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_Owner_SP_User_OwnerPartner"> | |
<End Type="SP.User" Role="Owner" Multiplicity="0..1"/> | |
<End Type="SP.Site" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"> | |
<End Type="SP.RecycleBinItem" Role="RecycleBin" Multiplicity="*"/> | |
<End Type="SP.Site" Role="RecycleBinPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_RootWeb_SP_Web_RootWebPartner"> | |
<End Type="SP.Web" Role="RootWeb" Multiplicity="0..1"/> | |
<End Type="SP.Site" Role="RootWebPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*"/> | |
<End Type="SP.Site" Role="UserCustomActionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_User_Groups_SP_Group_GroupsPartner"> | |
<End Type="SP.Group" Role="Groups" Multiplicity="*"/> | |
<End Type="SP.User" Role="GroupsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Group_Owner_SP_Principal_OwnerPartner"> | |
<End Type="SP.Principal" Role="Owner" Multiplicity="0..1"/> | |
<End Type="SP.Group" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Group_Users_SP_User_UsersPartner"> | |
<End Type="SP.User" Role="Users" Multiplicity="*"/> | |
<End Type="SP.Group" Role="UsersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RecycleBinItem_Author_SP_User_AuthorPartner"> | |
<End Type="SP.User" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.RecycleBinItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner"> | |
<End Type="SP.User" Role="DeletedBy" Multiplicity="0..1"/> | |
<End Type="SP.RecycleBinItem" Role="DeletedByPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner"> | |
<End Type="SP.SecurableObject" Role="FirstUniqueAncestorSecurableObject" Multiplicity="0..1"/> | |
<End Type="SP.SecurableObject" Role="FirstUniqueAncestorSecurableObjectPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner"> | |
<End Type="SP.RoleAssignment" Role="RoleAssignments" Multiplicity="*"/> | |
<End Type="SP.SecurableObject" Role="RoleAssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RoleAssignment_Member_SP_Principal_MemberPartner"> | |
<End Type="SP.Principal" Role="Member" Multiplicity="0..1"/> | |
<End Type="SP.RoleAssignment" Role="MemberPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner"> | |
<End Type="SP.RoleDefinition" Role="RoleDefinitionBindings" Multiplicity="*"/> | |
<End Type="SP.RoleAssignment" Role="RoleDefinitionBindingsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner"> | |
<End Type="SP.PropertyValues" Role="AllProperties" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="AllPropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner"> | |
<End Type="SP.Group" Role="AssociatedMemberGroup" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="AssociatedMemberGroupPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner"> | |
<End Type="SP.Group" Role="AssociatedOwnerGroup" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="AssociatedOwnerGroupPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner"> | |
<End Type="SP.Group" Role="AssociatedVisitorGroup" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="AssociatedVisitorGroupPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner"> | |
<End Type="SP.ContentType" Role="AvailableContentTypes" Multiplicity="*"/> | |
<End Type="SP.Web" Role="AvailableContentTypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner"> | |
<End Type="SP.Field" Role="AvailableFields" Multiplicity="*"/> | |
<End Type="SP.Web" Role="AvailableFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner"> | |
<End Type="SP.ContentType" Role="ContentTypes" Multiplicity="*"/> | |
<End Type="SP.Web" Role="ContentTypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_CurrentUser_SP_User_CurrentUserPartner"> | |
<End Type="SP.User" Role="CurrentUser" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="CurrentUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*"/> | |
<End Type="SP.Web" Role="EventReceiversPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Features_SP_Feature_FeaturesPartner"> | |
<End Type="SP.Feature" Role="Features" Multiplicity="*"/> | |
<End Type="SP.Web" Role="FeaturesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Fields_SP_Field_FieldsPartner"> | |
<End Type="SP.Field" Role="Fields" Multiplicity="*"/> | |
<End Type="SP.Web" Role="FieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Folders_SP_Folder_FoldersPartner"> | |
<End Type="SP.Folder" Role="Folders" Multiplicity="*"/> | |
<End Type="SP.Web" Role="FoldersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Lists_SP_List_ListsPartner"> | |
<End Type="SP.List" Role="Lists" Multiplicity="*"/> | |
<End Type="SP.Web" Role="ListsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner"> | |
<End Type="SP.ListTemplate" Role="ListTemplates" Multiplicity="*"/> | |
<End Type="SP.Web" Role="ListTemplatesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Navigation_SP_Navigation_NavigationPartner"> | |
<End Type="SP.Navigation" Role="Navigation" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="NavigationPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner"> | |
<End Type="SP.WebInformation" Role="ParentWeb" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="ParentWebPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner"> | |
<End Type="SP.PushNotificationSubscriber" Role="PushNotificationSubscribers" Multiplicity="*"/> | |
<End Type="SP.Web" Role="PushNotificationSubscribersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"> | |
<End Type="SP.RecycleBinItem" Role="RecycleBin" Multiplicity="*"/> | |
<End Type="SP.Web" Role="RecycleBinPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner"> | |
<End Type="SP.RegionalSettings" Role="RegionalSettings" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="RegionalSettingsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner"> | |
<End Type="SP.RoleDefinition" Role="RoleDefinitions" Multiplicity="*"/> | |
<End Type="SP.Web" Role="RoleDefinitionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_RootFolder_SP_Folder_RootFolderPartner"> | |
<End Type="SP.Folder" Role="RootFolder" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="RootFolderPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_SiteGroups_SP_Group_SiteGroupsPartner"> | |
<End Type="SP.Group" Role="SiteGroups" Multiplicity="*"/> | |
<End Type="SP.Web" Role="SiteGroupsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner"> | |
<End Type="SP.List" Role="SiteUserInfoList" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="SiteUserInfoListPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_SiteUsers_SP_User_SiteUsersPartner"> | |
<End Type="SP.User" Role="SiteUsers" Multiplicity="*"/> | |
<End Type="SP.Web" Role="SiteUsersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner"> | |
<End Type="SP.ThemeInfo" Role="ThemeInfo" Multiplicity="0..1"/> | |
<End Type="SP.Web" Role="ThemeInfoPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*"/> | |
<End Type="SP.Web" Role="UserCustomActionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_Webs_SP_Web_WebsPartner"> | |
<End Type="SP.Web" Role="Webs" Multiplicity="*"/> | |
<End Type="SP.Web" Role="WebsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_WebInfos_SP_WebInformation_WebInfosPartner"> | |
<End Type="SP.WebInformation" Role="WebInfos" Multiplicity="*"/> | |
<End Type="SP.Web" Role="WebInfosPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner"> | |
<End Type="SP.FieldLink" Role="FieldLinks" Multiplicity="*"/> | |
<End Type="SP.ContentType" Role="FieldLinksPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ContentType_Fields_SP_Field_FieldsPartner"> | |
<End Type="SP.Field" Role="Fields" Multiplicity="*"/> | |
<End Type="SP.ContentType" Role="FieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ContentType_Parent_SP_ContentType_ParentPartner"> | |
<End Type="SP.ContentType" Role="Parent" Multiplicity="0..1"/> | |
<End Type="SP.ContentType" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Folder_Files_SP_File_FilesPartner"> | |
<End Type="SP.File" Role="Files" Multiplicity="*"/> | |
<End Type="SP.Folder" Role="FilesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"> | |
<End Type="SP.ListItem" Role="ListItemAllFields" Multiplicity="0..1"/> | |
<End Type="SP.Folder" Role="ListItemAllFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner"> | |
<End Type="SP.Folder" Role="ParentFolder" Multiplicity="0..1"/> | |
<End Type="SP.Folder" Role="ParentFolderPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Folder_Properties_SP_PropertyValues_PropertiesPartner"> | |
<End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1"/> | |
<End Type="SP.Folder" Role="PropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Folder_Folders_SP_Folder_FoldersPartner"> | |
<End Type="SP.Folder" Role="Folders" Multiplicity="*"/> | |
<End Type="SP.Folder" Role="FoldersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_Author_SP_User_AuthorPartner"> | |
<End Type="SP.User" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.File" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner"> | |
<End Type="SP.User" Role="CheckedOutByUser" Multiplicity="0..1"/> | |
<End Type="SP.File" Role="CheckedOutByUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"> | |
<End Type="SP.ListItem" Role="ListItemAllFields" Multiplicity="0..1"/> | |
<End Type="SP.File" Role="ListItemAllFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_LockedByUser_SP_User_LockedByUserPartner"> | |
<End Type="SP.User" Role="LockedByUser" Multiplicity="0..1"/> | |
<End Type="SP.File" Role="LockedByUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_ModifiedBy_SP_User_ModifiedByPartner"> | |
<End Type="SP.User" Role="ModifiedBy" Multiplicity="0..1"/> | |
<End Type="SP.File" Role="ModifiedByPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_File_Versions_SP_FileVersion_VersionsPartner"> | |
<End Type="SP.FileVersion" Role="Versions" Multiplicity="*"/> | |
<End Type="SP.File" Role="VersionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner"> | |
<End Type="SP.Attachment" Role="AttachmentFiles" Multiplicity="*"/> | |
<End Type="SP.ListItem" Role="AttachmentFilesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_ContentType_SP_ContentType_ContentTypePartner"> | |
<End Type="SP.ContentType" Role="ContentType" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="ContentTypePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner"> | |
<End Type="SP.FieldStringValues" Role="FieldValuesAsHtml" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="FieldValuesAsHtmlPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner"> | |
<End Type="SP.FieldStringValues" Role="FieldValuesAsText" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="FieldValuesAsTextPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner"> | |
<End Type="SP.FieldStringValues" Role="FieldValuesForEdit" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="FieldValuesForEditPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_File_SP_File_FilePartner"> | |
<End Type="SP.File" Role="File" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="FilePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_Folder_SP_Folder_FolderPartner"> | |
<End Type="SP.Folder" Role="Folder" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="FolderPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ListItem_ParentList_SP_List_ParentListPartner"> | |
<End Type="SP.List" Role="ParentList" Multiplicity="0..1"/> | |
<End Type="SP.ListItem" Role="ParentListPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_ContentTypes_SP_ContentType_ContentTypesPartner"> | |
<End Type="SP.ContentType" Role="ContentTypes" Multiplicity="*"/> | |
<End Type="SP.List" Role="ContentTypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_DefaultView_SP_View_DefaultViewPartner"> | |
<End Type="SP.View" Role="DefaultView" Multiplicity="0..1"/> | |
<End Type="SP.List" Role="DefaultViewPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*"/> | |
<End Type="SP.List" Role="EventReceiversPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_Fields_SP_Field_FieldsPartner"> | |
<End Type="SP.Field" Role="Fields" Multiplicity="*"/> | |
<End Type="SP.List" Role="FieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_Forms_SP_Form_FormsPartner"> | |
<End Type="SP.Form" Role="Forms" Multiplicity="*"/> | |
<End Type="SP.List" Role="FormsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner"> | |
<End Type="SP.InformationRightsManagementSettings" Role="InformationRightsManagementSettings" Multiplicity="0..1"/> | |
<End Type="SP.List" Role="InformationRightsManagementSettingsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_Items_SP_ListItem_ItemsPartner"> | |
<End Type="SP.ListItem" Role="Items" Multiplicity="*"/> | |
<End Type="SP.List" Role="ItemsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_ParentWeb_SP_Web_ParentWebPartner"> | |
<End Type="SP.Web" Role="ParentWeb" Multiplicity="0..1"/> | |
<End Type="SP.List" Role="ParentWebPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_RootFolder_SP_Folder_RootFolderPartner"> | |
<End Type="SP.Folder" Role="RootFolder" Multiplicity="0..1"/> | |
<End Type="SP.List" Role="RootFolderPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*"/> | |
<End Type="SP.List" Role="UserCustomActionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_Views_SP_View_ViewsPartner"> | |
<End Type="SP.View" Role="Views" Multiplicity="*"/> | |
<End Type="SP.List" Role="ViewsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner"> | |
<End Type="SP.ViewFieldCollection" Role="ViewFields" Multiplicity="0..1"/> | |
<End Type="SP.View" Role="ViewFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_FileVersion_CreatedBy_SP_User_CreatedByPartner"> | |
<End Type="SP.User" Role="CreatedBy" Multiplicity="0..1"/> | |
<End Type="SP.FileVersion" Role="CreatedByPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner"> | |
<End Type="SP.NavigationNode" Role="QuickLaunch" Multiplicity="*"/> | |
<End Type="SP.Navigation" Role="QuickLaunchPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner"> | |
<End Type="SP.NavigationNode" Role="TopNavigationBar" Multiplicity="*"/> | |
<End Type="SP.Navigation" Role="TopNavigationBarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner"> | |
<End Type="SP.NavigationNode" Role="Children" Multiplicity="*"/> | |
<End Type="SP.NavigationNode" Role="ChildrenPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_PushNotificationSubscriber_User_SP_User_UserPartner"> | |
<End Type="SP.User" Role="User" Multiplicity="0..1"/> | |
<End Type="SP.PushNotificationSubscriber" Role="UserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner"> | |
<End Type="SP.TimeZone" Role="TimeZone" Multiplicity="0..1"/> | |
<End Type="SP.RegionalSettings" Role="TimeZonePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner"> | |
<End Type="SP.TimeZone" Role="TimeZones" Multiplicity="*"/> | |
<End Type="SP.RegionalSettings" Role="TimeZonesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftAssignment_Owner_SP_User_OwnerPartner"> | |
<End Type="SP.User" Role="Owner" Multiplicity="0..1"/> | |
<End Type="PS.DraftAssignment" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1"/> | |
<End Type="PS.EnterpriseResource" Role="DefaultAssignmentOwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner"> | |
<End Type="SP.User" Role="TimesheetManager" Multiplicity="0..1"/> | |
<End Type="PS.EnterpriseResource" Role="TimesheetManagerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_User_SP_User_UserPartner"> | |
<End Type="SP.User" Role="User" Multiplicity="0..1"/> | |
<End Type="PS.EnterpriseResource" Role="UserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner"> | |
<End Type="SP.User" Role="CheckedOutBy" Multiplicity="0..1"/> | |
<End Type="PS.Project" Role="CheckedOutByPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner"> | |
<End Type="SP.ListItem" Role="Item" Multiplicity="0..1"/> | |
<End Type="PS.ProjectDetailPage" Role="ItemPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_QueueJob_Submitter_SP_User_SubmitterPartner"> | |
<End Type="SP.User" Role="Submitter" Multiplicity="0..1"/> | |
<End Type="PS.QueueJob" Role="SubmitterPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_Owner_SP_User_OwnerPartner"> | |
<End Type="SP.User" Role="Owner" Multiplicity="0..1"/> | |
<End Type="PS.PublishedProject" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedAssignment_Owner_SP_User_OwnerPartner"> | |
<End Type="SP.User" Role="Owner" Multiplicity="0..1"/> | |
<End Type="PS.PublishedAssignment" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1"/> | |
<End Type="PS.PublishedProjectResource" Role="DefaultAssignmentOwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_Owner_SP_User_OwnerPartner"> | |
<End Type="SP.User" Role="Owner" Multiplicity="0..1"/> | |
<End Type="PS.DraftProject" Role="OwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1"/> | |
<End Type="PS.DraftProjectResource" Role="DefaultAssignmentOwnerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheet_Creator_SP_User_CreatorPartner"> | |
<End Type="SP.User" Role="Creator" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheet" Role="CreatorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheet_Manager_SP_User_ManagerPartner"> | |
<End Type="SP.User" Role="Manager" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheet" Role="ManagerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_Office_Education_QuizOM_UserResponse_User_SP_User_UserPartner"> | |
<End Type="SP.User" Role="User" Multiplicity="0..1"/> | |
<End Type="Microsoft.Office.Education.QuizOM.UserResponse" Role="UserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_AppContextSite_Site_SP_Site_SitePartner"> | |
<End Type="SP.Site" Role="Site" Multiplicity="0..1"/> | |
<End Type="SP.AppContextSite" Role="SitePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_AppContextSite_Web_SP_Web_WebPartner"> | |
<End Type="SP.Web" Role="Web" Multiplicity="0..1"/> | |
<End Type="SP.AppContextSite" Role="WebPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RequestContext_Current_SP_RequestContext_CurrentPartner"> | |
<End Type="SP.RequestContext" Role="Current" Multiplicity="0..1"/> | |
<End Type="SP.RequestContext" Role="CurrentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RequestContext_Site_SP_Site_SitePartner"> | |
<End Type="SP.Site" Role="Site" Multiplicity="0..1"/> | |
<End Type="SP.RequestContext" Role="SitePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RequestContext_Web_SP_Web_WebPartner"> | |
<End Type="SP.Web" Role="Web" Multiplicity="0..1"/> | |
<End Type="SP.RequestContext" Role="WebPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner"> | |
<End Type="SP.Principal" Role="Principal" Multiplicity="0..1"/> | |
<End Type="SP.ObjectSharingInformationUser" Role="PrincipalPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ObjectSharingInformationUser_User_SP_User_UserPartner"> | |
<End Type="SP.User" Role="User" Multiplicity="0..1"/> | |
<End Type="SP.ObjectSharingInformationUser" Role="UserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_RelatedField_LookupList_SP_List_LookupListPartner"> | |
<End Type="SP.List" Role="LookupList" Multiplicity="0..1"/> | |
<End Type="SP.RelatedField" Role="LookupListPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner"> | |
<End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1"/> | |
<End Type="SP.WebParts.WebPart" Role="PropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner"> | |
<End Type="SP.AppPrincipalIdentityProvider" Role="External" Multiplicity="0..1"/> | |
<End Type="SP.AppPrincipalIdentityProvider" Role="ExternalPartner" Multiplicity="0..1"/> | |
</Association> | |
<EntityContainer Name="ApiData"> | |
<EntitySet Name="Lists" EntityType="SP.List"/> | |
<EntitySet Name="Sites" EntityType="SP.Site"/> | |
<EntitySet Name="Webs" EntityType="SP.Web"/> | |
<EntitySet Name="Entitys" EntityType="EDU.Entity"/> | |
<EntitySet Name="LearningEntitys" EntityType="EDU.LearningEntity"/> | |
<EntitySet Name="AssignmentCategorys" EntityType="EDU.AssignmentCategory"/> | |
<EntitySet Name="AssignmentGrades" EntityType="EDU.AssignmentGrade"/> | |
<EntitySet Name="CourseGrades" EntityType="EDU.CourseGrade"/> | |
<EntitySet Name="DataServices" EntityType="EDU.DataService"/> | |
<EntitySet Name="Documents" EntityType="EDU.Document"/> | |
<EntitySet Name="EduChanges" EntityType="EDU.EduChange"/> | |
<EntitySet Name="Events" EntityType="EDU.Event"/> | |
<EntitySet Name="EventSchedules" EntityType="EDU.EventSchedule"/> | |
<EntitySet Name="Links" EntityType="EDU.Link"/> | |
<EntitySet Name="Resources" EntityType="EDU.Resource"/> | |
<EntitySet Name="ResourceRefs" EntityType="EDU.ResourceRef"/> | |
<EntitySet Name="GradedResponses" EntityType="Microsoft.Office.Education.QuizOM.GradedResponse"/> | |
<EntitySet Name="GradingKeys" EntityType="Microsoft.Office.Education.QuizOM.GradingKey"/> | |
<EntitySet Name="Quizs" EntityType="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<EntitySet Name="QuizUtilitiess" EntityType="Microsoft.Office.Education.QuizOM.QuizUtilities"/> | |
<EntitySet Name="UserResponses" EntityType="Microsoft.Office.Education.QuizOM.UserResponse"/> | |
<EntitySet Name="Reputations" EntityType="Microsoft.Office.Server.ReputationModel.Reputation"/> | |
<EntitySet Name="SearchServices" EntityType="Microsoft.Office.Server.Search.REST.SearchService"/> | |
<EntitySet Name="SPOTenantWebTemplateCollections" EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection"/> | |
<EntitySet Name="ExternalUsers" EntityType="Microsoft.Online.SharePoint.TenantManagement.ExternalUser"/> | |
<EntitySet Name="GetExternalUsersResultss" EntityType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults"/> | |
<EntitySet Name="Office365Tenants" EntityType="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant"/> | |
<EntitySet Name="RemoveExternalUsersResultss" EntityType="Microsoft.Online.SharePoint.TenantManagement.RemoveExternalUsersResults"/> | |
<EntitySet Name="SPAnalyticsUsageServices" EntityType="Microsoft.SharePoint.Administration.SPAnalyticsUsageService"/> | |
<EntitySet Name="DocumentCrawlLogs" EntityType="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog"/> | |
<EntitySet Name="QueryPersonalizationDatas" EntityType="Microsoft.SharePoint.Client.Search.Query.QueryPersonalizationData"/> | |
<EntitySet Name="RankingLabelings" EntityType="Microsoft.SharePoint.Client.Search.Query.RankingLabeling"/> | |
<EntitySet Name="ReorderingRuleCollections" EntityType="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection"/> | |
<EntitySet Name="SortCollections" EntityType="Microsoft.SharePoint.Client.Search.Query.SortCollection"/> | |
<EntitySet Name="StringCollections" EntityType="Microsoft.SharePoint.Client.Search.Query.StringCollection"/> | |
<EntitySet Name="NavigationServiceRests" EntityType="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"/> | |
<EntitySet Name="CollaborationMailboxs" EntityType="Microsoft.SharePoint.Portal.CollaborationMailbox"/> | |
<EntitySet Name="CommunityModerations" EntityType="Microsoft.SharePoint.Portal.CommunityModeration"/> | |
<EntitySet Name="MySiteRecommendationss" EntityType="Microsoft.SharePoint.Portal.MySiteRecommendations"/> | |
<EntitySet Name="DocumentsSharedWithMes" EntityType="Microsoft.SharePoint.Portal.UserProfiles.DocumentsSharedWithMe"/> | |
<EntitySet Name="MySiteDismissStatusTexts" EntityType="Microsoft.SharePoint.Portal.UserProfiles.MySiteDismissStatusText"/> | |
<EntitySet Name="MySiteDocumentMoveUtilitys" EntityType="Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentMoveUtility"/> | |
<EntitySet Name="PromotedSitess" EntityType="Microsoft.SharePoint.Portal.UserProfiles.PromotedSites"/> | |
<EntitySet Name="WacApis" EntityType="Microsoft.SharePoint.Yammer.WacApi"/> | |
<EntitySet Name="Diagnosticss" EntityType="OBA.Server.ServerWrapper.Diagnostics"/> | |
<EntitySet Name="Reportings" EntityType="OBA.Server.ServerWrapper.Reporting"/> | |
<EntitySet Name="Taskflows" EntityType="OBA.Server.ServerWrapper.Taskflow"/> | |
<EntitySet Name="Assignments" EntityType="PS.Assignment"/> | |
<EntitySet Name="BaseCalendarExceptions" EntityType="PS.BaseCalendarException"/> | |
<EntitySet Name="Calendars" EntityType="PS.Calendar"/> | |
<EntitySet Name="CalendarExceptions" EntityType="PS.CalendarException"/> | |
<EntitySet Name="CustomFields" EntityType="PS.CustomField"/> | |
<EntitySet Name="DraftAssignments" EntityType="PS.DraftAssignment"/> | |
<EntitySet Name="DraftProjects" EntityType="PS.DraftProject"/> | |
<EntitySet Name="DraftProjectResources" EntityType="PS.DraftProjectResource"/> | |
<EntitySet Name="DraftTasks" EntityType="PS.DraftTask"/> | |
<EntitySet Name="DraftTaskLinks" EntityType="PS.DraftTaskLink"/> | |
<EntitySet Name="EnterpriseProjectTypes" EntityType="PS.EnterpriseProjectType"/> | |
<EntitySet Name="EnterpriseResources" EntityType="PS.EnterpriseResource"/> | |
<EntitySet Name="EntityTypes" EntityType="PS.EntityType"/> | |
<EntitySet Name="EntityTypess" EntityType="PS.EntityTypes"/> | |
<EntitySet Name="Events1" EntityType="PS.Event"/> | |
<EntitySet Name="EventHandlers" EntityType="PS.EventHandler"/> | |
<EntitySet Name="LookupCosts" EntityType="PS.LookupCost"/> | |
<EntitySet Name="LookupDates" EntityType="PS.LookupDate"/> | |
<EntitySet Name="LookupDurations" EntityType="PS.LookupDuration"/> | |
<EntitySet Name="LookupEntrys" EntityType="PS.LookupEntry"/> | |
<EntitySet Name="LookupNumbers" EntityType="PS.LookupNumber"/> | |
<EntitySet Name="LookupTables" EntityType="PS.LookupTable"/> | |
<EntitySet Name="LookupTabless" EntityType="PS.LookupTables"/> | |
<EntitySet Name="LookupTexts" EntityType="PS.LookupText"/> | |
<EntitySet Name="Phases" EntityType="PS.Phase"/> | |
<EntitySet Name="PlanAssignments" EntityType="PS.PlanAssignment"/> | |
<EntitySet Name="PlanAssignmentIntervals" EntityType="PS.PlanAssignmentInterval"/> | |
<EntitySet Name="Projects" EntityType="PS.Project"/> | |
<EntitySet Name="ProjectDetailPages" EntityType="PS.ProjectDetailPage"/> | |
<EntitySet Name="ProjectResources" EntityType="PS.ProjectResource"/> | |
<EntitySet Name="ProjectServers" EntityType="PS.ProjectServer"/> | |
<EntitySet Name="ProjectServerDatas" EntityType="PS.ProjectServerData"/> | |
<EntitySet Name="PublishedAssignments" EntityType="PS.PublishedAssignment"/> | |
<EntitySet Name="PublishedProjects" EntityType="PS.PublishedProject"/> | |
<EntitySet Name="PublishedProjectResources" EntityType="PS.PublishedProjectResource"/> | |
<EntitySet Name="PublishedTasks" EntityType="PS.PublishedTask"/> | |
<EntitySet Name="PublishedTaskLinks" EntityType="PS.PublishedTaskLink"/> | |
<EntitySet Name="QueueJobs" EntityType="PS.QueueJob"/> | |
<EntitySet Name="ResourceCalendarExceptions" EntityType="PS.ResourceCalendarException"/> | |
<EntitySet Name="ResourcePlans" EntityType="PS.ResourcePlan"/> | |
<EntitySet Name="ServiceStatuss" EntityType="PS.ServiceStatus"/> | |
<EntitySet Name="Stages" EntityType="PS.Stage"/> | |
<EntitySet Name="StageCustomFields" EntityType="PS.StageCustomField"/> | |
<EntitySet Name="StageDetailPages" EntityType="PS.StageDetailPage"/> | |
<EntitySet Name="StatusAssignments" EntityType="PS.StatusAssignment"/> | |
<EntitySet Name="StatusTasks" EntityType="PS.StatusTask"/> | |
<EntitySet Name="Tasks" EntityType="PS.Task"/> | |
<EntitySet Name="TaskLinks" EntityType="PS.TaskLink"/> | |
<EntitySet Name="TimePhases" EntityType="PS.TimePhase"/> | |
<EntitySet Name="TimeSheets" EntityType="PS.TimeSheet"/> | |
<EntitySet Name="TimeSheetLines" EntityType="PS.TimeSheetLine"/> | |
<EntitySet Name="TimeSheetPeriods" EntityType="PS.TimeSheetPeriod"/> | |
<EntitySet Name="TimeSheetWorks" EntityType="PS.TimeSheetWork"/> | |
<EntitySet Name="WorkflowActivitiess" EntityType="PS.WorkflowActivities"/> | |
<EntitySet Name="WorkflowDesigners" EntityType="PS.WorkflowDesigner"/> | |
<EntitySet Name="WorkflowDesignerFields" EntityType="PS.WorkflowDesignerField"/> | |
<EntitySet Name="AccessRequestss" EntityType="SP.AccessRequests"/> | |
<EntitySet Name="AlternateUrls" EntityType="SP.AlternateUrl"/> | |
<EntitySet Name="AnalyticsUsageEntrys" EntityType="SP.Analytics.AnalyticsUsageEntry"/> | |
<EntitySet Name="ApiMetadatas" EntityType="SP.ApiMetadata"/> | |
<EntitySet Name="Apps" EntityType="SP.App"/> | |
<EntitySet Name="AppCatalogs" EntityType="SP.AppCatalog"/> | |
<EntitySet Name="AppContextSites" EntityType="SP.AppContextSite"/> | |
<EntitySet Name="AppInstances" EntityType="SP.AppInstance"/> | |
<EntitySet Name="AppInstanceErrorDetailss" EntityType="SP.AppInstanceErrorDetails"/> | |
<EntitySet Name="Attachments" EntityType="SP.Attachment"/> | |
<EntitySet Name="AppBdcCatalogs" EntityType="SP.BusinessData.AppBdcCatalog"/> | |
<EntitySet Name="Entitys1" EntityType="SP.BusinessData.Entity"/> | |
<EntitySet Name="EntityFields" EntityType="SP.BusinessData.EntityField"/> | |
<EntitySet Name="EntityIdentifiers" EntityType="SP.BusinessData.EntityIdentifier"/> | |
<EntitySet Name="EntityViews" EntityType="SP.BusinessData.EntityView"/> | |
<EntitySet Name="Filters" EntityType="SP.BusinessData.Filter"/> | |
<EntitySet Name="ExternalSubscriptionStores" EntityType="SP.BusinessData.Infrastructure.ExternalSubscriptionStore"/> | |
<EntitySet Name="LobSystems" EntityType="SP.BusinessData.LobSystem"/> | |
<EntitySet Name="LobSystemInstances" EntityType="SP.BusinessData.LobSystemInstance"/> | |
<EntitySet Name="MethodExecutionResults" EntityType="SP.BusinessData.MethodExecutionResult"/> | |
<EntitySet Name="EntityFieldValueDictionarys" EntityType="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<EntitySet Name="EntityIdentitys" EntityType="SP.BusinessData.Runtime.EntityIdentity"/> | |
<EntitySet Name="EntityInstances" EntityType="SP.BusinessData.Runtime.EntityInstance"/> | |
<EntitySet Name="NotificationCallbacks" EntityType="SP.BusinessData.Runtime.NotificationCallback"/> | |
<EntitySet Name="Subscriptions" EntityType="SP.BusinessData.Runtime.Subscription"/> | |
<EntitySet Name="TypeDescriptors" EntityType="SP.BusinessData.TypeDescriptor"/> | |
<EntitySet Name="Changes" EntityType="SP.Change"/> | |
<EntitySet Name="CompatibilityRanges" EntityType="SP.CompatibilityRange"/> | |
<EntitySet Name="ContentTypes" EntityType="SP.ContentType"/> | |
<EntitySet Name="EventReceiverDefinitions" EntityType="SP.EventReceiverDefinition"/> | |
<EntitySet Name="Features" EntityType="SP.Feature"/> | |
<EntitySet Name="Fields" EntityType="SP.Field"/> | |
<EntitySet Name="FieldLinks" EntityType="SP.FieldLink"/> | |
<EntitySet Name="FieldStringValuess" EntityType="SP.FieldStringValues"/> | |
<EntitySet Name="Files" EntityType="SP.File"/> | |
<EntitySet Name="FileVersions" EntityType="SP.FileVersion"/> | |
<EntitySet Name="Folders" EntityType="SP.Folder"/> | |
<EntitySet Name="Forms" EntityType="SP.Form"/> | |
<EntitySet Name="Groups" EntityType="SP.Group"/> | |
<EntitySet Name="InformationRightsManagementSettingss" EntityType="SP.InformationRightsManagementSettings"/> | |
<EntitySet Name="ListItems" EntityType="SP.ListItem"/> | |
<EntitySet Name="ListTemplates" EntityType="SP.ListTemplate"/> | |
<EntitySet Name="MicrofeedAttachmentStores" EntityType="SP.Microfeed.MicrofeedAttachmentStore"/> | |
<EntitySet Name="MicrofeedDatas" EntityType="SP.Microfeed.MicrofeedData"/> | |
<EntitySet Name="MicrofeedManagers" EntityType="SP.Microfeed.MicrofeedManager"/> | |
<EntitySet Name="MicrofeedPostDefinitionManagers" EntityType="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
<EntitySet Name="MicrofeedPostOptionCollections" EntityType="SP.Microfeed.MicrofeedPostOptionCollection"/> | |
<EntitySet Name="MicrofeedStores" EntityType="SP.Microfeed.MicrofeedStore"/> | |
<EntitySet Name="Navigations" EntityType="SP.Navigation"/> | |
<EntitySet Name="NavigationNodes" EntityType="SP.NavigationNode"/> | |
<EntitySet Name="ObjectSharingInformations" EntityType="SP.ObjectSharingInformation"/> | |
<EntitySet Name="ObjectSharingInformationUsers" EntityType="SP.ObjectSharingInformationUser"/> | |
<EntitySet Name="Principals" EntityType="SP.Principal"/> | |
<EntitySet Name="PropertyValuess" EntityType="SP.PropertyValues"/> | |
<EntitySet Name="PushNotificationSubscribers" EntityType="SP.PushNotificationSubscriber"/> | |
<EntitySet Name="RecycleBinItems" EntityType="SP.RecycleBinItem"/> | |
<EntitySet Name="RegionalSettingss" EntityType="SP.RegionalSettings"/> | |
<EntitySet Name="RelatedFields" EntityType="SP.RelatedField"/> | |
<EntitySet Name="RelatedItemManagers" EntityType="SP.RelatedItemManager"/> | |
<EntitySet Name="RequestContexts" EntityType="SP.RequestContext"/> | |
<EntitySet Name="RoleAssignments" EntityType="SP.RoleAssignment"/> | |
<EntitySet Name="RoleDefinitions" EntityType="SP.RoleDefinition"/> | |
<EntitySet Name="SecurableObjects" EntityType="SP.SecurableObject"/> | |
<EntitySet Name="ServerSettingss" EntityType="SP.ServerSettings"/> | |
<EntitySet Name="DocumentSharingManagers" EntityType="SP.Sharing.DocumentSharingManager"/> | |
<EntitySet Name="SiteHealthSummarys" EntityType="SP.SiteHealth.SiteHealthSummary"/> | |
<EntitySet Name="SiteUrls" EntityType="SP.SiteUrl"/> | |
<EntitySet Name="SocialFeedManagers" EntityType="SP.Social.SocialFeedManager"/> | |
<EntitySet Name="SocialFollowingManagers" EntityType="SP.Social.SocialFollowingManager"/> | |
<EntitySet Name="SocialRestActors" EntityType="SP.Social.SocialRestActor"/> | |
<EntitySet Name="SocialRestFeeds" EntityType="SP.Social.SocialRestFeed"/> | |
<EntitySet Name="SocialRestFeedManagers" EntityType="SP.Social.SocialRestFeedManager"/> | |
<EntitySet Name="SocialRestFollowingManagers" EntityType="SP.Social.SocialRestFollowingManager"/> | |
<EntitySet Name="SocialRestThreads" EntityType="SP.Social.SocialRestThread"/> | |
<EntitySet Name="ThemeInfos" EntityType="SP.ThemeInfo"/> | |
<EntitySet Name="TimeZones" EntityType="SP.TimeZone"/> | |
<EntitySet Name="SyncTranslators" EntityType="SP.Translation.SyncTranslator"/> | |
<EntitySet Name="TranslationJobs" EntityType="SP.Translation.TranslationJob"/> | |
<EntitySet Name="TranslationJobStatuss" EntityType="SP.Translation.TranslationJobStatus"/> | |
<EntitySet Name="VariationsTranslationTimerJobs" EntityType="SP.Translation.VariationsTranslationTimerJob"/> | |
<EntitySet Name="TypeInformations" EntityType="SP.TypeInformation"/> | |
<EntitySet Name="ClientPeoplePickerWebServiceInterfaces" EntityType="SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface"/> | |
<EntitySet Name="MySiteLinkss" EntityType="SP.UI.MySiteLinks"/> | |
<EntitySet Name="Users" EntityType="SP.User"/> | |
<EntitySet Name="UserCustomActions" EntityType="SP.UserCustomAction"/> | |
<EntitySet Name="FollowedContents" EntityType="SP.UserProfiles.FollowedContent"/> | |
<EntitySet Name="FollowedItemDatas" EntityType="SP.UserProfiles.FollowedItemData"/> | |
<EntitySet Name="HashTagCollections" EntityType="SP.UserProfiles.HashTagCollection"/> | |
<EntitySet Name="PeopleManagers" EntityType="SP.UserProfiles.PeopleManager"/> | |
<EntitySet Name="PersonPropertiess" EntityType="SP.UserProfiles.PersonProperties"/> | |
<EntitySet Name="ProfileImageStores" EntityType="SP.UserProfiles.ProfileImageStore"/> | |
<EntitySet Name="ProfileLoaders" EntityType="SP.UserProfiles.ProfileLoader"/> | |
<EntitySet Name="UserProfiles" EntityType="SP.UserProfiles.UserProfile"/> | |
<EntitySet Name="UserProfilePropertiesForUsers" EntityType="SP.UserProfiles.UserProfilePropertiesForUser"/> | |
<EntitySet Name="Utilitys" EntityType="SP.Utilities.Utility"/> | |
<EntitySet Name="Views" EntityType="SP.View"/> | |
<EntitySet Name="ViewFieldCollections" EntityType="SP.ViewFieldCollection"/> | |
<EntitySet Name="WebInformations" EntityType="SP.WebInformation"/> | |
<EntitySet Name="LimitedWebPartManagers" EntityType="SP.WebParts.LimitedWebPartManager"/> | |
<EntitySet Name="WebParts" EntityType="SP.WebParts.WebPart"/> | |
<EntitySet Name="WebPartDefinitions" EntityType="SP.WebParts.WebPartDefinition"/> | |
<EntitySet Name="WebProxys" EntityType="SP.WebProxy"/> | |
<EntitySet Name="WebTemplates" EntityType="SP.WebTemplate"/> | |
<EntitySet Name="WorkflowAssociations" EntityType="SP.Workflow.WorkflowAssociation"/> | |
<EntitySet Name="WorkflowTemplates" EntityType="SP.Workflow.WorkflowTemplate"/> | |
<EntitySet Name="InteropServices" EntityType="SP.WorkflowServices.InteropService"/> | |
<EntitySet Name="WorkflowDefinitions" EntityType="SP.WorkflowServices.WorkflowDefinition"/> | |
<EntitySet Name="WorkflowDeploymentServices" EntityType="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<EntitySet Name="WorkflowInstances" EntityType="SP.WorkflowServices.WorkflowInstance"/> | |
<EntitySet Name="WorkflowInstanceServices" EntityType="SP.WorkflowServices.WorkflowInstanceService"/> | |
<EntitySet Name="WorkflowServicesManagers" EntityType="SP.WorkflowServices.WorkflowServicesManager"/> | |
<EntitySet Name="WorkflowSubscriptions" EntityType="SP.WorkflowServices.WorkflowSubscription"/> | |
<EntitySet Name="WorkflowSubscriptionServices" EntityType="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<EntitySet Name="BaseSessions" EntityType="SP.WorkManagement.OM.BaseSession"/> | |
<EntitySet Name="BooleanCriterions" EntityType="SP.WorkManagement.OM.BooleanCriterion"/> | |
<EntitySet Name="CalloutInfos" EntityType="SP.WorkManagement.OM.CalloutInfo"/> | |
<EntitySet Name="CreateRefreshJobResults" EntityType="SP.WorkManagement.OM.CreateRefreshJobResult"/> | |
<EntitySet Name="CustomAttributeFilters" EntityType="SP.WorkManagement.OM.CustomAttributeFilter"/> | |
<EntitySet Name="DashboardScriptExtensionInfos" EntityType="SP.WorkManagement.OM.DashboardScriptExtensionInfo"/> | |
<EntitySet Name="DateRangeCriterions" EntityType="SP.WorkManagement.OM.DateRangeCriterion"/> | |
<EntitySet Name="ExchangeUserSyncStates" EntityType="SP.WorkManagement.OM.ExchangeUserSyncState"/> | |
<EntitySet Name="Locations" EntityType="SP.WorkManagement.OM.Location"/> | |
<EntitySet Name="LocationDisplaySettings" EntityType="SP.WorkManagement.OM.LocationDisplaySetting"/> | |
<EntitySet Name="LocationFilters" EntityType="SP.WorkManagement.OM.LocationFilter"/> | |
<EntitySet Name="LocationUpdateResults" EntityType="SP.WorkManagement.OM.LocationUpdateResult"/> | |
<EntitySet Name="NameCriterions" EntityType="SP.WorkManagement.OM.NameCriterion"/> | |
<EntitySet Name="NonTaskDataReadResults" EntityType="SP.WorkManagement.OM.NonTaskDataReadResult"/> | |
<EntitySet Name="OrderInfos" EntityType="SP.WorkManagement.OM.OrderInfo"/> | |
<EntitySet Name="PersistedPropertiess" EntityType="SP.WorkManagement.OM.PersistedProperties"/> | |
<EntitySet Name="ProviderErrorInfos" EntityType="SP.WorkManagement.OM.ProviderErrorInfo"/> | |
<EntitySet Name="ProviderRefreshStatuss" EntityType="SP.WorkManagement.OM.ProviderRefreshStatus"/> | |
<EntitySet Name="RefreshHealthInfos" EntityType="SP.WorkManagement.OM.RefreshHealthInfo"/> | |
<EntitySet Name="RefreshHistorys" EntityType="SP.WorkManagement.OM.RefreshHistory"/> | |
<EntitySet Name="RefreshResults" EntityType="SP.WorkManagement.OM.RefreshResult"/> | |
<EntitySet Name="SortableSessionManagers" EntityType="SP.WorkManagement.OM.SortableSessionManager"/> | |
<EntitySet Name="SortableTaskQuerys" EntityType="SP.WorkManagement.OM.SortableTaskQuery"/> | |
<EntitySet Name="Tasks1" EntityType="SP.WorkManagement.OM.Task"/> | |
<EntitySet Name="TaskFilters" EntityType="SP.WorkManagement.OM.TaskFilter"/> | |
<EntitySet Name="TaskQuerys" EntityType="SP.WorkManagement.OM.TaskQuery"/> | |
<EntitySet Name="TaskQueryByLocationResults" EntityType="SP.WorkManagement.OM.TaskQueryByLocationResult"/> | |
<EntitySet Name="TaskQueryResults" EntityType="SP.WorkManagement.OM.TaskQueryResult"/> | |
<EntitySet Name="TaskRefreshResults" EntityType="SP.WorkManagement.OM.TaskRefreshResult"/> | |
<EntitySet Name="TaskWriteResults" EntityType="SP.WorkManagement.OM.TaskWriteResult"/> | |
<EntitySet Name="UserOrderedSessionManagers" EntityType="SP.WorkManagement.OM.UserOrderedSessionManager"/> | |
<EntitySet Name="UserSettingss" EntityType="SP.WorkManagement.OM.UserSettings"/> | |
<EntitySet Name="UserSettingsManagers" EntityType="SP.WorkManagement.OM.UserSettingsManager"/> | |
<EntitySet Name="ViewSelectionInfos" EntityType="SP.WorkManagement.OM.ViewSelectionInfo"/> | |
<FunctionImport Name="contextinfo" ReturnType="SP.ContextWebInformation" IsComposable="true"/> | |
<FunctionImport Name="lists" ReturnType="Collection(SP.List)" IsComposable="true" EntitySet="Lists"/> | |
<FunctionImport Name="site" ReturnType="SP.Site" IsComposable="true" EntitySet="Sites"/> | |
<FunctionImport Name="web" ReturnType="SP.Web" IsComposable="true" EntitySet="Webs"/> | |
<FunctionImport Name="SP_ApiMetadata_Current" ReturnType="SP.ApiMetadata" IsComposable="true" EntitySet="ApiMetadatas"/> | |
<FunctionImport Name="AddAttributeToTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginCacheRefresh" ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true" EntitySet="CreateRefreshJobResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="editUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo" IsBindable="true" EntitySet="CalloutInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHealthInfo" ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true" IsBindable="true" EntitySet="RefreshHealthInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHistory" ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true" IsBindable="true" EntitySet="RefreshHistorys"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="since" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshStatus" ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true" EntitySet="RefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="refreshId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
</FunctionImport> | |
<FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="locationId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadAllNonTaskData" ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true" EntitySet="NonTaskDataReadResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshSingleTask" ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true" EntitySet="TaskRefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAttributeFromTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemovePinOnTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTaskWithLocalizedValue" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="field" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkManagement_OM_BooleanCriterion" ReturnType="SP.WorkManagement.OM.BooleanCriterion" IsComposable="true" EntitySet="BooleanCriterions"/> | |
<FunctionImport Name="SP_WorkManagement_OM_CustomAttributeFilter" ReturnType="SP.WorkManagement.OM.CustomAttributeFilter" IsComposable="true" EntitySet="CustomAttributeFilters"/> | |
<FunctionImport Name="SP_WorkManagement_OM_DateRangeCriterion" ReturnType="SP.WorkManagement.OM.DateRangeCriterion" IsComposable="true" EntitySet="DateRangeCriterions"/> | |
<FunctionImport Name="SP_WorkManagement_OM_LocationFilter" ReturnType="SP.WorkManagement.OM.LocationFilter" IsComposable="true" EntitySet="LocationFilters"/> | |
<FunctionImport Name="SP_WorkManagement_OM_LocationGroupClientCollection" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" EntitySet="Tasks1"/> | |
<FunctionImport Name="AddAttributeToTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginCacheRefresh" ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true" EntitySet="CreateRefreshJobResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="editUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo" IsBindable="true" EntitySet="CalloutInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHealthInfo" ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true" IsBindable="true" EntitySet="RefreshHealthInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHistory" ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true" IsBindable="true" EntitySet="RefreshHistorys"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="since" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshStatus" ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true" EntitySet="RefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="refreshId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="locationId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadAllNonTaskData" ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true" EntitySet="NonTaskDataReadResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshSingleTask" ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true" EntitySet="TaskRefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAttributeFromTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemovePinOnTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTaskWithLocalizedValue" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="field" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="MovePersonalTaskToLocation" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newLocationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadTasks" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" IsBindable="true" EntitySet="Tasks1"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedSortableSession"/> | |
<Parameter Name="query" Type="SP.WorkManagement.OM.SortableTaskQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="AddAttributeToTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginCacheRefresh" ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true" EntitySet="CreateRefreshJobResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="editUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo" IsBindable="true" EntitySet="CalloutInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHealthInfo" ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true" IsBindable="true" EntitySet="RefreshHealthInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHistory" ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true" IsBindable="true" EntitySet="RefreshHistorys"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="since" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshStatus" ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true" EntitySet="RefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="refreshId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="locationId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadAllNonTaskData" ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true" EntitySet="NonTaskDataReadResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshSingleTask" ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true" EntitySet="TaskRefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAttributeFromTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemovePinOnTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTaskWithLocalizedValue" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="field" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="MovePersonalTaskToLocation" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newLocationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadTasks" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" IsBindable="true" EntitySet="Tasks1"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="query" Type="SP.WorkManagement.OM.TaskQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="ReorderTask" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newAfterTaskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkManagement_OM_Location" ReturnType="SP.WorkManagement.OM.Location" IsComposable="true" EntitySet="Locations"/> | |
<FunctionImport Name="SP_WorkManagement_OM_NameCriterion" ReturnType="SP.WorkManagement.OM.NameCriterion" IsComposable="true" EntitySet="NameCriterions"/> | |
<FunctionImport Name="SP_WorkManagement_OM_OrderInfo" ReturnType="SP.WorkManagement.OM.OrderInfo" IsComposable="true" EntitySet="OrderInfos"/> | |
<FunctionImport Name="SP_WorkManagement_OM_PersistedProperties" ReturnType="SP.WorkManagement.OM.PersistedProperties" IsComposable="true" EntitySet="PersistedPropertiess"/> | |
<FunctionImport Name="SP_WorkManagement_OM_SortableSessionManager" ReturnType="SP.WorkManagement.OM.SortableSessionManager" IsComposable="true" EntitySet="SortableSessionManagers"/> | |
<FunctionImport Name="CreateLocationOrientedSession" ReturnType="SP.WorkManagement.OM.LocationOrientedSortableSession" IsBindable="true" EntitySet="BaseSessions"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSessionManager"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateSession" ReturnType="SP.WorkManagement.OM.SortableSession" IsBindable="true" EntitySet="BaseSessions"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSessionManager"/> | |
</FunctionImport> | |
<FunctionImport Name="AddAttributeToTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginCacheRefresh" ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true" EntitySet="CreateRefreshJobResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="editUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo" IsBindable="true" EntitySet="CalloutInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHealthInfo" ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true" IsBindable="true" EntitySet="RefreshHealthInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHistory" ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true" IsBindable="true" EntitySet="RefreshHistorys"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="since" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshStatus" ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true" EntitySet="RefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="refreshId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="locationId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadAllNonTaskData" ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true" EntitySet="NonTaskDataReadResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshSingleTask" ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true" EntitySet="TaskRefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAttributeFromTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemovePinOnTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTaskWithLocalizedValue" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="field" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadTasks" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" IsBindable="true" EntitySet="Tasks1"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession"/> | |
<Parameter Name="query" Type="SP.WorkManagement.OM.SortableTaskQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkManagement_OM_SortableTaskQuery" ReturnType="SP.WorkManagement.OM.SortableTaskQuery" IsComposable="true" EntitySet="SortableTaskQuerys"/> | |
<FunctionImport Name="SP_WorkManagement_OM_TaskClientCollection" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" EntitySet="Tasks1"/> | |
<FunctionImport Name="SP_WorkManagement_OM_TaskFilter" ReturnType="SP.WorkManagement.OM.TaskFilter" IsComposable="true" EntitySet="TaskFilters"/> | |
<FunctionImport Name="SP_WorkManagement_OM_TaskQuery" ReturnType="SP.WorkManagement.OM.TaskQuery" IsComposable="true" EntitySet="TaskQuerys"/> | |
<FunctionImport Name="SP_WorkManagement_OM_Task" ReturnType="SP.WorkManagement.OM.Task" IsComposable="true" EntitySet="Tasks1"/> | |
<FunctionImport Name="SP_WorkManagement_OM_UserOrderedSessionManager" ReturnType="SP.WorkManagement.OM.UserOrderedSessionManager" IsComposable="true" EntitySet="UserOrderedSessionManagers"/> | |
<FunctionImport Name="CreateLocationOrientedSession" ReturnType="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" IsBindable="true" EntitySet="BaseSessions"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSessionManager"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateSession" ReturnType="SP.WorkManagement.OM.UserOrderedSession" IsBindable="true" EntitySet="BaseSessions"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSessionManager"/> | |
</FunctionImport> | |
<FunctionImport Name="AddAttributeToTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginCacheRefresh" ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true" EntitySet="CreateRefreshJobResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskName" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="localizedStartDate" Type="Edm.String"/> | |
<Parameter Name="localizedDueDate" Type="Edm.String"/> | |
<Parameter Name="completed" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="pinned" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="locationKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="editUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo" IsBindable="true" EntitySet="CalloutInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHealthInfo" ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true" IsBindable="true" EntitySet="RefreshHealthInfos"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshHistory" ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true" IsBindable="true" EntitySet="RefreshHistorys"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="since" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRefreshStatus" ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true" EntitySet="RefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="refreshId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="locationId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadAllNonTaskData" ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true" EntitySet="NonTaskDataReadResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshSingleTask" ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true" EntitySet="TaskRefreshResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAttributeFromTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="attribute" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemovePinOnTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTaskWithLocalizedValue" ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true" EntitySet="TaskWriteResults"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="field" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadTasks" ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true" IsBindable="true" EntitySet="Tasks1"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="query" Type="SP.WorkManagement.OM.TaskQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="ReorderTask" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession"/> | |
<Parameter Name="taskKey" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newAfterTaskKey" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkManagement_OM_UserSettingsManager" ReturnType="SP.WorkManagement.OM.UserSettingsManager" IsComposable="true" EntitySet="UserSettingsManagers"/> | |
<FunctionImport Name="GetAllLocations" ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true" EntitySet="Locations"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetExchangeSyncInfo" ReturnType="SP.WorkManagement.OM.ExchangeUserSyncState" IsBindable="true" EntitySet="ExchangeUserSyncStates"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetImportantLocations" ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true" EntitySet="Locations"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLocations" ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true" EntitySet="Locations"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
<Parameter Name="locationsId" Type="Collection(Edm.Int32)" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPersistedProperties" ReturnType="SP.WorkManagement.OM.PersistedProperties" IsBindable="true" EntitySet="PersistedPropertiess"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserSettings" ReturnType="SP.WorkManagement.OM.UserSettings" IsBindable="true" EntitySet="UserSettingss"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="OptIntoExchangeSync" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="OptOutOfExchangeSync" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
</FunctionImport> | |
<FunctionImport Name="SetPersistedProperties" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
<Parameter Name="persistedProperties" Type="SP.WorkManagement.OM.PersistedProperties"/> | |
</FunctionImport> | |
<FunctionImport Name="SetUserSettings" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager"/> | |
<Parameter Name="settings" Type="SP.WorkManagement.OM.UserSettings"/> | |
<Parameter Name="locationColorUpdates" Type="Collection(SP.WorkManagement.OM.LocationDisplaySetting)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkManagement_OM_UserSettings" ReturnType="SP.WorkManagement.OM.UserSettings" IsComposable="true" EntitySet="UserSettingss"/> | |
<FunctionImport Name="SP_WorkManagement_OM_ViewSelectionInfo" ReturnType="SP.WorkManagement.OM.ViewSelectionInfo" IsComposable="true" EntitySet="ViewSelectionInfos"/> | |
<EntitySet Name="Cases" EntityType="SP.Discovery.Case"/> | |
<FunctionImport Name="SP_Discovery_Case" ReturnType="SP.Discovery.Case" IsComposable="true" EntitySet="Cases"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<EntitySet Name="Exports" EntityType="SP.Discovery.Export"/> | |
<FunctionImport Name="SP_Discovery_Export" ReturnType="SP.Discovery.Export" IsComposable="true" EntitySet="Exports"> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Entity" ReturnType="EDU.Entity" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Entity"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Announcement" ReturnType="EDU.Announcement" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Announcement"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Announcement"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Announcement"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Announcements" ReturnType="Collection(EDU.Announcement)" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Announcement" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Announcement)"/> | |
<Parameter Name="entity" Type="EDU.Announcement"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Announcement)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_CommunityEntity" ReturnType="EDU.CommunityEntity" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CommunityEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CommunityEntity"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CommunityEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_LearningEntity" ReturnType="EDU.LearningEntity" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.LearningEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.LearningEntity"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.LearningEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_AssignedAssignment" ReturnType="EDU.AssignedAssignment" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignedAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignedAssignment"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignedAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_AssignedAssignments" ReturnType="Collection(EDU.AssignedAssignment)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.AssignedAssignment" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.AssignedAssignment)"/> | |
<Parameter Name="entity" Type="EDU.AssignedAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.AssignedAssignment)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_AssignmentCategories" ReturnType="Collection(EDU.AssignmentCategory)" IsComposable="true" EntitySet="AssignmentCategorys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.AssignmentCategory" IsBindable="true" EntitySet="AssignmentCategorys"> | |
<Parameter Name="this" Type="Collection(EDU.AssignmentCategory)"/> | |
<Parameter Name="entity" Type="EDU.AssignmentCategory"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.AssignmentCategory)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_AssignmentCategory" ReturnType="EDU.AssignmentCategory" IsComposable="true" EntitySet="AssignmentCategorys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentCategory"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentCategory"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentCategory"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Grade" ReturnType="EDU.Grade" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Grade"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Grade"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Grade"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_AssignmentGrade" ReturnType="EDU.AssignmentGrade" IsComposable="true" EntitySet="AssignmentGrades"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentGrade"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentGrade"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.AssignmentGrade"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Assignment" ReturnType="EDU.Assignment" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Assignment"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Assignment"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Assignment"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Assignments" ReturnType="Collection(EDU.Assignment)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Assignment" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.Assignment)"/> | |
<Parameter Name="entity" Type="EDU.Assignment"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Assignment)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Communities" ReturnType="Collection(EDU.Community)" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Community" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Community)"/> | |
<Parameter Name="entity" Type="EDU.Community"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Community)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_CommunityEntities" ReturnType="Collection(EDU.CommunityEntity)" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.CommunityEntity" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.CommunityEntity)"/> | |
<Parameter Name="entity" Type="EDU.CommunityEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.CommunityEntity)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Community" ReturnType="EDU.Community" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Community"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Community"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Community"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_CourseGrade" ReturnType="EDU.CourseGrade" IsComposable="true" EntitySet="CourseGrades"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CourseGrade"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CourseGrade"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.CourseGrade"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Course" ReturnType="EDU.Course" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Course"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Course"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Course"/> | |
</FunctionImport> | |
<FunctionImport Name="PublishCourseGrades" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Course"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_DataService" ReturnType="EDU.DataService" IsComposable="true" EntitySet="DataServices"/> | |
<FunctionImport Name="EDU_Resource" ReturnType="EDU.Resource" IsComposable="true" EntitySet="Resources"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Resource"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Resource"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Resource"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Document" ReturnType="EDU.Document" IsComposable="true" EntitySet="Documents"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Document"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Document"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Document"/> | |
</FunctionImport> | |
<FunctionImport Name="GetStream" ReturnType="Edm.Stream" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Document"/> | |
</FunctionImport> | |
<FunctionImport Name="SetStream" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Document"/> | |
<Parameter Name="stream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_EduChange_GetChanges" ReturnType="Edm.String"> | |
<Parameter Name="siteUri" Type="Edm.String"/> | |
<Parameter Name="startChangeId" Type="Edm.String"/> | |
<Parameter Name="endChangeId" Type="Edm.String"/> | |
<Parameter Name="timeout" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="maxNumChanges" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_EduChange_GetCurrentChangeId" ReturnType="Edm.String"> | |
<Parameter Name="siteUri" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_EduChange_GetCurrentChangeIds" ReturnType="Collection(Edm.String)"> | |
<Parameter Name="sites" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_EduChange_GetEduContentModel" ReturnType="Edm.String"/> | |
<FunctionImport Name="EDU_EduChange_SchemaVersionHash" ReturnType="Edm.Guid"/> | |
<FunctionImport Name="EDU_EventSchedule" ReturnType="EDU.EventSchedule" IsComposable="true" EntitySet="EventSchedules"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.EventSchedule"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.EventSchedule"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.EventSchedule"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_EventSchedules" ReturnType="Collection(EDU.EventSchedule)" IsComposable="true" EntitySet="EventSchedules"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.EventSchedule" IsBindable="true" EntitySet="EventSchedules"> | |
<Parameter Name="this" Type="Collection(EDU.EventSchedule)"/> | |
<Parameter Name="entity" Type="EDU.EventSchedule"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.EventSchedule)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Event" ReturnType="EDU.Event" IsComposable="true" EntitySet="Events"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Event"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Event"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Event"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Events" ReturnType="Collection(EDU.Event)" IsComposable="true" EntitySet="Events"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Event" IsBindable="true" EntitySet="Events"> | |
<Parameter Name="this" Type="Collection(EDU.Event)"/> | |
<Parameter Name="entity" Type="EDU.Event"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Event)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_FeedbackDocument" ReturnType="EDU.FeedbackDocument" IsComposable="true" EntitySet="Documents"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.FeedbackDocument"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.FeedbackDocument"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.FeedbackDocument"/> | |
</FunctionImport> | |
<FunctionImport Name="GetStream" ReturnType="Edm.Stream" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.FeedbackDocument"/> | |
</FunctionImport> | |
<FunctionImport Name="SetStream" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.FeedbackDocument"/> | |
<Parameter Name="stream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Grades" ReturnType="Collection(EDU.Grade)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Grade" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.Grade)"/> | |
<Parameter Name="entity" Type="EDU.Grade"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Grade)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_LearningEntities" ReturnType="Collection(EDU.LearningEntity)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.LearningEntity" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.LearningEntity)"/> | |
<Parameter Name="entity" Type="EDU.LearningEntity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.LearningEntity)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Lesson" ReturnType="EDU.Lesson" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Lesson"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Lesson"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Lesson"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Lessons" ReturnType="Collection(EDU.Lesson)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Lesson" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.Lesson)"/> | |
<Parameter Name="entity" Type="EDU.Lesson"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Lesson)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Link" ReturnType="EDU.Link" IsComposable="true" EntitySet="Links"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Link"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Link"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Link"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_MeetingSchedule" ReturnType="EDU.MeetingSchedule" IsComposable="true" EntitySet="EventSchedules"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.MeetingSchedule"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.MeetingSchedule"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.MeetingSchedule"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Meeting" ReturnType="EDU.Meeting" IsComposable="true" EntitySet="Events"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Meeting"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Meeting"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Meeting"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Membership" ReturnType="EDU.Membership" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Membership"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Membership"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Membership"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Memberships" ReturnType="Collection(EDU.Membership)" IsComposable="true" EntitySet="Entitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Membership" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Membership)"/> | |
<Parameter Name="entity" Type="EDU.Membership"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Membership)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_ResourceRef" ReturnType="EDU.ResourceRef" IsComposable="true" EntitySet="ResourceRefs"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.ResourceRef"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.ResourceRef"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.ResourceRef"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Resources" ReturnType="Collection(EDU.Resource)" IsComposable="true" EntitySet="Resources"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Resource" IsBindable="true" EntitySet="Resources"> | |
<Parameter Name="this" Type="Collection(EDU.Resource)"/> | |
<Parameter Name="entity" Type="EDU.Resource"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Resource)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Submission" ReturnType="EDU.Submission" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="DeleteEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Submission"/> | |
</FunctionImport> | |
<FunctionImport Name="SetEntityLink" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Submission"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateEntity" IsBindable="true"> | |
<Parameter Name="this" Type="EDU.Submission"/> | |
</FunctionImport> | |
<FunctionImport Name="EDU_Submissions" ReturnType="Collection(EDU.Submission)" IsComposable="true" EntitySet="LearningEntitys"/> | |
<FunctionImport Name="AddEntity" ReturnType="EDU.Submission" IsBindable="true" EntitySet="LearningEntitys"> | |
<Parameter Name="this" Type="Collection(EDU.Submission)"/> | |
<Parameter Name="entity" Type="EDU.Submission"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="EDU.Entity" IsComposable="true" IsBindable="true" EntitySet="Entitys"> | |
<Parameter Name="this" Type="Collection(EDU.Submission)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="OBA_Server_ServerWrapper_Diagnostics" ReturnType="OBA.Server.ServerWrapper.Diagnostics" IsComposable="true" EntitySet="Diagnosticss"/> | |
<FunctionImport Name="Status" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="OBA.Server.ServerWrapper.Diagnostics"/> | |
</FunctionImport> | |
<FunctionImport Name="OBA_Server_ServerWrapper_Reporting" ReturnType="OBA.Server.ServerWrapper.Reporting" IsComposable="true" EntitySet="Reportings"/> | |
<FunctionImport Name="PublishReport" IsBindable="true"> | |
<Parameter Name="this" Type="OBA.Server.ServerWrapper.Reporting"/> | |
<Parameter Name="odataPostBodyStm" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="OBA_Server_ServerWrapper_Taskflow" ReturnType="OBA.Server.ServerWrapper.Taskflow" IsComposable="true" EntitySet="Taskflows"/> | |
<FunctionImport Name="ProcessTask" IsBindable="true"> | |
<Parameter Name="this" Type="OBA.Server.ServerWrapper.Taskflow"/> | |
<Parameter Name="requestBodyStream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_WorkflowDefinition" ReturnType="SP.WorkflowServices.WorkflowDefinition" IsComposable="true" EntitySet="WorkflowDefinitions"/> | |
<FunctionImport Name="SetProperty" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDefinition"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteCollateral" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="leafFileName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeprecateDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateDefinitions" ReturnType="Collection(SP.WorkflowServices.WorkflowDefinition)" IsBindable="true" EntitySet="WorkflowDefinitions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="publishedOnly" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetActivitySignatures" ReturnType="Collection(SP.KeyValue)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="lastChanged" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCollateralUri" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="leafFileName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDefinition" ReturnType="SP.WorkflowServices.WorkflowDefinition" IsBindable="true" EntitySet="WorkflowDefinitions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDesignerActions" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="PackageDefinition" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="packageDefaultFilename" Type="Edm.String"/> | |
<Parameter Name="packageTitle" Type="Edm.String"/> | |
<Parameter Name="packageDescription" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="PublishDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SaveCollateral" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="leafFileName" Type="Edm.String"/> | |
<Parameter Name="fileContent" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="SaveDefinition" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="definition" Type="SP.WorkflowServices.WorkflowDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateActivity" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService"/> | |
<Parameter Name="activityXaml" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="CancelWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="CountInstances" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="parentSubscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
</FunctionImport> | |
<FunctionImport Name="CountInstancesWithStatus" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="parentSubscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="status" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Enumerate" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="parentSubscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateInstancesForListItem" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateInstancesForListItemWithOffset" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="offset" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateInstancesForSite" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateInstancesForSiteWithOffset" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="offset" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateWithOffset" ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="parentSubscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="offset" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDebugInfo" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="GetInstance" ReturnType="SP.WorkflowServices.WorkflowInstance" IsBindable="true" EntitySet="WorkflowInstances"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PublishCustomEvent" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
<Parameter Name="eventName" Type="Edm.String"/> | |
<Parameter Name="payload" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ResumeWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="StartWorkflow" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="subscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="payload" Type="Collection(SP.KeyValue)"/> | |
</FunctionImport> | |
<FunctionImport Name="StartWorkflowOnListItem" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="subscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="payload" Type="Collection(SP.KeyValue)"/> | |
</FunctionImport> | |
<FunctionImport Name="SuspendWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="TerminateWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService"/> | |
<Parameter Name="instance" Type="SP.WorkflowServices.WorkflowInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_InteropService_Current" ReturnType="SP.WorkflowServices.InteropService" IsComposable="true" EntitySet="InteropServices"/> | |
<FunctionImport Name="CancelWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.InteropService"/> | |
<Parameter Name="instanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DisableEvents" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.InteropService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnableEvents" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.InteropService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="StartWorkflow" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.InteropService"/> | |
<Parameter Name="associationName" Type="Edm.String"/> | |
<Parameter Name="correlationId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="workflowParameters" Type="Collection(SP.KeyValue)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_WorkflowServicesManager" ReturnType="SP.WorkflowServices.WorkflowServicesManager" IsComposable="true" EntitySet="WorkflowServicesManagers"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_WorkflowServicesManager_Current" ReturnType="SP.WorkflowServices.WorkflowServicesManager" IsComposable="true" EntitySet="WorkflowServicesManagers"/> | |
<FunctionImport Name="GetWorkflowDeploymentService" ReturnType="SP.WorkflowServices.WorkflowDeploymentService" IsBindable="true" EntitySet="WorkflowDeploymentServices"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetWorkflowInstanceService" ReturnType="SP.WorkflowServices.WorkflowInstanceService" IsBindable="true" EntitySet="WorkflowInstanceServices"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetWorkflowInteropService" ReturnType="SP.WorkflowServices.InteropService" IsBindable="true" EntitySet="InteropServices"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetWorkflowSubscriptionService" ReturnType="SP.WorkflowServices.WorkflowSubscriptionService" IsBindable="true" EntitySet="WorkflowSubscriptionServices"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_WorkflowSubscription" ReturnType="SP.WorkflowServices.WorkflowSubscription" IsComposable="true" EntitySet="WorkflowSubscriptions"/> | |
<FunctionImport Name="SetProperty" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WorkflowServices_WorkflowSubscriptionService_Current" ReturnType="SP.WorkflowServices.WorkflowSubscriptionService" IsComposable="true" EntitySet="WorkflowSubscriptionServices"/> | |
<FunctionImport Name="DeleteSubscription" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateSubscriptions" ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)" IsBindable="true" EntitySet="WorkflowSubscriptions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateSubscriptionsByDefinition" ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)" IsBindable="true" EntitySet="WorkflowSubscriptions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="definitionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateSubscriptionsByEventSource" ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)" IsBindable="true" EntitySet="WorkflowSubscriptions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="eventSourceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateSubscriptionsByList" ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)" IsBindable="true" EntitySet="WorkflowSubscriptions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSubscription" ReturnType="SP.WorkflowServices.WorkflowSubscription" IsBindable="true" EntitySet="WorkflowSubscriptions"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PublishSubscription" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="subscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
</FunctionImport> | |
<FunctionImport Name="PublishSubscriptionForList" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="subscription" Type="SP.WorkflowServices.WorkflowSubscription"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RegisterInterestInList" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="eventName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnregisterInterestInList" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="eventName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Microfeed_MicrofeedPostDefinitionManager" ReturnType="SP.Microfeed.MicrofeedPostDefinitionManager" IsComposable="true" EntitySet="MicrofeedPostDefinitionManagers"/> | |
<FunctionImport Name="DeleteMicrofeedPostDefinition" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
<Parameter Name="postDefinition" Type="SP.Microfeed.MicrofeedPostDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMicrofeedPostDefinition" ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
<Parameter Name="definitionName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMicrofeedPostDefinitions" ReturnType="Collection(SP.Microfeed.MicrofeedPostDefinition)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
</FunctionImport> | |
<FunctionImport Name="NewMicrofeedPostDefinition" ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
<Parameter Name="definitionName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateMicrofeedPostDefinition" ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager"/> | |
<Parameter Name="postDefinition" Type="SP.Microfeed.MicrofeedPostDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Microfeed_MicrofeedAttachmentStore" ReturnType="SP.Microfeed.MicrofeedAttachmentStore" IsComposable="true" EntitySet="MicrofeedAttachmentStores"/> | |
<FunctionImport Name="GetImage" ReturnType="Edm.Stream" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore"/> | |
<Parameter Name="imageUrl" Type="Edm.String"/> | |
<Parameter Name="key" Type="Edm.String"/> | |
<Parameter Name="iv" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="PutImage" ReturnType="Collection(Edm.String)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore"/> | |
<Parameter Name="imageData" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteAll" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.Microfeed.MicrofeedData)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Microfeed_MicrofeedData" ReturnType="SP.Microfeed.MicrofeedData" IsComposable="true" EntitySet="MicrofeedDatas"> | |
<Parameter Name="store" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="props" Type="Collection(SP.KeyValue)"/> | |
</FunctionImport> | |
<FunctionImport Name="AddAttachment" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedData"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="bytes" Type="Edm.Binary"/> | |
</FunctionImport> | |
<FunctionImport Name="SystemUpdate" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedData"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedData"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Microfeed_MicrofeedManager" ReturnType="SP.Microfeed.MicrofeedManager" IsComposable="true" EntitySet="MicrofeedManagers"/> | |
<FunctionImport Name="AddUserToPostPeopleList" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
<Parameter Name="UserLoginName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ClearUnreadMentionsCount" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteById" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteUserFromPostPeopleList" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
<Parameter Name="UserLoginName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMyCategoricalFeed" ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMyConsolidatedFeed" ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMyPublishedFeed" ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions"/> | |
<Parameter Name="typeOfPubFeed" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="ShowPublicView" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPublishedFeed" ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="feedOwner" Type="Edm.String"/> | |
<Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions"/> | |
<Parameter Name="typeOfPubFeed" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetThread" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUnreadMentionsCount" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
</FunctionImport> | |
<FunctionImport Name="Like" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LockThreadById" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="threadIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Post" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postOptions" Type="SP.Microfeed.MicrofeedPostOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="PostReply" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
<Parameter Name="postReplyOptions" Type="SP.Microfeed.MicrofeedPostOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="RepopulateLMT" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="timeStamp" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="secureHash" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnLike" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnLockThreadById" ReturnType="SP.Microfeed.MicrofeedThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="threadIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnsubscribeFromEMail" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedManager"/> | |
<Parameter Name="postIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Microfeed_MicrofeedPostOptionCollection" ReturnType="SP.Microfeed.MicrofeedPostOptionCollection" IsComposable="true" EntitySet="MicrofeedPostOptionCollections"/> | |
<FunctionImport Name="SP_Microfeed_MicrofeedStore" ReturnType="SP.Microfeed.MicrofeedStore" IsComposable="true" EntitySet="MicrofeedStores"/> | |
<FunctionImport Name="AddData" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="data" Type="Edm.Binary"/> | |
</FunctionImport> | |
<FunctionImport Name="ExecutePendingOperations" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItem" ReturnType="SP.Microfeed.MicrofeedData" IsBindable="true" EntitySet="MicrofeedDatas"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="storeIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSocialProperties" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="IncrementUnreadAtMentionCount" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="NewItem" ReturnType="SP.Microfeed.MicrofeedData" IsBindable="true" EntitySet="MicrofeedDatas"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="storeIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Query" ReturnType="Collection(SP.Microfeed.MicrofeedData)" IsBindable="true" EntitySet="MicrofeedDatas"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="storeIdentifier" Type="Edm.String"/> | |
<Parameter Name="query" Type="SP.Microfeed.MicrofeedDataQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="SetPostLikeStatus" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Microfeed.MicrofeedStore"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
<Parameter Name="postId" Type="Edm.String"/> | |
<Parameter Name="like" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_Office_Server_ReputationModel_Reputation_SetLike" ReturnType="Edm.Int32"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="like" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_Office_Server_ReputationModel_Reputation_SetRating" ReturnType="Edm.Double"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="rating" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialFeedManager" ReturnType="SP.Social.SocialFeedManager" IsComposable="true" EntitySet="SocialFeedManagers"/> | |
<FunctionImport Name="CreateImageAttachment" ReturnType="SP.Social.SocialAttachment" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="imageData" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePost" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="targetId" Type="Edm.String"/> | |
<Parameter Name="creationData" Type="SP.Social.SocialPostCreationData"/> | |
</FunctionImport> | |
<FunctionImport Name="DeletePost" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="postId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAllLikers" ReturnType="Collection(SP.Social.SocialActor)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="postId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFeed" ReturnType="SP.Social.SocialFeed" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="type" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="options" Type="SP.Social.SocialFeedOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFeedFor" ReturnType="SP.Social.SocialFeed" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="actorId" Type="Edm.String"/> | |
<Parameter Name="options" Type="SP.Social.SocialFeedOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFullThread" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="threadId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMentions" ReturnType="SP.Social.SocialFeed" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="clearUnreadMentions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="options" Type="SP.Social.SocialFeedOptions"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPreview" ReturnType="SP.Social.SocialAttachment" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="itemUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPreviewImage" ReturnType="Edm.Stream" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="key" Type="Edm.String"/> | |
<Parameter Name="iv" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUnreadMentionCount" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
</FunctionImport> | |
<FunctionImport Name="LikePost" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="postId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LockThread" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="threadId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SuppressThreadNotifications" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="threadId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnlikePost" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="postId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnlockThread" ReturnType="SP.Social.SocialThread" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFeedManager"/> | |
<Parameter Name="threadId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialFollowingManager" ReturnType="SP.Social.SocialFollowingManager" IsComposable="true" EntitySet="SocialFollowingManagers"/> | |
<FunctionImport Name="Follow" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
<Parameter Name="actor" Type="SP.Social.SocialActorInfo"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowed" ReturnType="Collection(SP.Social.SocialActor)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
<Parameter Name="types" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowedCount" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
<Parameter Name="types" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowers" ReturnType="Collection(SP.Social.SocialActor)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSuggestions" ReturnType="Collection(SP.Social.SocialActor)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
</FunctionImport> | |
<FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
<Parameter Name="actor" Type="SP.Social.SocialActorInfo"/> | |
</FunctionImport> | |
<FunctionImport Name="StopFollowing" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialFollowingManager"/> | |
<Parameter Name="actor" Type="SP.Social.SocialActorInfo"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialRestActor" ReturnType="SP.Social.SocialRestActor" IsComposable="true" EntitySet="SocialRestActors"/> | |
<FunctionImport Name="Feed" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Likes" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="MentionFeed" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="News" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="OrganizationFeed" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="TimelineFeed" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UnreadMentionCount" ReturnType="Edm.Int32" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestActor"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialRestFeedManager" ReturnType="SP.Social.SocialRestFeedManager" IsComposable="true" EntitySet="SocialRestFeedManagers"/> | |
<FunctionImport Name="Actor" ReturnType="SP.Social.SocialRestActor" IsComposable="true" IsBindable="true" EntitySet="SocialRestActors"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFeedManager"/> | |
<Parameter Name="item" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="My" ReturnType="SP.Social.SocialRestActor" IsComposable="true" IsBindable="true" EntitySet="SocialRestActors"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFeedManager"/> | |
</FunctionImport> | |
<FunctionImport Name="Post" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFeedManager"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialRestFeed" ReturnType="SP.Social.SocialRestFeed" IsComposable="true" EntitySet="SocialRestFeeds"/> | |
<FunctionImport Name="ClearUnReadMentionCount" ReturnType="SP.Social.SocialRestFeed" IsBindable="true" EntitySet="SocialRestFeeds"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFeed"/> | |
<Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Post" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFeed"/> | |
<Parameter Name="restCreationData" Type="SP.Social.SocialRestPostCreationData"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialRestFollowingManager" ReturnType="SP.Social.SocialRestFollowingManager" IsComposable="true" EntitySet="SocialRestFollowingManagers"/> | |
<FunctionImport Name="Follow" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
<Parameter Name="AccountName" Type="Edm.String"/> | |
<Parameter Name="ActorType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="ContentUri" Type="Edm.String"/> | |
<Parameter Name="Id" Type="Edm.String"/> | |
<Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Followed" ReturnType="Collection(SP.Social.SocialActor)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
<Parameter Name="types" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="FollowedCount" ReturnType="Edm.Int32" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
<Parameter Name="types" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Followers" ReturnType="Collection(SP.Social.SocialActor)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
</FunctionImport> | |
<FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
<Parameter Name="AccountName" Type="Edm.String"/> | |
<Parameter Name="ActorType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="ContentUri" Type="Edm.String"/> | |
<Parameter Name="Id" Type="Edm.String"/> | |
<Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="My" ReturnType="SP.Social.SocialRestFollowingManager" IsComposable="true" IsBindable="true" EntitySet="SocialRestFollowingManagers"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
</FunctionImport> | |
<FunctionImport Name="StopFollowing" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
<Parameter Name="AccountName" Type="Edm.String"/> | |
<Parameter Name="ActorType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="ContentUri" Type="Edm.String"/> | |
<Parameter Name="Id" Type="Edm.String"/> | |
<Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Suggestions" ReturnType="Collection(SP.Social.SocialActor)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestFollowingManager"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Social_SocialRestThread" ReturnType="SP.Social.SocialRestThread" IsComposable="true" EntitySet="SocialRestThreads"/> | |
<FunctionImport Name="Delete" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Like" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Likers" ReturnType="Collection(SP.Social.SocialActor)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Lock" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Reply" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="restCreationData" Type="SP.Social.SocialRestPostCreationData"/> | |
</FunctionImport> | |
<FunctionImport Name="UnLike" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnLock" ReturnType="SP.Social.SocialRestThread" IsBindable="true" EntitySet="SocialRestThreads"> | |
<Parameter Name="this" Type="SP.Social.SocialRestThread"/> | |
<Parameter Name="ID" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_FollowedContent" ReturnType="SP.UserProfiles.FollowedContent" IsComposable="true" EntitySet="FollowedContents"/> | |
<FunctionImport Name="FindAndUpdateFollowedItem" ReturnType="SP.UserProfiles.FollowedItem" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Follow" ReturnType="SP.UserProfiles.FollowResult" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="data" Type="SP.UserProfiles.FollowedItemData"/> | |
</FunctionImport> | |
<FunctionImport Name="FollowItem" ReturnType="SP.UserProfiles.FollowResult" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="item" Type="SP.UserProfiles.FollowedItem"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowedStatus" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItem" ReturnType="SP.UserProfiles.FollowedItem" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItems" ReturnType="Collection(SP.UserProfiles.FollowedItem)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="subtype" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RefreshFollowedItem" ReturnType="SP.UserProfiles.FollowedItem" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="item" Type="SP.UserProfiles.FollowedItem"/> | |
</FunctionImport> | |
<FunctionImport Name="StopFollowing" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateData" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.FollowedContent"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="data" Type="SP.UserProfiles.FollowedItemData"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_FollowedItemData" ReturnType="SP.UserProfiles.FollowedItemData" IsComposable="true" EntitySet="FollowedItemDatas"> | |
<Parameter Name="props" Type="Collection(SP.KeyValue)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_PeopleManager" ReturnType="SP.UserProfiles.PeopleManager" IsComposable="true" EntitySet="PeopleManagers"/> | |
<FunctionImport Name="AmIFollowedBy" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AmIFollowing" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Follow" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="FollowTag" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="value" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowedTags" ReturnType="Collection(Edm.String)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="cTagsToFetch" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFollowersFor" ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMyFollowers" ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMyProperties" ReturnType="SP.UserProfiles.PersonProperties" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetMySuggestions" ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPeopleFollowedBy" ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPeopleFollowedByMe" ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPropertiesFor" ReturnType="SP.UserProfiles.PersonProperties" IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_PeopleManager_GetTrendingTags" ReturnType="SP.UserProfiles.HashTagCollection" IsComposable="true" EntitySet="HashTagCollections"/> | |
<FunctionImport Name="GetUserProfilePropertiesFor" ReturnType="Collection(Edm.String)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="propertiesForUser" Type="SP.UserProfiles.UserProfilePropertiesForUser"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserProfilePropertyFor" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="HideSuggestion" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_PeopleManager_IsFollowing" ReturnType="Edm.Boolean" IsSideEffecting="false"> | |
<Parameter Name="possibleFollowerAccountName" Type="Edm.String"/> | |
<Parameter Name="possibleFolloweeAccountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SetMyProfilePicture" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="picture" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="StopFollowing" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="StopFollowingTag" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.PeopleManager"/> | |
<Parameter Name="value" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_ProfileImageStore" ReturnType="SP.UserProfiles.ProfileImageStore" IsComposable="true" EntitySet="ProfileImageStores"/> | |
<FunctionImport Name="SaveUploadedFile" ReturnType="Collection(Edm.String)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.ProfileImageStore"/> | |
<Parameter Name="profileType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="fileNamePrefix" Type="Edm.String"/> | |
<Parameter Name="isFeedAttachment" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clientFilePath" Type="Edm.String"/> | |
<Parameter Name="fileSize" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="fileStream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_ProfileLoader_GetProfileLoader" ReturnType="SP.UserProfiles.ProfileLoader" EntitySet="ProfileLoaders"/> | |
<FunctionImport Name="GetUserProfile" ReturnType="SP.UserProfiles.UserProfile" IsBindable="true" EntitySet="UserProfiles"> | |
<Parameter Name="this" Type="SP.UserProfiles.ProfileLoader"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UserProfiles_UserProfilePropertiesForUser" ReturnType="SP.UserProfiles.UserProfilePropertiesForUser" IsComposable="true" EntitySet="UserProfilePropertiesForUsers"> | |
<Parameter Name="accountName" Type="Edm.String"/> | |
<Parameter Name="propertyNames" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPropertyNames" ReturnType="Collection(Edm.String)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.UserProfilePropertiesForUser"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalSite" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.UserProfile"/> | |
<Parameter Name="lcid" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePersonalSiteEnque" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.UserProfile"/> | |
<Parameter Name="isInteractive" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ShareAllSocialData" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserProfiles.UserProfile"/> | |
<Parameter Name="shareAll" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="PS_LookupTables_InvalidNameCharacters" ReturnType="Collection(Edm.String)" IsSideEffecting="false"/> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.CalendarException"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.BaseCalendarException"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.Calendar" IsBindable="true" EntitySet="Calendars"> | |
<Parameter Name="this" Type="Collection(PS.Calendar)"/> | |
<Parameter Name="parameters" Type="PS.CalendarCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.Calendar" IsComposable="true" IsBindable="true" EntitySet="Calendars"> | |
<Parameter Name="this" Type="Collection(PS.Calendar)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.Calendar" IsComposable="true" IsBindable="true" EntitySet="Calendars"> | |
<Parameter Name="this" Type="Collection(PS.Calendar)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Calendar)"/> | |
<Parameter Name="calendar" Type="PS.Calendar"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Calendar)"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.CalendarException" IsBindable="true" EntitySet="CalendarExceptions"> | |
<Parameter Name="this" Type="Collection(PS.CalendarException)"/> | |
<Parameter Name="parameters" Type="PS.CalendarExceptionCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.CalendarException" IsComposable="true" IsBindable="true" EntitySet="CalendarExceptions"> | |
<Parameter Name="this" Type="Collection(PS.CalendarException)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.CalendarException)"/> | |
<Parameter Name="exception" Type="PS.CalendarException"/> | |
</FunctionImport> | |
<FunctionImport Name="CopyTo" ReturnType="PS.Calendar" IsBindable="true" EntitySet="Calendars"> | |
<Parameter Name="this" Type="PS.Calendar"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Calendar"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.CustomField" IsBindable="true" EntitySet="CustomFields"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
<Parameter Name="parameters" Type="PS.CustomFieldCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByAppAlternateId" ReturnType="PS.CustomField" IsComposable="true" IsBindable="true" EntitySet="CustomFields"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.CustomField" IsComposable="true" IsBindable="true" EntitySet="CustomFields"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.CustomField" IsComposable="true" IsBindable="true" EntitySet="CustomFields"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
<Parameter Name="field" Type="PS.CustomField"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.CustomField)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.CustomField"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.DraftAssignment" IsBindable="true" EntitySet="DraftAssignments"> | |
<Parameter Name="this" Type="Collection(PS.DraftAssignment)"/> | |
<Parameter Name="parameters" Type="PS.AssignmentCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.DraftAssignment" IsComposable="true" IsBindable="true" EntitySet="DraftAssignments"> | |
<Parameter Name="this" Type="Collection(PS.DraftAssignment)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.DraftAssignment" IsComposable="true" IsBindable="true" EntitySet="DraftAssignments"> | |
<Parameter Name="this" Type="Collection(PS.DraftAssignment)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.DraftAssignment)"/> | |
<Parameter Name="assignment" Type="PS.DraftAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.DraftProjectResource" IsBindable="true" EntitySet="DraftProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.DraftProjectResource)"/> | |
<Parameter Name="parameters" Type="PS.ProjectResourceCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="AddEnterpriseResource" ReturnType="PS.DraftProjectResource" IsBindable="true" EntitySet="DraftProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.DraftProjectResource)"/> | |
<Parameter Name="resource" Type="PS.EnterpriseResource"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.DraftProjectResource" IsComposable="true" IsBindable="true" EntitySet="DraftProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.DraftProjectResource)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.DraftProjectResource" IsComposable="true" IsBindable="true" EntitySet="DraftProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.DraftProjectResource)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.DraftProjectResource)"/> | |
<Parameter Name="resource" Type="PS.DraftProjectResource"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProjectResource"/> | |
</FunctionImport> | |
<FunctionImport Name="EnterProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Project"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
</FunctionImport> | |
<FunctionImport Name="GetResourcePlanByUrl" ReturnType="PS.ResourcePlan" IsComposable="true" IsBindable="true" EntitySet="ResourcePlans"> | |
<Parameter Name="this" Type="PS.Project"/> | |
<Parameter Name="start" Type="Edm.String"/> | |
<Parameter Name="end" Type="Edm.String"/> | |
<Parameter Name="scale" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LeaveProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Project"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Project"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Project"/> | |
<Parameter Name="status" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateProjectStageStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Project"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
<Parameter Name="statusInformation" Type="Edm.String"/> | |
<Parameter Name="stageStatusValue" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="append" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnterProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
</FunctionImport> | |
<FunctionImport Name="GetResourcePlanByUrl" ReturnType="PS.ResourcePlan" IsComposable="true" IsBindable="true" EntitySet="ResourcePlans"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="start" Type="Edm.String"/> | |
<Parameter Name="end" Type="Edm.String"/> | |
<Parameter Name="scale" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LeaveProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="status" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateProjectStageStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
<Parameter Name="statusInformation" Type="Edm.String"/> | |
<Parameter Name="stageStatusValue" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="append" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CheckIn" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="force" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Publish" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
<Parameter Name="checkIn" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
</FunctionImport> | |
<FunctionImport Name="Validate" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftProject"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.DraftTask" IsBindable="true" EntitySet="DraftTasks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTask)"/> | |
<Parameter Name="parameters" Type="PS.TaskCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.DraftTask" IsComposable="true" IsBindable="true" EntitySet="DraftTasks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTask)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.DraftTask" IsComposable="true" IsBindable="true" EntitySet="DraftTasks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTask)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.DraftTask)"/> | |
<Parameter Name="task" Type="PS.DraftTask"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.DraftTaskLink" IsBindable="true" EntitySet="DraftTaskLinks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTaskLink)"/> | |
<Parameter Name="parameters" Type="PS.TaskLinkCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.DraftTaskLink" IsComposable="true" IsBindable="true" EntitySet="DraftTaskLinks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTaskLink)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.DraftTaskLink" IsComposable="true" IsBindable="true" EntitySet="DraftTaskLinks"> | |
<Parameter Name="this" Type="Collection(PS.DraftTaskLink)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.DraftTaskLink)"/> | |
<Parameter Name="TaskLink" Type="PS.DraftTaskLink"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftTaskLink"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.DraftTask"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.EnterpriseProjectType" IsBindable="true" EntitySet="EnterpriseProjectTypes"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)"/> | |
<Parameter Name="parameters" Type="PS.EnterpriseProjectTypeCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.EnterpriseProjectType" IsComposable="true" IsBindable="true" EntitySet="EnterpriseProjectTypes"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.EnterpriseProjectType" IsComposable="true" IsBindable="true" EntitySet="EnterpriseProjectTypes"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)"/> | |
<Parameter Name="ept" Type="PS.EnterpriseProjectType"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.EnterpriseProjectType"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.EnterpriseResource" IsBindable="true" EntitySet="EnterpriseResources"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
<Parameter Name="parameters" Type="PS.EnterpriseResourceCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.EnterpriseResource" IsComposable="true" IsBindable="true" EntitySet="EnterpriseResources"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.EnterpriseResource" IsComposable="true" IsBindable="true" EntitySet="EnterpriseResources"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByUser" ReturnType="PS.EnterpriseResource" IsComposable="true" IsBindable="true" EntitySet="EnterpriseResources"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
<Parameter Name="user" Type="SP.User"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
<Parameter Name="resource" Type="PS.EnterpriseResource"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EnterpriseResource)"/> | |
</FunctionImport> | |
<FunctionImport Name="PS_EnterpriseResource_Self" ReturnType="PS.EnterpriseResource" IsComposable="true" EntitySet="EnterpriseResources"/> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.EnterpriseResource"/> | |
</FunctionImport> | |
<FunctionImport Name="ForceCheckIn" IsBindable="true"> | |
<Parameter Name="this" Type="PS.EnterpriseResource"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.Event" IsComposable="true" IsBindable="true" EntitySet="Events1"> | |
<Parameter Name="this" Type="Collection(PS.Event)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByInt" ReturnType="PS.Event" IsComposable="true" IsBindable="true" EntitySet="Events1"> | |
<Parameter Name="this" Type="Collection(PS.Event)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.EventHandler" IsBindable="true" EntitySet="EventHandlers"> | |
<Parameter Name="this" Type="Collection(PS.EventHandler)"/> | |
<Parameter Name="parameters" Type="PS.EventHandlerCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.EventHandler" IsComposable="true" IsBindable="true" EntitySet="EventHandlers"> | |
<Parameter Name="this" Type="Collection(PS.EventHandler)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.EventHandler" IsComposable="true" IsBindable="true" EntitySet="EventHandlers"> | |
<Parameter Name="this" Type="Collection(PS.EventHandler)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EventHandler)"/> | |
<Parameter Name="handler" Type="PS.EventHandler"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.EventHandler)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.EventHandler"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupEntry"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupCost"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupDate"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupDuration"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.LookupEntry" IsBindable="true" EntitySet="LookupEntrys"> | |
<Parameter Name="this" Type="Collection(PS.LookupEntry)"/> | |
<Parameter Name="parameters" Type="PS.LookupEntryCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByAppAlternateId" ReturnType="PS.LookupEntry" IsComposable="true" IsBindable="true" EntitySet="LookupEntrys"> | |
<Parameter Name="this" Type="Collection(PS.LookupEntry)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.LookupEntry" IsComposable="true" IsBindable="true" EntitySet="LookupEntrys"> | |
<Parameter Name="this" Type="Collection(PS.LookupEntry)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.LookupEntry" IsComposable="true" IsBindable="true" EntitySet="LookupEntrys"> | |
<Parameter Name="this" Type="Collection(PS.LookupEntry)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.LookupEntry)"/> | |
<Parameter Name="entry" Type="PS.LookupEntry"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupNumber"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.LookupTable" IsBindable="true" EntitySet="LookupTables"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
<Parameter Name="parameters" Type="PS.LookupTableCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByAppAlternateId" ReturnType="PS.LookupTable" IsComposable="true" IsBindable="true" EntitySet="LookupTables"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.LookupTable" IsComposable="true" IsBindable="true" EntitySet="LookupTables"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.LookupTable" IsComposable="true" IsBindable="true" EntitySet="LookupTables"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
<Parameter Name="table" Type="PS.LookupTable"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.LookupTable)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupTable"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.LookupText"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.Phase" IsBindable="true" EntitySet="Phases"> | |
<Parameter Name="this" Type="Collection(PS.Phase)"/> | |
<Parameter Name="parameters" Type="PS.PhaseCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.Phase" IsComposable="true" IsBindable="true" EntitySet="Phases"> | |
<Parameter Name="this" Type="Collection(PS.Phase)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.Phase" IsComposable="true" IsBindable="true" EntitySet="Phases"> | |
<Parameter Name="this" Type="Collection(PS.Phase)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Phase)"/> | |
<Parameter Name="phase" Type="PS.Phase"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Phase)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Phase"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.PlanAssignment" IsBindable="true" EntitySet="PlanAssignments"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignment)"/> | |
<Parameter Name="parameters" Type="PS.PlanAssignmentCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PlanAssignment" IsComposable="true" IsBindable="true" EntitySet="PlanAssignments"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignment)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PlanAssignment" IsComposable="true" IsBindable="true" EntitySet="PlanAssignments"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignment)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignment)"/> | |
<Parameter Name="assignment" Type="PS.PlanAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PlanAssignmentInterval" IsComposable="true" IsBindable="true" EntitySet="PlanAssignmentIntervals"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignmentInterval)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByStart" ReturnType="PS.PlanAssignmentInterval" IsComposable="true" IsBindable="true" EntitySet="PlanAssignmentIntervals"> | |
<Parameter Name="this" Type="Collection(PS.PlanAssignmentInterval)"/> | |
<Parameter Name="start" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PlanAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.PublishedProject" IsBindable="true" EntitySet="PublishedProjects"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
<Parameter Name="parameters" Type="PS.ProjectCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PublishedProject" IsComposable="true" IsBindable="true" EntitySet="PublishedProjects"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PublishedProject" IsComposable="true" IsBindable="true" EntitySet="PublishedProjects"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
<Parameter Name="project" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
</FunctionImport> | |
<FunctionImport Name="Validate" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProject)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.ProjectDetailPage" IsComposable="true" IsBindable="true" EntitySet="ProjectDetailPages"> | |
<Parameter Name="this" Type="Collection(PS.ProjectDetailPage)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.ProjectDetailPage" IsComposable="true" IsBindable="true" EntitySet="ProjectDetailPages"> | |
<Parameter Name="this" Type="Collection(PS.ProjectDetailPage)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="PS_ProjectServerData" ReturnType="PS.ProjectServerData" IsComposable="true" EntitySet="ProjectServerDatas"/> | |
<FunctionImport Name="PS_ProjectServer" ReturnType="PS.ProjectServer" IsComposable="true" EntitySet="ProjectServers"/> | |
<FunctionImport Name="StopDelegation" IsBindable="true"> | |
<Parameter Name="this" Type="PS.ProjectServer"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PublishedAssignment" IsComposable="true" IsBindable="true" EntitySet="PublishedAssignments"> | |
<Parameter Name="this" Type="Collection(PS.PublishedAssignment)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PublishedAssignment" IsComposable="true" IsBindable="true" EntitySet="PublishedAssignments"> | |
<Parameter Name="this" Type="Collection(PS.PublishedAssignment)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PublishedProjectResource" IsComposable="true" IsBindable="true" EntitySet="PublishedProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProjectResource)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PublishedProjectResource" IsComposable="true" IsBindable="true" EntitySet="PublishedProjectResources"> | |
<Parameter Name="this" Type="Collection(PS.PublishedProjectResource)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EnterProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
</FunctionImport> | |
<FunctionImport Name="GetResourcePlanByUrl" ReturnType="PS.ResourcePlan" IsComposable="true" IsBindable="true" EntitySet="ResourcePlans"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
<Parameter Name="start" Type="Edm.String"/> | |
<Parameter Name="end" Type="Edm.String"/> | |
<Parameter Name="scale" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LeaveProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
<Parameter Name="status" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateProjectStageStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
<Parameter Name="statusInformation" Type="Edm.String"/> | |
<Parameter Name="stageStatusValue" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="append" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CheckOut" ReturnType="PS.DraftProject" IsBindable="true" EntitySet="DraftProjects"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="SubmitToWorkflow" IsBindable="true"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateVisibilityCustomFields" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.PublishedProject"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PublishedTask" IsComposable="true" IsBindable="true" EntitySet="PublishedTasks"> | |
<Parameter Name="this" Type="Collection(PS.PublishedTask)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PublishedTask" IsComposable="true" IsBindable="true" EntitySet="PublishedTasks"> | |
<Parameter Name="this" Type="Collection(PS.PublishedTask)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.PublishedTaskLink" IsComposable="true" IsBindable="true" EntitySet="PublishedTaskLinks"> | |
<Parameter Name="this" Type="Collection(PS.PublishedTaskLink)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.PublishedTaskLink" IsComposable="true" IsBindable="true" EntitySet="PublishedTaskLinks"> | |
<Parameter Name="this" Type="Collection(PS.PublishedTaskLink)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.QueueJob" IsComposable="true" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="Collection(PS.QueueJob)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.QueueJob" IsComposable="true" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="Collection(PS.QueueJob)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Cancel" IsBindable="true"> | |
<Parameter Name="this" Type="PS.QueueJob"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.ResourceCalendarException"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.ResourcePlan"/> | |
</FunctionImport> | |
<FunctionImport Name="ForceCheckIn" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.ResourcePlan"/> | |
</FunctionImport> | |
<FunctionImport Name="Publish" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.ResourcePlan"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" ReturnType="PS.QueueJob" IsBindable="true" EntitySet="QueueJobs"> | |
<Parameter Name="this" Type="PS.ResourcePlan"/> | |
</FunctionImport> | |
<FunctionImport Name="PS_ServiceStatus" ReturnType="PS.ServiceStatus" IsComposable="true" EntitySet="ServiceStatuss"> | |
<Parameter Name="server" Type="PS.ProjectServer"/> | |
</FunctionImport> | |
<FunctionImport Name="StopDelegation" IsBindable="true"> | |
<Parameter Name="this" Type="PS.ServiceStatus"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.Stage" IsBindable="true" EntitySet="Stages"> | |
<Parameter Name="this" Type="Collection(PS.Stage)"/> | |
<Parameter Name="parameters" Type="PS.StageCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.Stage" IsComposable="true" IsBindable="true" EntitySet="Stages"> | |
<Parameter Name="this" Type="Collection(PS.Stage)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.Stage" IsComposable="true" IsBindable="true" EntitySet="Stages"> | |
<Parameter Name="this" Type="Collection(PS.Stage)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Stage)"/> | |
<Parameter Name="stage" Type="PS.Stage"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.Stage)"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.StageCustomField" IsBindable="true" EntitySet="StageCustomFields"> | |
<Parameter Name="this" Type="Collection(PS.StageCustomField)"/> | |
<Parameter Name="creationInfo" Type="PS.StageCustomFieldCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.StageCustomField" IsComposable="true" IsBindable="true" EntitySet="StageCustomFields"> | |
<Parameter Name="this" Type="Collection(PS.StageCustomField)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.StageCustomField" IsComposable="true" IsBindable="true" EntitySet="StageCustomFields"> | |
<Parameter Name="this" Type="Collection(PS.StageCustomField)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.StageCustomField)"/> | |
<Parameter Name="field" Type="PS.StageCustomField"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.StageCustomField"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.StageDetailPage" IsBindable="true" EntitySet="StageDetailPages"> | |
<Parameter Name="this" Type="Collection(PS.StageDetailPage)"/> | |
<Parameter Name="parameters" Type="PS.StageDetailPageCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.StageDetailPage" IsComposable="true" IsBindable="true" EntitySet="StageDetailPages"> | |
<Parameter Name="this" Type="Collection(PS.StageDetailPage)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.StageDetailPage" IsComposable="true" IsBindable="true" EntitySet="StageDetailPages"> | |
<Parameter Name="this" Type="Collection(PS.StageDetailPage)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.StageDetailPage)"/> | |
<Parameter Name="pdp" Type="PS.StageDetailPage"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.StageDetailPage"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.Stage"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.StatusAssignment" IsBindable="true" EntitySet="StatusAssignments"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="parameters" Type="PS.StatusAssignmentCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.StatusAssignment" IsComposable="true" IsBindable="true" EntitySet="StatusAssignments"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.StatusAssignment" IsComposable="true" IsBindable="true" EntitySet="StatusAssignments"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetTimePhaseByUrl" ReturnType="PS.TimePhase" IsComposable="true" IsBindable="true" EntitySet="TimePhases"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="start" Type="Edm.String"/> | |
<Parameter Name="end" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="assignment" Type="PS.StatusAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="SubmitAllStatusUpdates" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.StatusAssignment)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.StatusAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="SubmitStatusUpdates" IsBindable="true"> | |
<Parameter Name="this" Type="PS.StatusAssignment"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.TimeSheetLine" IsBindable="true" EntitySet="TimeSheetLines"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetLine)"/> | |
<Parameter Name="parameters" Type="PS.TimeSheetLineCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.TimeSheetLine" IsComposable="true" IsBindable="true" EntitySet="TimeSheetLines"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetLine)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.TimeSheetLine" IsComposable="true" IsBindable="true" EntitySet="TimeSheetLines"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetLine)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetLine)"/> | |
<Parameter Name="line" Type="PS.TimeSheetLine"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheetLine"/> | |
</FunctionImport> | |
<FunctionImport Name="Submit" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheetLine"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByGuid" ReturnType="PS.TimeSheetPeriod" IsComposable="true" IsBindable="true" EntitySet="TimeSheetPeriods"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetPeriod)"/> | |
<Parameter Name="uid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.TimeSheetPeriod" IsComposable="true" IsBindable="true" EntitySet="TimeSheetPeriods"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetPeriod)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateTimeSheet" ReturnType="PS.TimeSheet" IsBindable="true" EntitySet="TimeSheets"> | |
<Parameter Name="this" Type="PS.TimeSheetPeriod"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheet"/> | |
</FunctionImport> | |
<FunctionImport Name="Recall" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheet"/> | |
</FunctionImport> | |
<FunctionImport Name="Submit" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheet"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheet"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="PS.TimeSheetWork" IsBindable="true" EntitySet="TimeSheetWorks"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetWork)"/> | |
<Parameter Name="parameters" Type="PS.TimeSheetWorkCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.TimeSheetWork" IsComposable="true" IsBindable="true" EntitySet="TimeSheetWorks"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetWork)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByStartDate" ReturnType="PS.TimeSheetWork" IsComposable="true" IsBindable="true" EntitySet="TimeSheetWorks"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetWork)"/> | |
<Parameter Name="start" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(PS.TimeSheetWork)"/> | |
<Parameter Name="work" Type="PS.TimeSheetWork"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="PS.TimeSheetWork"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateProjectFromListItem" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="webId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="eptId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="EnterProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="stageId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="LeaveProjectStage" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadBooleanProperty" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadCurrencyProperty" ReturnType="Edm.Double" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadDateTimeProperty" ReturnType="Edm.DateTime" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadGuidProperty" ReturnType="Edm.Guid" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadIntegerProperty" ReturnType="Edm.Int32" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadNumberProperty" ReturnType="Edm.Double" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadProjectProperty" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadTextProperty" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateBooleanProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateCurrencyProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.Double" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateDateTimeProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateGuidProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="status" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateIntegerProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateNumberProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.Double" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateProjectStageStatus" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="stageId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="statusInformation" Type="Edm.String"/> | |
<Parameter Name="stageStatusValue" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="append" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateTextProperty" IsBindable="true"> | |
<Parameter Name="this" Type="PS.WorkflowActivities"/> | |
<Parameter Name="projectId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="propertyId" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="PS.WorkflowDesignerField" IsComposable="true" IsBindable="true" EntitySet="WorkflowDesignerFields"> | |
<Parameter Name="this" Type="Collection(PS.WorkflowDesignerField)"/> | |
<Parameter Name="objectId" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="AddinPlugins" EntityType="SP.Publishing.AddinPlugin"/> | |
<FunctionImport Name="SP_Publishing_AddinPlugin" ReturnType="SP.Publishing.AddinPlugin" IsComposable="true" EntitySet="AddinPlugins"/> | |
<EntitySet Name="AddinSettingss" EntityType="SP.Publishing.AddinSettings"/> | |
<FunctionImport Name="SP_Publishing_AddinSettings" ReturnType="SP.Publishing.AddinSettings" IsComposable="true" EntitySet="AddinSettingss"> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="NavigationTermSetViews" EntityType="SP.Publishing.Navigation.NavigationTermSetView"/> | |
<FunctionImport Name="SP_Publishing_Navigation_NavigationTermSetView" ReturnType="SP.Publishing.Navigation.NavigationTermSetView" IsComposable="true" EntitySet="NavigationTermSetViews"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="siteMapProviderName" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="WebNavigationSettingss" EntityType="SP.Publishing.Navigation.WebNavigationSettings"/> | |
<FunctionImport Name="SP_Publishing_Navigation_WebNavigationSettings" ReturnType="SP.Publishing.Navigation.WebNavigationSettings" IsComposable="true" EntitySet="WebNavigationSettingss"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.GradedResponse"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.GradingKey"/> | |
</FunctionImport> | |
<FunctionImport Name="AddQuestion" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="newQuestion" Type="Microsoft.Office.Education.QuizOM.Question"/> | |
<Parameter Name="newQuestionKey" Type="Microsoft.Office.Education.QuizOM.QuestionKey"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateUserResponse" ReturnType="Microsoft.Office.Education.QuizOM.UserResponse" IsBindable="true" EntitySet="UserResponses"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
</FunctionImport> | |
<FunctionImport Name="EnumerateUserResponses" ReturnType="Collection(Microsoft.Office.Education.QuizOM.UserResponseInfo)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
</FunctionImport> | |
<FunctionImport Name="FindOrCreateGradedResponse" ReturnType="Microsoft.Office.Education.QuizOM.GradedResponse" IsBindable="true" EntitySet="GradedResponses"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="userResponseId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="FindUserResponseById" ReturnType="Microsoft.Office.Education.QuizOM.UserResponse" IsBindable="true" EntitySet="UserResponses"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="responseId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCurrentUsersLatestResponse" ReturnType="Microsoft.Office.Education.QuizOM.UserResponse" IsBindable="true" EntitySet="UserResponses"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="createIfNone" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCurrentUsersResponses" ReturnType="Collection(Microsoft.Office.Education.QuizOM.UserResponseInfo)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetGradingKey" ReturnType="Microsoft.Office.Education.QuizOM.GradingKey" IsBindable="true" EntitySet="GradingKeys"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="createIfMissing" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUsersLatestResponse" ReturnType="Microsoft.Office.Education.QuizOM.UserResponse" IsBindable="true" EntitySet="UserResponses"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="userId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUsersResponses" ReturnType="Collection(Microsoft.Office.Education.QuizOM.UserResponseInfo)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="userId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="InsertQuestionAfter" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="questionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="newQuestion" Type="Microsoft.Office.Education.QuizOM.Question"/> | |
<Parameter Name="newQuestionKey" Type="Microsoft.Office.Education.QuizOM.QuestionKey"/> | |
</FunctionImport> | |
<FunctionImport Name="InsertQuestionBefore" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="questionId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="newQuestion" Type="Microsoft.Office.Education.QuizOM.Question"/> | |
<Parameter Name="newQuestionKey" Type="Microsoft.Office.Education.QuizOM.QuestionKey"/> | |
</FunctionImport> | |
<FunctionImport Name="NextAttemptNumber" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveQuestion" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="questionId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetQuizState" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="newQuizState" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateQuestion" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.Quiz"/> | |
<Parameter Name="question" Type="Microsoft.Office.Education.QuizOM.Question"/> | |
<Parameter Name="questionKey" Type="Microsoft.Office.Education.QuizOM.QuestionKey"/> | |
</FunctionImport> | |
<FunctionImport Name="AttachAssignmentToQuiz" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="assignmentId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CopyQuizDefinition" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="sourceWeb" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="destinationWebUrl" Type="Edm.String"/> | |
<Parameter Name="options" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newQuizTitle" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateQuiz" ReturnType="Microsoft.Office.Education.QuizOM.Quiz" IsBindable="true" EntitySet="Quizs"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateQuizWithTitleTemplate" ReturnType="Microsoft.Office.Education.QuizOM.Quiz" IsBindable="true" EntitySet="Quizs"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="titleFormat" Type="Edm.String"/> | |
<Parameter Name="first" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="last" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteQuiz" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DetachAssignmentFromQuiz" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetQuizInfo" ReturnType="Microsoft.Office.Education.QuizOM.QuizInfo" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetQuizzes" ReturnType="Collection(Microsoft.Office.Education.QuizOM.QuizInfo)" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="GetResponseData" ReturnType="Collection(Microsoft.Office.Education.QuizOM.ResponseDataItem)" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_Office_Education_QuizOM_QuizUtilities_GetSafeHtmlText" ReturnType="Edm.String"> | |
<Parameter Name="htmlText" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="OpenQuiz" ReturnType="Microsoft.Office.Education.QuizOM.Quiz" IsBindable="true" EntitySet="Quizs"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetQuizState" IsBindable="true"> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="quizId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="newQuizState" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="AddOrUpdateResponse" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.UserResponse"/> | |
<Parameter Name="questionId" Type="Edm.String"/> | |
<Parameter Name="response" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveResponse" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.UserResponse"/> | |
<Parameter Name="questionId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Education.QuizOM.UserResponse"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Administration_DocumentCrawlLog" ReturnType="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog" IsComposable="true" EntitySet="DocumentCrawlLogs"> | |
<Parameter Name="site" Type="SP.Site"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCrawledUrls" ReturnType="SP.SimpleDataTable" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog"/> | |
<Parameter Name="getCountOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="maxRows" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="queryString" Type="Edm.String"/> | |
<Parameter Name="isLike" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="contentSourceID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="errorLevel" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="errorID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="startDateTime" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="endDateTime" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="SearchObjectOwners" EntityType="Microsoft.SharePoint.Client.Search.Administration.SearchObjectOwner"/> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Administration_SearchObjectOwner" ReturnType="Microsoft.SharePoint.Client.Search.Administration.SearchObjectOwner" IsComposable="true" EntitySet="SearchObjectOwners"> | |
<Parameter Name="lowestCurrentLevelToUse" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="SearchConfigurationPortabilitys" EntityType="Microsoft.SharePoint.Client.Search.Portability.SearchConfigurationPortability"/> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Portability_SearchConfigurationPortability" ReturnType="Microsoft.SharePoint.Client.Search.Portability.SearchConfigurationPortability" IsComposable="true" EntitySet="SearchConfigurationPortabilitys"/> | |
<FunctionImport Name="DeleteSearchConfiguration" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Portability.SearchConfigurationPortability"/> | |
<Parameter Name="owningScope" Type="Microsoft.SharePoint.Client.Search.Administration.SearchObjectOwner"/> | |
<Parameter Name="searchConfiguration" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ExportSearchConfiguration" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Portability.SearchConfigurationPortability"/> | |
<Parameter Name="owningScope" Type="Microsoft.SharePoint.Client.Search.Administration.SearchObjectOwner"/> | |
</FunctionImport> | |
<FunctionImport Name="ImportSearchConfiguration" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Portability.SearchConfigurationPortability"/> | |
<Parameter Name="owningScope" Type="Microsoft.SharePoint.Client.Search.Administration.SearchObjectOwner"/> | |
<Parameter Name="searchConfiguration" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_StringCollection" ReturnType="Microsoft.SharePoint.Client.Search.Query.StringCollection" IsComposable="true" EntitySet="StringCollections"/> | |
<FunctionImport Name="Add" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.StringCollection"/> | |
<Parameter Name="property" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Clear" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.StringCollection"/> | |
</FunctionImport> | |
<FunctionImport Name="GetQueryPropertyValue" ReturnType="Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SetQueryPropertyValue" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="val" Type="Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue"/> | |
</FunctionImport> | |
<FunctionImport Name="GetQuerySuggestionsWithResults" ReturnType="Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.Query"/> | |
<Parameter Name="iNumberOfQuerySuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="iNumberOfResultSuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="fPreQuerySuggestions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fHitHighlighting" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fCapitalizeFirstLetters" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fPrefixMatchAllTerms" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="KeywordQuerys" EntityType="Microsoft.SharePoint.Client.Search.Query.KeywordQuery"/> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery" ReturnType="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" IsComposable="true" EntitySet="KeywordQuerys"/> | |
<FunctionImport Name="GetQuerySuggestionsWithResults" ReturnType="Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery"/> | |
<Parameter Name="iNumberOfQuerySuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="iNumberOfResultSuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="fPreQuerySuggestions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fHitHighlighting" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fCapitalizeFirstLetters" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fPrefixMatchAllTerms" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData" ReturnType="Microsoft.SharePoint.Client.Search.Query.QueryPersonalizationData" IsComposable="true" EntitySet="QueryPersonalizationDatas"> | |
<Parameter Name="guidUserIdString" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_RankingLabeling" ReturnType="Microsoft.SharePoint.Client.Search.Query.RankingLabeling" IsComposable="true" EntitySet="RankingLabelings"/> | |
<FunctionImport Name="AddJudgment" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling"/> | |
<Parameter Name="userQuery" Type="Edm.String"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="labelId" Type="Edm.Int16" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetJudgementsForQuery" ReturnType="Collection(SP.KeyValue)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling"/> | |
<Parameter Name="query" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="NormalizeResultUrl" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection"/> | |
<Parameter Name="matchType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="matchValue" Type="Edm.String"/> | |
<Parameter Name="boost" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Clear" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection"/> | |
</FunctionImport> | |
<EntitySet Name="SearchExecutors" EntityType="Microsoft.SharePoint.Client.Search.Query.SearchExecutor"/> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_SearchExecutor" ReturnType="Microsoft.SharePoint.Client.Search.Query.SearchExecutor" IsComposable="true" EntitySet="SearchExecutors"/> | |
<FunctionImport Name="ExecuteQuery" ReturnType="Microsoft.SharePoint.Client.Search.Query.ResultTableCollection" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.SearchExecutor"/> | |
<Parameter Name="query" Type="Microsoft.SharePoint.Client.Search.Query.Query"/> | |
</FunctionImport> | |
<FunctionImport Name="ExportPopularQueries" ReturnType="Collection(Microsoft.SharePoint.Client.Search.Query.PopularQuery)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.SearchExecutor"/> | |
<Parameter Name="web" Type="SP.Web"/> | |
<Parameter Name="sourceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RecordPageClick" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.SearchExecutor"/> | |
<Parameter Name="pageInfo" Type="Edm.String"/> | |
<Parameter Name="clickType" Type="Edm.String"/> | |
<Parameter Name="blockType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="clickedResultId" Type="Edm.String"/> | |
<Parameter Name="subResultIndex" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="immediacySourceId" Type="Edm.String"/> | |
<Parameter Name="immediacyQueryString" Type="Edm.String"/> | |
<Parameter Name="immediacyTitle" Type="Edm.String"/> | |
<Parameter Name="immediacyUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.SortCollection"/> | |
<Parameter Name="strProperty" Type="Edm.String"/> | |
<Parameter Name="direction" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Clear" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Client.Search.Query.SortCollection"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_Office_Server_Search_REST_SearchService" ReturnType="Microsoft.Office.Server.Search.REST.SearchService" IsComposable="true" EntitySet="SearchServices"/> | |
<FunctionImport Name="postquery" ReturnType="Microsoft.Office.Server.Search.REST.SearchResult" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService"/> | |
<Parameter Name="request" Type="Microsoft.Office.Server.Search.REST.SearchRequest"/> | |
</FunctionImport> | |
<FunctionImport Name="query" ReturnType="Microsoft.Office.Server.Search.REST.SearchResult" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService"/> | |
<Parameter Name="querytext" Type="Edm.String"/> | |
<Parameter Name="queryTemplate" Type="Edm.String"/> | |
<Parameter Name="enableInterleaving" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="sourceId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="rankingModelId" Type="Edm.String"/> | |
<Parameter Name="startRow" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="rowsPerPage" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="selectProperties" Type="Edm.String"/> | |
<Parameter Name="culture" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="refinementFilters" Type="Edm.String"/> | |
<Parameter Name="refiners" Type="Edm.String"/> | |
<Parameter Name="hiddenConstraints" Type="Edm.String"/> | |
<Parameter Name="sortList" Type="Edm.String"/> | |
<Parameter Name="enableStemming" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="trimDuplicates" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="timeout" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="enableNicknames" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="enablePhonetic" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="enableFQL" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="hitHighlightedProperties" Type="Edm.String"/> | |
<Parameter Name="bypassResultTypes" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="processBestBets" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clientType" Type="Edm.String"/> | |
<Parameter Name="personalizationData" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="resultsUrl" Type="Edm.String"/> | |
<Parameter Name="queryTag" Type="Edm.String"/> | |
<Parameter Name="trimDuplicatesIncludeId" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="totalRowsExactMinimum" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="impressionId" Type="Edm.String"/> | |
<Parameter Name="properties" Type="Edm.String"/> | |
<Parameter Name="enableQueryRules" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="summaryLength" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="maxSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="desiredSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="uiLanguage" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="blockDedupeMode" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="generateBlockRankLog" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="enableSorting" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="collapseSpecification" Type="Edm.String"/> | |
<Parameter Name="processPersonalFavorites" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="enableOrderingHitHighlightedProperty" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="hitHighlightedMultivaluePropertyLimit" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="queryTemplatePropertiesUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="suggest" ReturnType="Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService"/> | |
<Parameter Name="querytext" Type="Edm.String"/> | |
<Parameter Name="iNumberOfQuerySuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="iNumberOfResultSuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="fPreQuerySuggestions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fHitHighlighting" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fCapitalizeFirstLetters" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="culture" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="enableStemming" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="showPeopleNameSuggestions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="enableQueryRules" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="fPrefixMatchAllTerms" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="UsageAnalyticss" EntityType="Microsoft.SharePoint.Client.Search.Analytics.UsageAnalytics"/> | |
<FunctionImport Name="Microsoft_SharePoint_Client_Search_Analytics_UsageAnalytics" ReturnType="Microsoft.SharePoint.Client.Search.Analytics.UsageAnalytics" IsComposable="true" EntitySet="UsageAnalyticss"> | |
<Parameter Name="site" Type="SP.Site"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Yammer_WacApi_GetWacToken" ReturnType="Microsoft.SharePoint.Yammer.WacToken" IsSideEffecting="false"> | |
<Parameter Name="fileUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_CollaborationMailbox_GetCollabMailboxViewInfo" ReturnType="Microsoft.SharePoint.Portal.CollaborationMailboxResponse" IsSideEffecting="false"/> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_CommunityModeration_ApproveReportedItems"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="itemIDs" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_CommunityModeration_ReportAbuse" ReturnType="Edm.Int32"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UI_MySiteLinks_GetMySiteLinks" ReturnType="SP.UI.MySiteLinks" EntitySet="MySiteLinkss"/> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_MySiteDismissStatusText_DismissStatusText"/> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_MySiteDocumentMoveUtility_FirstRunDocumentMove" ReturnType="Edm.Boolean"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithMe_GetListDataScript" ReturnType="Edm.String"> | |
<Parameter Name="webPartQualifier" Type="Edm.String"/> | |
<Parameter Name="sortFieldName" Type="Edm.String"/> | |
<Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="offset" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_AddSiteLink"> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="imageUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_DeleteSiteLink"> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_GetPromotedLinksAsTiles" ReturnType="Collection(SP.WebParts.TileData)" IsSideEffecting="false"/> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_UpdateSiteLink"> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
<Parameter Name="description" Type="Edm.String"/> | |
<Parameter Name="imageUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FetchCacheBlob" ReturnType="Microsoft.SharePoint.Portal.Project.MyRecsCacheBlob"> | |
<Parameter Name="category" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="personalSiteUri" Type="Edm.String"/> | |
<Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FollowItem" ReturnType="Edm.Boolean"> | |
<Parameter Name="uri" Type="Edm.String"/> | |
<Parameter Name="personalSiteUri" Type="Edm.String"/> | |
<Parameter Name="category" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Portal_MySiteRecommendations_StopFollowingItem" ReturnType="Edm.Boolean"> | |
<Parameter Name="uri" Type="Edm.String"/> | |
<Parameter Name="personalSiteUri" Type="Edm.String"/> | |
<Parameter Name="category" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="BreakRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.SecurableObject"/> | |
<Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ResetRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.SecurableObject"/> | |
</FunctionImport> | |
<FunctionImport Name="BreakRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ResetRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="AddItem" ReturnType="SP.ListItem" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="parameters" Type="SP.ListItemCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)" IsBindable="true" EntitySet="Changes"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="query" Type="SP.ChangeQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItemById" ReturnType="SP.ListItem" IsComposable="true" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItemByStringId" ReturnType="SP.ListItem" IsComposable="true" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="sId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetItems" ReturnType="Collection(SP.ListItem)" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="query" Type="SP.CamlQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="GetListItemChangesSinceToken" ReturnType="Edm.Stream" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="query" Type="SP.ChangeLogItemQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="GetRelatedFields" ReturnType="Collection(SP.RelatedField)" IsComposable="true" IsBindable="true" EntitySet="RelatedFields"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="userName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetView" ReturnType="SP.View" IsComposable="true" IsBindable="true" EntitySet="Views"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="viewGuid" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="RenderListData" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="viewXml" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RenderListFormData" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="formId" Type="Edm.String"/> | |
<Parameter Name="mode" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ReserveListItemId" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="SaveAsNewView" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
<Parameter Name="oldName" Type="Edm.String"/> | |
<Parameter Name="newName" Type="Edm.String"/> | |
<Parameter Name="privateView" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="uri" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="EnsureSiteAssetsLibrary" ReturnType="SP.List" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="Collection(SP.List)"/> | |
</FunctionImport> | |
<FunctionImport Name="EnsureSitePagesLibrary" ReturnType="SP.List" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="Collection(SP.List)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.List" IsComposable="true" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="Collection(SP.List)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByTitle" ReturnType="SP.List" IsComposable="true" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="Collection(SP.List)"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.ListItem" IsComposable="true" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="Collection(SP.ListItem)"/> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="BreakRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
<Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ResetRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
<Parameter Name="userName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetWOPIFrameUrl" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
<Parameter Name="action" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ParseAndSetFieldValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
<Parameter Name="fieldName" Type="Edm.String"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateUpdateListItem" ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ListItem"/> | |
<Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)"/> | |
<Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_BusinessData_Runtime_NotificationCallback" ReturnType="SP.BusinessData.Runtime.NotificationCallback" IsComposable="true" EntitySet="NotificationCallbacks"> | |
<Parameter Name="notificationEndpoint" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_BusinessData_Runtime_Subscription" ReturnType="SP.BusinessData.Runtime.Subscription" IsComposable="true" EntitySet="Subscriptions"> | |
<Parameter Name="id" Type="Collection(SP.KeyValue)"/> | |
<Parameter Name="hash" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Create" ReturnType="SP.BusinessData.Runtime.EntityIdentity" IsBindable="true" EntitySet="EntityIdentitys"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="fieldValues" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindAssociated" ReturnType="Collection(SP.BusinessData.Runtime.EntityInstance)" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="entityInstance" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
<Parameter Name="associationName" Type="Edm.String"/> | |
<Parameter Name="filterList" Type="Collection(SP.BusinessData.Filter)"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindFiltered" ReturnType="Collection(SP.BusinessData.Runtime.EntityInstance)" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="filterList" Type="Collection(SP.BusinessData.Filter)"/> | |
<Parameter Name="nameOfFinder" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindSpecific" ReturnType="SP.BusinessData.Runtime.EntityInstance" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="identity" Type="SP.BusinessData.Runtime.EntityIdentity"/> | |
<Parameter Name="specificFinderName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindSpecificByBdcId" ReturnType="SP.BusinessData.Runtime.EntityInstance" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="bdcIdentity" Type="Edm.String"/> | |
<Parameter Name="specificFinderName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindSpecificDefault" ReturnType="SP.BusinessData.Runtime.EntityInstance" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="identity" Type="SP.BusinessData.Runtime.EntityIdentity"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FindSpecificDefaultByBdcId" ReturnType="SP.BusinessData.Runtime.EntityInstance" IsBindable="true" EntitySet="EntityInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="bdcIdentity" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAssociationView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="associationName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCreatorView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="methodInstanceName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDefaultSpecificFinderView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFilters" ReturnType="Collection(SP.BusinessData.Filter)" IsBindable="true" EntitySet="Filters"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="methodInstanceName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFinderView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="methodInstanceName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetIdentifierCount" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetIdentifiers" ReturnType="Collection(SP.BusinessData.EntityIdentifier)" IsBindable="true" EntitySet="EntityIdentifiers"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLobSystem" ReturnType="SP.BusinessData.LobSystem" IsBindable="true" EntitySet="LobSystems"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSpecificFinderView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="specificFinderName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUpdaterView" ReturnType="SP.BusinessData.EntityView" IsBindable="true" EntitySet="EntityViews"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="updaterName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Subscribe" ReturnType="SP.BusinessData.Runtime.Subscription" IsBindable="true" EntitySet="Subscriptions"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="eventType" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="notificationCallback" Type="SP.BusinessData.Runtime.NotificationCallback"/> | |
<Parameter Name="onBehalfOfUser" Type="Edm.String"/> | |
<Parameter Name="subscriberName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="Unsubscribe" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Entity"/> | |
<Parameter Name="subscription" Type="SP.BusinessData.Runtime.Subscription"/> | |
<Parameter Name="onBehalfOfUser" Type="Edm.String"/> | |
<Parameter Name="unsubscriberName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstance" Type="SP.BusinessData.LobSystemInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="ContainsLocalizedDisplayName" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityIdentifier"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDefaultDisplayName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityIdentifier"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLocalizedDisplayName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityIdentifier"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLobSystemInstances" ReturnType="Collection(SP.BusinessData.LobSystemInstance)" IsBindable="true" EntitySet="LobSystemInstances"> | |
<Parameter Name="this" Type="SP.BusinessData.LobSystem"/> | |
</FunctionImport> | |
<FunctionImport Name="ContainsLocalizedDisplayName" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="GetChildTypeDescriptors" ReturnType="Collection(SP.BusinessData.TypeDescriptor)" IsBindable="true" EntitySet="TypeDescriptors"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDefaultDisplayName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLocalizedDisplayName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="GetParentTypeDescriptor" ReturnType="SP.BusinessData.TypeDescriptor" IsBindable="true" EntitySet="TypeDescriptors"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="IsLeaf" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="IsRoot" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.TypeDescriptor"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDefaultValues" ReturnType="SP.BusinessData.Runtime.EntityFieldValueDictionary" IsBindable="true" EntitySet="EntityFieldValueDictionarys"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityView"/> | |
</FunctionImport> | |
<FunctionImport Name="GetType" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityView"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetTypeDescriptor" ReturnType="SP.BusinessData.TypeDescriptor" IsBindable="true" EntitySet="TypeDescriptors"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityView"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetXmlSchema" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.EntityView"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateCollectionInstance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
<Parameter Name="size" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateInstance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
<Parameter Name="fieldInstanceDotNotation" Type="Edm.String"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="FromXml" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
<Parameter Name="xml" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetIdentity" ReturnType="SP.BusinessData.Runtime.EntityIdentity" IsBindable="true" EntitySet="EntityIdentitys"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="ToXml" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateCollectionInstance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
<Parameter Name="size" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateInstance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<Parameter Name="fieldInstanceDotNotation" Type="Edm.String"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="FromXml" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<Parameter Name="xml" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCollectionSize" ReturnType="Edm.Int32" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
<Parameter Name="fieldDotNotation" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ToXml" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsAppEvent"> | |
<Parameter Name="appEventTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsAppEvent2"> | |
<Parameter Name="appEventTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.String"/> | |
<Parameter Name="rollupScopeId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="siteId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="userId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsEvent"> | |
<Parameter Name="eventTypeId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsEvent2"> | |
<Parameter Name="eventTypeId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="itemId" Type="Edm.String"/> | |
<Parameter Name="rollupScopeId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="siteId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="userId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Administration_SPAnalyticsUsageService" ReturnType="Microsoft.SharePoint.Administration.SPAnalyticsUsageService" IsComposable="true" EntitySet="SPAnalyticsUsageServices"/> | |
<FunctionImport Name="logevent" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Administration.SPAnalyticsUsageService"/> | |
<Parameter Name="usageEntry" Type="Microsoft.SharePoint.Administration.UsageEntry"/> | |
</FunctionImport> | |
<FunctionImport Name="GetConnectionId" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstanceName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetEntity" ReturnType="SP.BusinessData.Entity" IsBindable="true" EntitySet="Entitys1"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="namespace" Type="Edm.String"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLobSystemInstanceProperty" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstanceName" Type="Edm.String"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLobSystemProperty" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPermissibleConnections" ReturnType="Collection(Edm.String)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
</FunctionImport> | |
<FunctionImport Name="SetConnectionId" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstanceName" Type="Edm.String"/> | |
<Parameter Name="connectionId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SetLobSystemInstanceProperty" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="lobSystemInstanceName" Type="Edm.String"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="propertyValue" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SetLobSystemProperty" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog"/> | |
<Parameter Name="lobSystemName" Type="Edm.String"/> | |
<Parameter Name="propertyName" Type="Edm.String"/> | |
<Parameter Name="propertyValue" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppCatalog_GetAppInstances" ReturnType="Collection(SP.AppInstance)" EntitySet="AppInstances"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppCatalog_GetDeveloperSiteAppInstancesByIds" ReturnType="Collection(SP.AppInstance)" EntitySet="AppInstances"> | |
<Parameter Name="site" Type="SP.Site"/> | |
<Parameter Name="appInstanceIds" Type="Collection(Edm.Guid)" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppCatalog_IsAppSideloadingEnabled" ReturnType="Edm.Boolean"/> | |
<FunctionImport Name="CancelAllJobs" ReturnType="Edm.Boolean" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="GetErrorDetails" ReturnType="Collection(SP.AppInstanceErrorDetails)" IsBindable="true" EntitySet="AppInstanceErrorDetailss"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPreviousAppVersion" ReturnType="SP.App" IsBindable="true" EntitySet="Apps"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="Install" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppInstance_RetrieveAppDatabaseConnectionString" ReturnType="Edm.String"/> | |
<FunctionImport Name="RetryAllJobs" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="Uninstall" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
</FunctionImport> | |
<FunctionImport Name="Upgrade" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppInstance"/> | |
<Parameter Name="appPackageStream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_BusinessData_Infrastructure_ExternalSubscriptionStore" ReturnType="SP.BusinessData.Infrastructure.ExternalSubscriptionStore" IsComposable="true" EntitySet="ExternalSubscriptionStores"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="IndexStore" IsBindable="true"> | |
<Parameter Name="this" Type="SP.BusinessData.Infrastructure.ExternalSubscriptionStore"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_SharePoint_Navigation_REST_NavigationServiceRest" ReturnType="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" IsComposable="true" EntitySet="NavigationServiceRests"/> | |
<FunctionImport Name="MenuNodeKey" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"/> | |
<Parameter Name="currentUrl" Type="Edm.String"/> | |
<Parameter Name="mapProviderName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="MenuState" ReturnType="SP.MenuState" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"/> | |
<Parameter Name="menuNodeKey" Type="Edm.String"/> | |
<Parameter Name="mapProviderName" Type="Edm.String"/> | |
<Parameter Name="depth" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="customProperties" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_ClientPeoplePickerResolveUser" ReturnType="Edm.String"> | |
<Parameter Name="queryParams" Type="SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_ClientPeoplePickerSearchUser" ReturnType="Edm.String"> | |
<Parameter Name="queryParams" Type="SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UI_ApplicationPages_PeoplePickerWebServiceInterface_GetSearchResults" ReturnType="Edm.String"> | |
<Parameter Name="searchPattern" Type="Edm.String"/> | |
<Parameter Name="providerID" Type="Edm.String"/> | |
<Parameter Name="hierarchyNodeID" Type="Edm.String"/> | |
<Parameter Name="entityTypes" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_UI_ApplicationPages_PeoplePickerWebServiceInterface_GetSearchResultsByHierarchy" ReturnType="Edm.String"> | |
<Parameter Name="providerID" Type="Edm.String"/> | |
<Parameter Name="hierarchyNodeID" Type="Edm.String"/> | |
<Parameter Name="entityTypes" Type="Edm.String"/> | |
<Parameter Name="contextUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.NavigationNode" IsComposable="true" IsBindable="true" EntitySet="NavigationNodes"> | |
<Parameter Name="this" Type="Collection(SP.NavigationNode)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByIndex" ReturnType="SP.NavigationNode" IsComposable="true" IsBindable="true" EntitySet="NavigationNodes"> | |
<Parameter Name="this" Type="Collection(SP.NavigationNode)"/> | |
<Parameter Name="index" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="MoveAfter" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.NavigationNode)"/> | |
<Parameter Name="nodeId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="previousNodeId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.NavigationNode"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.NavigationNode"/> | |
</FunctionImport> | |
<FunctionImport Name="GetNodeById" ReturnType="SP.NavigationNode" IsComposable="true" IsBindable="true" EntitySet="NavigationNodes"> | |
<Parameter Name="this" Type="SP.Navigation"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_AddSingleLink"> | |
<Parameter Name="SourceListName" Type="Edm.String"/> | |
<Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="SourceWebUrl" Type="Edm.String"/> | |
<Parameter Name="TargetListName" Type="Edm.String"/> | |
<Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="TargetWebUrl" Type="Edm.String"/> | |
<Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_AddSingleLinkFromUrl"> | |
<Parameter Name="SourceItemUrl" Type="Edm.String"/> | |
<Parameter Name="TargetListName" Type="Edm.String"/> | |
<Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_AddSingleLinkToUrl"> | |
<Parameter Name="SourceListName" Type="Edm.String"/> | |
<Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="TargetItemUrl" Type="Edm.String"/> | |
<Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_DeleteSingleLink"> | |
<Parameter Name="SourceListName" Type="Edm.String"/> | |
<Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="SourceWebUrl" Type="Edm.String"/> | |
<Parameter Name="TargetListName" Type="Edm.String"/> | |
<Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="TargetWebUrl" Type="Edm.String"/> | |
<Parameter Name="TryDeleteReverseLink" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_GetPageOneRelatedItems" ReturnType="Collection(SP.RelatedItem)" IsSideEffecting="false"> | |
<Parameter Name="SourceListName" Type="Edm.String"/> | |
<Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RelatedItemManager_GetRelatedItems" ReturnType="Collection(SP.RelatedItem)" IsSideEffecting="false"> | |
<Parameter Name="SourceListName" Type="Edm.String"/> | |
<Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_ServerSettings_GetBlockedFileExtensions" ReturnType="Collection(Edm.String)" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_ServerSettings_GetGlobalInstalledLanguages" ReturnType="Collection(SP.Language)" IsSideEffecting="false"> | |
<Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AccessRequests_ChangeRequestStatus"> | |
<Parameter Name="itemId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="newStatus" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="convStr" Type="Edm.String"/> | |
<Parameter Name="permType" Type="Edm.String"/> | |
<Parameter Name="permissionLevel" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AccessRequests_ChangeRequestStatusBulk"> | |
<Parameter Name="requestIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Parameter Name="newStatus" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppContextSite" ReturnType="SP.AppContextSite" IsComposable="true" EntitySet="AppContextSites"> | |
<Parameter Name="siteUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="AppPrincipalCredentials" EntityType="SP.AppPrincipalCredential"/> | |
<FunctionImport Name="SP_AppPrincipalCredential_CreateFromKeyGroup" ReturnType="SP.AppPrincipalCredential" EntitySet="AppPrincipalCredentials"> | |
<Parameter Name="keyGroupIdentifier" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppPrincipalCredential_CreateFromSymmetricKey" ReturnType="SP.AppPrincipalCredential" EntitySet="AppPrincipalCredentials"> | |
<Parameter Name="symmetricKey" Type="Edm.String"/> | |
<Parameter Name="notBefore" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="notAfter" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="AppPrincipalIdentityProviders" EntityType="SP.AppPrincipalIdentityProvider"/> | |
<FunctionImport Name="SP_AppPrincipalIdentityProvider_External" ReturnType="SP.AppPrincipalIdentityProvider" IsComposable="true" EntitySet="AppPrincipalIdentityProviders"/> | |
<FunctionImport Name="AddAppPrincipalCredential" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="appPrincipal" Type="SP.AppPrincipal"/> | |
<Parameter Name="credential" Type="SP.AppPrincipalCredential"/> | |
</FunctionImport> | |
<EntitySet Name="AppPrincipals" EntityType="SP.AppPrincipal"/> | |
<FunctionImport Name="CreateAppPrincipal" ReturnType="SP.AppPrincipal" IsBindable="true" EntitySet="AppPrincipals"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="parameters" Type="SP.ExternalAppPrincipalCreationParameters"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteAppPrincipal" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="appPrincipal" Type="SP.AppPrincipal"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteAppPrincipalCredential" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="credentialReference" Type="SP.AppPrincipalCredentialReference"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppPrincipalConfiguration" ReturnType="SP.AppPrincipalConfiguration" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="appPrincipal" Type="SP.AppPrincipal"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppPrincipalCredentials" ReturnType="Collection(SP.AppPrincipalCredentialReference)" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="appPrincipal" Type="SP.AppPrincipal"/> | |
</FunctionImport> | |
<EntitySet Name="AppPrincipalManagers" EntityType="SP.AppPrincipalManager"/> | |
<FunctionImport Name="SP_AppPrincipalManager_GetManager" ReturnType="SP.AppPrincipalManager" EntitySet="AppPrincipalManagers"> | |
<Parameter Name="web" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="LookupAppPrincipal" ReturnType="SP.AppPrincipal" IsBindable="true" EntitySet="AppPrincipals"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="identityProvider" Type="SP.AppPrincipalIdentityProvider"/> | |
<Parameter Name="appPrincipalName" Type="SP.AppPrincipalName"/> | |
</FunctionImport> | |
<FunctionImport Name="SetAppPrincipalConfiguration" IsBindable="true"> | |
<Parameter Name="this" Type="SP.AppPrincipalManager"/> | |
<Parameter Name="appPrincipalConfiguration" Type="SP.AppPrincipalConfiguration"/> | |
</FunctionImport> | |
<EntitySet Name="AppPrincipalNames" EntityType="SP.AppPrincipalName"/> | |
<FunctionImport Name="SP_AppPrincipalName_CreateFromAppPrincipalIdentifier" ReturnType="SP.AppPrincipalName" EntitySet="AppPrincipalNames"> | |
<Parameter Name="appPrincipalIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_AppPrincipalName_CreateFromNameIdentifier" ReturnType="SP.AppPrincipalName" EntitySet="AppPrincipalNames"> | |
<Parameter Name="nameIdentifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Attachment"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.Attachment" IsBindable="true" EntitySet="Attachments"> | |
<Parameter Name="this" Type="Collection(SP.Attachment)"/> | |
<Parameter Name="FileName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByFileName" ReturnType="SP.Attachment" IsComposable="true" IsBindable="true" EntitySet="Attachments"> | |
<Parameter Name="this" Type="Collection(SP.Attachment)"/> | |
<Parameter Name="fileName" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="RequestVariables" EntityType="SP.RequestVariable"/> | |
<FunctionImport Name="SP_RequestVariable" ReturnType="SP.RequestVariable" IsComposable="true" EntitySet="RequestVariables"/> | |
<FunctionImport Name="Append" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RequestVariable"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Set" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RequestVariable"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AddAvailableContentType" ReturnType="SP.ContentType" IsBindable="true" EntitySet="ContentTypes"> | |
<Parameter Name="this" Type="Collection(SP.ContentType)"/> | |
<Parameter Name="contentTypeId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.ContentType" IsComposable="true" IsBindable="true" EntitySet="ContentTypes"> | |
<Parameter Name="this" Type="Collection(SP.ContentType)"/> | |
<Parameter Name="contentTypeId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ContentType"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ContentType"/> | |
<Parameter Name="updateChildren" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RequestContext_Current" ReturnType="SP.RequestContext" IsComposable="true" EntitySet="RequestContexts"/> | |
<FunctionImport Name="Add" ReturnType="SP.EventReceiverDefinition" IsBindable="true" EntitySet="EventReceiverDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.EventReceiverDefinition)"/> | |
<Parameter Name="eventReceiverCreationInformation" Type="SP.EventReceiverDefinitionCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.EventReceiverDefinition" IsComposable="true" IsBindable="true" EntitySet="EventReceiverDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.EventReceiverDefinition)"/> | |
<Parameter Name="eventReceiverId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.EventReceiverDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.EventReceiverDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.Feature" IsBindable="true" EntitySet="Features"> | |
<Parameter Name="this" Type="Collection(SP.Feature)"/> | |
<Parameter Name="featureId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="force" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="featdefScope" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Feature" IsComposable="true" IsBindable="true" EntitySet="Features"> | |
<Parameter Name="this" Type="Collection(SP.Feature)"/> | |
<Parameter Name="featureId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Remove" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.Feature)"/> | |
<Parameter Name="featureId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="force" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Field"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCalculated"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiChoice"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldChoice"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AddDependentLookupField" ReturnType="SP.Field" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="displayName" Type="Edm.String"/> | |
<Parameter Name="primaryLookupFieldId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="showField" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AddField" ReturnType="SP.Field" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="parameters" Type="SP.FieldCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="CreateFieldAsXml" ReturnType="SP.Field" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="parameters" Type="SP.XmlSchemaFieldCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Field" IsComposable="true" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByInternalNameOrTitle" ReturnType="SP.Field" IsComposable="true" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="strName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByTitle" ReturnType="SP.Field" IsComposable="true" IsBindable="true" EntitySet="Fields"> | |
<Parameter Name="this" Type="Collection(SP.Field)"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldComputed"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldNumber"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldCurrency"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldDateTime"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGeolocation"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldGuid"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.FieldLink" IsComposable="true" IsBindable="true" EntitySet="FieldLinks"> | |
<Parameter Name="this" Type="Collection(SP.FieldLink)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Reorder" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.FieldLink)"/> | |
<Parameter Name="internalNames" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLink"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldLookup"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldMultiLineText"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldRatingScale"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldText"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUrl"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FieldUser"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.File" IsBindable="true" EntitySet="Files"> | |
<Parameter Name="this" Type="Collection(SP.File)"/> | |
<Parameter Name="Content" Type="Edm.Binary"/> | |
<Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="Url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AddTemplateFile" ReturnType="SP.File" IsBindable="true" EntitySet="Files"> | |
<Parameter Name="this" Type="Collection(SP.File)"/> | |
<Parameter Name="urlOfFile" Type="Edm.String"/> | |
<Parameter Name="templateFileType" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByUrl" ReturnType="SP.File" IsComposable="true" IsBindable="true" EntitySet="Files"> | |
<Parameter Name="this" Type="Collection(SP.File)"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Approve" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="CheckIn" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
<Parameter Name="checkInType" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CheckOut" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
</FunctionImport> | |
<FunctionImport Name="CopyTo" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="strNewUrl" Type="Edm.String"/> | |
<Parameter Name="bOverWrite" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
</FunctionImport> | |
<FunctionImport Name="Deny" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_File_GetContentVerFromTag" ReturnType="Edm.Int32" IsSideEffecting="false"> | |
<Parameter Name="contentTag" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetLimitedWebPartManager" ReturnType="SP.WebParts.LimitedWebPartManager" IsComposable="true" IsBindable="true" EntitySet="LimitedWebPartManagers"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="scope" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="MoveTo" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="newUrl" Type="Edm.String"/> | |
<Parameter Name="flags" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="OpenBinaryStream" ReturnType="Edm.Stream" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
</FunctionImport> | |
<FunctionImport Name="Publish" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
</FunctionImport> | |
<FunctionImport Name="SaveBinaryStream" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="file" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="UndoCheckOut" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
</FunctionImport> | |
<FunctionImport Name="UnPublish" IsBindable="true"> | |
<Parameter Name="this" Type="SP.File"/> | |
<Parameter Name="comment" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteAll" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.FileVersion)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteByID" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.FileVersion)"/> | |
<Parameter Name="vid" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteByLabel" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.FileVersion)"/> | |
<Parameter Name="versionlabel" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.FileVersion" IsComposable="true" IsBindable="true" EntitySet="FileVersions"> | |
<Parameter Name="this" Type="Collection(SP.FileVersion)"/> | |
<Parameter Name="versionid" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RestoreByLabel" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.FileVersion)"/> | |
<Parameter Name="versionlabel" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.FileVersion"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.Folder" IsBindable="true" EntitySet="Folders"> | |
<Parameter Name="this" Type="Collection(SP.Folder)"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByUrl" ReturnType="SP.Folder" IsComposable="true" IsBindable="true" EntitySet="Folders"> | |
<Parameter Name="this" Type="Collection(SP.Folder)"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Folder"/> | |
</FunctionImport> | |
<FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Folder"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Folder"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Form" IsComposable="true" IsBindable="true" EntitySet="Forms"> | |
<Parameter Name="this" Type="Collection(SP.Form)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByPageType" ReturnType="SP.Form" IsBindable="true" EntitySet="Forms"> | |
<Parameter Name="this" Type="Collection(SP.Form)"/> | |
<Parameter Name="formType" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Group" IsComposable="true" IsBindable="true" EntitySet="Groups"> | |
<Parameter Name="this" Type="Collection(SP.Group)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.Group" IsComposable="true" IsBindable="true" EntitySet="Groups"> | |
<Parameter Name="this" Type="Collection(SP.Group)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveById" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.Group)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveByLoginName" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.Group)"/> | |
<Parameter Name="loginName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Group"/> | |
</FunctionImport> | |
<FunctionImport Name="Reset" IsBindable="true"> | |
<Parameter Name="this" Type="SP.InformationRightsManagementSettings"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.InformationRightsManagementSettings"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByStringId" ReturnType="SP.ListItem" IsComposable="true" IsBindable="true" EntitySet="ListItems"> | |
<Parameter Name="this" Type="Collection(SP.ListItem)"/> | |
<Parameter Name="sId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.ListTemplate" IsComposable="true" IsBindable="true" EntitySet="ListTemplates"> | |
<Parameter Name="this" Type="Collection(SP.ListTemplate)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_ObjectSharingInformation_GetListItemSharingInformation" ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations"> | |
<Parameter Name="listID" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="itemID" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_ObjectSharingInformation_GetObjectSharingInformation" ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations"> | |
<Parameter Name="securableObject" Type="SP.SecurableObject"/> | |
<Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrievePermissionLevels" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSharedWithUsers" ReturnType="Collection(SP.ObjectSharingInformationUser)" IsBindable="true" EntitySet="ObjectSharingInformationUsers"> | |
<Parameter Name="this" Type="SP.ObjectSharingInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_ObjectSharingInformation_GetWebSharingInformation" ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations"> | |
<Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByStoreId" ReturnType="SP.PushNotificationSubscriber" IsComposable="true" IsBindable="true" EntitySet="PushNotificationSubscribers"> | |
<Parameter Name="this" Type="Collection(SP.PushNotificationSubscriber)"/> | |
<Parameter Name="id" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.PushNotificationSubscriber"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteAll" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.RecycleBinItem)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.RecycleBinItem" IsComposable="true" IsBindable="true" EntitySet="RecycleBinItems"> | |
<Parameter Name="this" Type="Collection(SP.RecycleBinItem)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RestoreAll" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.RecycleBinItem)"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RecycleBinItem"/> | |
</FunctionImport> | |
<FunctionImport Name="Restore" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RecycleBinItem"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByFieldId" ReturnType="SP.RelatedField" IsComposable="true" IsBindable="true" EntitySet="RelatedFields"> | |
<Parameter Name="this" Type="Collection(SP.RelatedField)"/> | |
<Parameter Name="fieldId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="AddRoleAssignment" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.RoleAssignment)"/> | |
<Parameter Name="principalId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="roleDefId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByPrincipalId" ReturnType="SP.RoleAssignment" IsComposable="true" IsBindable="true" EntitySet="RoleAssignments"> | |
<Parameter Name="this" Type="Collection(SP.RoleAssignment)"/> | |
<Parameter Name="principalId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveRoleAssignment" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.RoleAssignment)"/> | |
<Parameter Name="principalId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="roleDefId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RoleAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RoleAssignment"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_RoleDefinitionBindingCollection" ReturnType="Collection(SP.RoleDefinition)" IsComposable="true" EntitySet="RoleDefinitions"/> | |
<FunctionImport Name="GetById" ReturnType="SP.RoleDefinition" IsComposable="true" IsBindable="true" EntitySet="RoleDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.RoleDefinition)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAll" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.RoleDefinition)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.RoleDefinition" IsComposable="true" IsBindable="true" EntitySet="RoleDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.RoleDefinition)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.RoleDefinition" IsComposable="true" IsBindable="true" EntitySet="RoleDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.RoleDefinition)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByType" ReturnType="SP.RoleDefinition" IsComposable="true" IsBindable="true" EntitySet="RoleDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.RoleDefinition)"/> | |
<Parameter Name="roleType" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RoleDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.RoleDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="CreatePreviewSPSite" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="upgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="sendemail" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ExtendUpgradeReminderDate" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCatalog" ReturnType="SP.List" IsComposable="true" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="typeCatalog" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)" IsBindable="true" EntitySet="Changes"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="query" Type="SP.ChangeQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="GetWebTemplates" ReturnType="Collection(SP.WebTemplate)" IsComposable="true" IsBindable="true" EntitySet="WebTemplates"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="LCID" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="overrideCompatLevel" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Invalidate" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
</FunctionImport> | |
<FunctionImport Name="NeedsUpgradeByType" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="versionUpgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="recursive" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="OpenWeb" ReturnType="SP.Web" IsBindable="true" EntitySet="Webs"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="strUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="OpenWebById" ReturnType="SP.Web" IsBindable="true" EntitySet="Webs"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="gWebId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RunHealthCheck" ReturnType="SP.SiteHealth.SiteHealthSummary" IsBindable="true" EntitySet="SiteHealthSummarys"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="ruleId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="bRepair" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="bRunAlways" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RunUpgradeSiteSession" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="versionUpgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="queueOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="sendEmail" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UpdateClientObjectModelUseRemoteAPIsPermissionSetting" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Site"/> | |
<Parameter Name="requireUseRemoteAPIs" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetThemeFontByName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ThemeInfo"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
<Parameter Name="lcid" Type="Edm.Int64" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetThemeShadeByName" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ThemeInfo"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.TimeZone" IsBindable="true" EntitySet="TimeZones"> | |
<Parameter Name="this" Type="Collection(SP.TimeZone)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="LocalTimeToUTC" ReturnType="Edm.DateTime" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.TimeZone"/> | |
<Parameter Name="date" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="UTCToLocalTime" ReturnType="Edm.DateTime" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.TimeZone"/> | |
<Parameter Name="date" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByEmail" ReturnType="SP.User" IsComposable="true" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="Collection(SP.User)"/> | |
<Parameter Name="emailAddress" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.User" IsComposable="true" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="Collection(SP.User)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByLoginName" ReturnType="SP.User" IsComposable="true" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="Collection(SP.User)"/> | |
<Parameter Name="loginName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveById" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.User)"/> | |
<Parameter Name="id" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveByLoginName" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.User)"/> | |
<Parameter Name="loginName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Clear" IsBindable="true"> | |
<Parameter Name="this" Type="Collection(SP.UserCustomAction)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.UserCustomAction" IsComposable="true" IsBindable="true" EntitySet="UserCustomActions"> | |
<Parameter Name="this" Type="Collection(SP.UserCustomAction)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserCustomAction"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.UserCustomAction"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.User"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.View" IsComposable="true" IsBindable="true" EntitySet="Views"> | |
<Parameter Name="this" Type="Collection(SP.View)"/> | |
<Parameter Name="guidId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByTitle" ReturnType="SP.View" IsComposable="true" IsBindable="true" EntitySet="Views"> | |
<Parameter Name="this" Type="Collection(SP.View)"/> | |
<Parameter Name="strTitle" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="AddViewField" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ViewFieldCollection"/> | |
<Parameter Name="strField" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="MoveViewFieldTo" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ViewFieldCollection"/> | |
<Parameter Name="field" Type="Edm.String"/> | |
<Parameter Name="index" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveAllViewFields" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ViewFieldCollection"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveViewField" IsBindable="true"> | |
<Parameter Name="this" Type="SP.ViewFieldCollection"/> | |
<Parameter Name="strField" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.View"/> | |
</FunctionImport> | |
<FunctionImport Name="RenderAsHtml" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.View"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.View"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.Web" IsBindable="true" EntitySet="Webs"> | |
<Parameter Name="this" Type="Collection(SP.Web)"/> | |
<Parameter Name="parameters" Type="SP.WebCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.WebInformation" IsBindable="true" EntitySet="WebInformations"> | |
<Parameter Name="this" Type="Collection(SP.WebInformation)"/> | |
<Parameter Name="parameters" Type="SP.WebInfoCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.WebInformation" IsComposable="true" IsBindable="true" EntitySet="WebInformations"> | |
<Parameter Name="this" Type="Collection(SP.WebInformation)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_WebProxy_Invoke" ReturnType="SP.WebResponseInfo"> | |
<Parameter Name="requestInfo" Type="SP.WebRequestInfo"/> | |
</FunctionImport> | |
<FunctionImport Name="BreakRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ResetRoleInheritance" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="ApplyTheme" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="colorPaletteUrl" Type="Edm.String"/> | |
<Parameter Name="fontSchemeUrl" Type="Edm.String"/> | |
<Parameter Name="backgroundImageUrl" Type="Edm.String"/> | |
<Parameter Name="shareGenerated" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ApplyWebTemplate" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="webTemplate" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="DoesPushNotificationSubscriberExist" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="DoesUserHavePermissions" ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="permissionMask" Type="SP.BasePermissions"/> | |
</FunctionImport> | |
<FunctionImport Name="EnsureUser" ReturnType="SP.User" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="logonName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ExecuteRemoteLOB" ReturnType="Edm.Stream" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="inputStream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppBdcCatalog" ReturnType="SP.BusinessData.AppBdcCatalog" IsBindable="true" EntitySet="AppBdcCatalogs"> | |
<Parameter Name="this" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppBdcCatalogForAppInstance" ReturnType="SP.BusinessData.AppBdcCatalog" IsBindable="true" EntitySet="AppBdcCatalogs"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="appInstanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppInstanceById" ReturnType="SP.AppInstance" IsComposable="true" IsBindable="true" EntitySet="AppInstances"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="appInstanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppInstancesByProductId" ReturnType="Collection(SP.AppInstance)" IsComposable="true" IsBindable="true" EntitySet="AppInstances"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="productId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAvailableWebTemplates" ReturnType="Collection(SP.WebTemplate)" IsComposable="true" IsBindable="true" EntitySet="WebTemplates"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="lcid" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="doIncludeCrossLanguage" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetCatalog" ReturnType="SP.List" IsComposable="true" IsBindable="true" EntitySet="Lists"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="typeCatalog" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)" IsBindable="true" EntitySet="Changes"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="query" Type="SP.ChangeQuery"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Web_GetContextWebInformation" ReturnType="SP.ContextWebInformation"/> | |
<FunctionImport Name="GetCustomListTemplates" ReturnType="Collection(SP.ListTemplate)" IsComposable="true" IsBindable="true" EntitySet="ListTemplates"> | |
<Parameter Name="this" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="GetEntity" ReturnType="SP.BusinessData.Entity" IsBindable="true" EntitySet="Entitys1"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="namespace" Type="Edm.String"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFileByServerRelativeUrl" ReturnType="SP.File" IsComposable="true" IsBindable="true" EntitySet="Files"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="serverRelativeUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetFolderByServerRelativeUrl" ReturnType="SP.Folder" IsComposable="true" IsBindable="true" EntitySet="Folders"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="serverRelativeUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPushNotificationSubscriber" ReturnType="SP.PushNotificationSubscriber" IsComposable="true" IsBindable="true" EntitySet="PushNotificationSubscribers"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPushNotificationSubscribersByArgs" ReturnType="Collection(SP.PushNotificationSubscriber)" IsComposable="true" IsBindable="true" EntitySet="PushNotificationSubscribers"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="customArgs" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetPushNotificationSubscribersByUser" ReturnType="Collection(SP.PushNotificationSubscriber)" IsComposable="true" IsBindable="true" EntitySet="PushNotificationSubscribers"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="userName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSubwebsFilteredForCurrentUser" ReturnType="Collection(SP.WebInformation)" IsComposable="true" IsBindable="true" EntitySet="WebInformations"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="nWebTemplateFilter" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="nConfigurationFilter" Type="Edm.Int16" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserById" ReturnType="SP.User" IsComposable="true" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="userId" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="userName" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Web_GetWebUrlFromPageUrl" ReturnType="Edm.String" IsSideEffecting="false"> | |
<Parameter Name="pageFullUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="LoadAndInstallApp" ReturnType="SP.AppInstance" IsBindable="true" EntitySet="AppInstances"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="appPackageStream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="LoadAndInstallAppInSpecifiedLocale" ReturnType="SP.AppInstance" IsBindable="true" EntitySet="AppInstances"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="appPackageStream" Type="Edm.Stream"/> | |
<Parameter Name="installationLocaleLCID" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="LoadApp" ReturnType="SP.AppInstance" IsBindable="true" EntitySet="AppInstances"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="appPackageStream" Type="Edm.Stream"/> | |
<Parameter Name="installationLocaleLCID" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="MapToIcon" ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="fileName" Type="Edm.String"/> | |
<Parameter Name="progId" Type="Edm.String"/> | |
<Parameter Name="size" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ProcessExternalNotification" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="stream" Type="Edm.Stream"/> | |
</FunctionImport> | |
<FunctionImport Name="RegisterPushNotificationSubscriber" ReturnType="SP.PushNotificationSubscriber" IsBindable="true" EntitySet="PushNotificationSubscribers"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="serviceToken" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="UnregisterPushNotificationSubscriber" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
<Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Web"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.WebTemplate" IsComposable="true" IsBindable="true" EntitySet="WebTemplates"> | |
<Parameter Name="this" Type="Collection(SP.WebTemplate)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_CreateEmailBodyForInvitation" ReturnType="Edm.String"> | |
<Parameter Name="pageAddress" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_CreateNewDiscussionItem" ReturnType="SP.ListItem" EntitySet="ListItems"> | |
<Parameter Name="listId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="title" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_CreateWikiPageInContextWeb" ReturnType="SP.File" EntitySet="Files"> | |
<Parameter Name="parameters" Type="SP.Utilities.WikiPageCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_GetAppLicenseDeploymentId" ReturnType="Edm.Guid" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_Utilities_Utility_GetAppLicenseInformation" ReturnType="SP.AppLicenseCollection" IsSideEffecting="false"> | |
<Parameter Name="productId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_GetCurrentUserEmailAddresses" ReturnType="Edm.String" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_Utilities_Utility_GetLocalizedString" ReturnType="Edm.String" IsSideEffecting="false"> | |
<Parameter Name="source" Type="Edm.String"/> | |
<Parameter Name="defaultResourceFile" Type="Edm.String"/> | |
<Parameter Name="language" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_GetLowerCaseString" ReturnType="Edm.String" IsSideEffecting="false"> | |
<Parameter Name="sourceValue" Type="Edm.String"/> | |
<Parameter Name="lcid" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_ImportAppLicense"> | |
<Parameter Name="licenseTokenToImport" Type="Edm.String"/> | |
<Parameter Name="contentMarket" Type="Edm.String"/> | |
<Parameter Name="billingMarket" Type="Edm.String"/> | |
<Parameter Name="appName" Type="Edm.String"/> | |
<Parameter Name="iconUrl" Type="Edm.String"/> | |
<Parameter Name="providerName" Type="Edm.String"/> | |
<Parameter Name="appSubtype" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_IsUserLicensedForEntityInContext" ReturnType="Edm.Boolean"> | |
<Parameter Name="licensableEntity" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_LocalizeWebPartGallery" ReturnType="Collection(SP.ListItem)" EntitySet="ListItems"> | |
<Parameter Name="items" Type="Collection(SP.ListItem)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_LogCustomAppError" ReturnType="Edm.Int32"> | |
<Parameter Name="error" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_LogCustomRemoteAppError" ReturnType="Edm.Int32"> | |
<Parameter Name="productId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="error" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_MarkDiscussionAsFeatured"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="topicIDs" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_ResolvePrincipalInCurrentContext" ReturnType="SP.Utilities.PrincipalInfo"> | |
<Parameter Name="input" Type="Edm.String"/> | |
<Parameter Name="scopes" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="sources" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="inputIsEmailOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="addToUserInfoList" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_SearchPrincipalsUsingContextWeb" ReturnType="Collection(SP.Utilities.PrincipalInfo)" IsSideEffecting="false"> | |
<Parameter Name="input" Type="Edm.String"/> | |
<Parameter Name="scopes" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="sources" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="groupName" Type="Edm.String"/> | |
<Parameter Name="maxCount" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_SendEmail" IsSideEffecting="false"> | |
<Parameter Name="properties" Type="SP.Utilities.EmailProperties"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Utilities_Utility_UnmarkDiscussionAsFeatured"> | |
<Parameter Name="listID" Type="Edm.String"/> | |
<Parameter Name="topicIDs" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="ImportWebPart" ReturnType="SP.WebParts.WebPartDefinition" IsBindable="true" EntitySet="WebPartDefinitions"> | |
<Parameter Name="this" Type="SP.WebParts.LimitedWebPartManager"/> | |
<Parameter Name="webPartXml" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByControlId" ReturnType="SP.WebParts.WebPartDefinition" IsComposable="true" IsBindable="true" EntitySet="WebPartDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.WebParts.WebPartDefinition)"/> | |
<Parameter Name="controlId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.WebParts.WebPartDefinition" IsComposable="true" IsBindable="true" EntitySet="WebPartDefinitions"> | |
<Parameter Name="this" Type="Collection(SP.WebParts.WebPartDefinition)"/> | |
<Parameter Name="id" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="CloseWebPart" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WebParts.WebPartDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteWebPart" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WebParts.WebPartDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="MoveWebPartTo" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WebParts.WebPartDefinition"/> | |
<Parameter Name="zoneID" Type="Edm.String"/> | |
<Parameter Name="zoneIndex" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="OpenWebPart" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WebParts.WebPartDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="SaveWebPartChanges" IsBindable="true"> | |
<Parameter Name="this" Type="SP.WebParts.WebPartDefinition"/> | |
</FunctionImport> | |
<FunctionImport Name="Add" ReturnType="SP.Workflow.WorkflowAssociation" IsBindable="true" EntitySet="WorkflowAssociations"> | |
<Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)"/> | |
<Parameter Name="parameters" Type="SP.Workflow.WorkflowAssociationCreationInformation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Workflow.WorkflowAssociation" IsComposable="true" IsBindable="true" EntitySet="WorkflowAssociations"> | |
<Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)"/> | |
<Parameter Name="associationId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.Workflow.WorkflowAssociation" IsComposable="true" IsBindable="true" EntitySet="WorkflowAssociations"> | |
<Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Workflow.WorkflowAssociation"/> | |
</FunctionImport> | |
<FunctionImport Name="Update" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Workflow.WorkflowAssociation"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="SP.Workflow.WorkflowTemplate" IsComposable="true" IsBindable="true" EntitySet="WorkflowTemplates"> | |
<Parameter Name="this" Type="Collection(SP.Workflow.WorkflowTemplate)"/> | |
<Parameter Name="templateId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetByName" ReturnType="SP.Workflow.WorkflowTemplate" IsBindable="true" EntitySet="WorkflowTemplates"> | |
<Parameter Name="this" Type="Collection(SP.Workflow.WorkflowTemplate)"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Sharing_DocumentSharingManager_GetRoleDefinition" ReturnType="SP.RoleDefinition" EntitySet="RoleDefinitions"> | |
<Parameter Name="role" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Sharing_DocumentSharingManager_IsDocumentSharingEnabled" ReturnType="Edm.Boolean"> | |
<Parameter Name="list" Type="SP.List"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Sharing_DocumentSharingManager_UpdateDocumentSharingInfo" ReturnType="Collection(SP.Sharing.UserSharingResult)"> | |
<Parameter Name="resourceAddress" Type="Edm.String"/> | |
<Parameter Name="userRoleAssignments" Type="Collection(SP.Sharing.UserRoleAssignment)"/> | |
<Parameter Name="validateExistingPermissions" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="additiveMode" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="sendServerManagedNotification" Type="Edm.Boolean" Nullable="false"/> | |
<Parameter Name="customMessage" Type="Edm.String"/> | |
<Parameter Name="includeAnonymousLinksInNotification" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="ChangeInformations" EntityType="SP.Taxonomy.ChangeInformation"/> | |
<FunctionImport Name="SP_Taxonomy_ChangeInformation" ReturnType="SP.Taxonomy.ChangeInformation" IsComposable="true" EntitySet="ChangeInformations"/> | |
<EntitySet Name="CustomPropertyMatchInformations" EntityType="SP.Taxonomy.CustomPropertyMatchInformation"/> | |
<FunctionImport Name="SP_Taxonomy_CustomPropertyMatchInformation" ReturnType="SP.Taxonomy.CustomPropertyMatchInformation" IsComposable="true" EntitySet="CustomPropertyMatchInformations"/> | |
<EntitySet Name="LabelMatchInformations" EntityType="SP.Taxonomy.LabelMatchInformation"/> | |
<FunctionImport Name="SP_Taxonomy_LabelMatchInformation" ReturnType="SP.Taxonomy.LabelMatchInformation" IsComposable="true" EntitySet="LabelMatchInformations"/> | |
<FunctionImport Name="DeleteObject" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Taxonomy.TaxonomyField"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInDisplayForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Taxonomy.TaxonomyField"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInEditForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Taxonomy.TaxonomyField"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SetShowInNewForm" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Taxonomy.TaxonomyField"/> | |
<Parameter Name="value" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="ValidateSetValue" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Taxonomy.TaxonomyField"/> | |
<Parameter Name="item" Type="SP.ListItem"/> | |
<Parameter Name="value" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="TaxonomyFieldValueCollections" EntityType="SP.Taxonomy.TaxonomyFieldValueCollection"/> | |
<FunctionImport Name="SP_Taxonomy_TaxonomyFieldValueCollection" ReturnType="SP.Taxonomy.TaxonomyFieldValueCollection" IsComposable="true" EntitySet="TaxonomyFieldValueCollections"> | |
<Parameter Name="fieldValue" Type="Edm.String"/> | |
<Parameter Name="creatingField" Type="SP.Field"/> | |
</FunctionImport> | |
<EntitySet Name="AppErrorEntrys" EntityType="Microsoft.Online.SharePoint.TenantAdministration.AppErrorEntry"/> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_AppErrorEntry" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.AppErrorEntry" IsComposable="true" EntitySet="AppErrorEntrys"/> | |
<EntitySet Name="DeletedSitePropertiess" EntityType="Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties"/> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_DeletedSiteProperties" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties" IsComposable="true" EntitySet="DeletedSitePropertiess"> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="SitePropertiess" EntityType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"/> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_SiteProperties" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties" IsComposable="true" EntitySet="SitePropertiess"> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="SpoOperations" EntityType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"/> | |
<FunctionImport Name="Update" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"/> | |
</FunctionImport> | |
<EntitySet Name="TenantLogs" EntityType="Microsoft.Online.SharePoint.TenantAdministration.TenantLog"/> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_TenantLog" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.TenantLog" IsComposable="true" EntitySet="TenantLogs"/> | |
<EntitySet Name="TenantLogEntrys" EntityType="Microsoft.Online.SharePoint.TenantAdministration.TenantLogEntry"/> | |
<FunctionImport Name="GetEntries" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.TenantLogEntry)" IsBindable="true" EntitySet="TenantLogEntrys"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.TenantLog"/> | |
<Parameter Name="beginDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="endDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="nRows" Type="Edm.Int64" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetEntriesByCorrelationId" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.TenantLogEntry)" IsBindable="true" EntitySet="TenantLogEntrys"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.TenantLog"/> | |
<Parameter Name="beginDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="endDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="nRows" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="correlationId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetEntriesBySource" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.TenantLogEntry)" IsBindable="true" EntitySet="TenantLogEntrys"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.TenantLog"/> | |
<Parameter Name="beginDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="endDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="nRows" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="source" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetEntriesByUser" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.TenantLogEntry)" IsBindable="true" EntitySet="TenantLogEntrys"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.TenantLog"/> | |
<Parameter Name="beginDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="endDateTimeUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="nRows" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="user" Type="Edm.String"/> | |
</FunctionImport> | |
<EntitySet Name="Tenants" EntityType="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Tenant" IsComposable="true" EntitySet="Tenants"/> | |
<FunctionImport Name="CreateSite" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="siteCreationProperties" Type="Microsoft.Online.SharePoint.TenantAdministration.SiteCreationProperties"/> | |
</FunctionImport> | |
<FunctionImport Name="DecodeClaim" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="identifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="DecodeClaims" ReturnType="Collection(Edm.String)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="claims" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="EncodeClaim" ReturnType="Edm.String" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="identifier" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="EncodeClaims" ReturnType="Collection(Edm.String)" IsBindable="true"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="identifiers" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppErrors" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.AppErrorEntry)" IsBindable="true" EntitySet="AppErrorEntrys"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="productId" Type="Edm.Guid" Nullable="false"/> | |
<Parameter Name="timeStart" Type="Edm.DateTime" Nullable="false"/> | |
<Parameter Name="timeEnd" Type="Edm.DateTime" Nullable="false"/> | |
</FunctionImport> | |
<EntitySet Name="AppInfos" EntityType="Microsoft.Online.SharePoint.TenantAdministration.AppInfo"/> | |
<FunctionImport Name="GetAppInfoByName" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.AppInfo)" IsBindable="true" EntitySet="AppInfos"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="name" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetAppInfoByProductId" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.AppInfo)" IsBindable="true" EntitySet="AppInfos"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="productId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDeletedSiteProperties" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties)" IsBindable="true" EntitySet="DeletedSitePropertiess"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="startIndex" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetDeletedSitePropertiesByUrl" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties" IsBindable="true" EntitySet="DeletedSitePropertiess"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="siteUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSiteByUrl" ReturnType="SP.Site" IsBindable="true" EntitySet="Sites"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSiteProperties" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" IsBindable="true" EntitySet="SitePropertiess"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="startIndex" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSitePropertiesByFilter" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" IsBindable="true" EntitySet="SitePropertiess"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="filter" Type="Edm.String"/> | |
<Parameter Name="startIndex" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSitePropertiesByUrl" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties" IsBindable="true" EntitySet="SitePropertiess"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetSPOTenantWebTemplates" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection" IsBindable="true" EntitySet="SPOTenantWebTemplateCollections"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="localeId" Type="Edm.Int64" Nullable="false"/> | |
<Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveDeletedSite" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="siteUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveSite" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="siteUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="RestoreDeletedSite" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="siteUrl" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SetSiteAdmin" ReturnType="SP.User" IsBindable="true" EntitySet="Users"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> | |
<Parameter Name="url" Type="Edm.String"/> | |
<Parameter Name="loginName" Type="Edm.String"/> | |
<Parameter Name="isSiteAdmin" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="GetById" ReturnType="Microsoft.Online.SharePoint.TenantManagement.ExternalUser" IsComposable="true" IsBindable="true" EntitySet="ExternalUsers"> | |
<Parameter Name="this" Type="Collection(Microsoft.Online.SharePoint.TenantManagement.ExternalUser)"/> | |
<Parameter Name="uniqueId" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Microsoft_Online_SharePoint_TenantManagement_Office365Tenant" ReturnType="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" IsComposable="true" EntitySet="Office365Tenants"/> | |
<FunctionImport Name="GetExternalUsers" ReturnType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults" IsBindable="true" EntitySet="GetExternalUsersResultss"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant"/> | |
<Parameter Name="position" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="pageSize" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="filter" Type="Edm.String"/> | |
<Parameter Name="sortOrder" Type="Edm.Int32" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="RemoveExternalUsers" ReturnType="Microsoft.Online.SharePoint.TenantManagement.RemoveExternalUsersResults" IsBindable="true" EntitySet="RemoveExternalUsersResultss"> | |
<Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant"/> | |
<Parameter Name="uniqueIds" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_SyncTranslator" ReturnType="SP.Translation.SyncTranslator" IsComposable="true" EntitySet="SyncTranslators"> | |
<Parameter Name="targetLanguage" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="Translate" ReturnType="SP.Translation.TranslationItemInfo" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.SyncTranslator"/> | |
<Parameter Name="inputFile" Type="Edm.String"/> | |
<Parameter Name="outputFile" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="TranslateStream" ReturnType="Edm.Stream" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.SyncTranslator"/> | |
<Parameter Name="inputFile" Type="Edm.Stream"/> | |
<Parameter Name="fileExtension" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob" ReturnType="SP.Translation.TranslationJob" IsComposable="true" EntitySet="TranslationJobs"> | |
<Parameter Name="targetLanguage" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob_CancelJob"> | |
<Parameter Name="jobId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob_EnumerateSupportedFileExtensions" ReturnType="Collection(Edm.String)" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_Translation_TranslationJob_EnumerateSupportedLanguages" ReturnType="Collection(Edm.String)" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_Translation_TranslationJob_GetMaximumFileSize" ReturnType="Edm.Int32" IsSideEffecting="false"> | |
<Parameter Name="extension" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob_IsFileExtensionSupported" ReturnType="Edm.Boolean" IsSideEffecting="false"> | |
<Parameter Name="extension" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob_IsLanguageSupported" ReturnType="Edm.Boolean" IsSideEffecting="false"> | |
<Parameter Name="language" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJob_IsServiceEnabled" ReturnType="Edm.Boolean" IsSideEffecting="false"/> | |
<FunctionImport Name="TranslateFile" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.TranslationJob"/> | |
<Parameter Name="inputFile" Type="Edm.String"/> | |
<Parameter Name="outputFile" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="TranslateFolder" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.TranslationJob"/> | |
<Parameter Name="inputFolder" Type="Edm.String"/> | |
<Parameter Name="outputFolder" Type="Edm.String"/> | |
<Parameter Name="recursion" Type="Edm.Boolean" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="TranslateLibrary" ReturnType="Edm.Guid" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.TranslationJob"/> | |
<Parameter Name="inputLibrary" Type="Edm.String"/> | |
<Parameter Name="outputLibrary" Type="Edm.String"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJobStatus" ReturnType="SP.Translation.TranslationJobStatus" IsComposable="true" EntitySet="TranslationJobStatuss"> | |
<Parameter Name="jobId" Type="Edm.Guid" Nullable="false"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJobStatus_GetAllActiveJobs" ReturnType="Collection(SP.Translation.TranslationJobInfo)" IsSideEffecting="false"/> | |
<FunctionImport Name="GetAllItems" ReturnType="Collection(SP.Translation.TranslationItemInfo)" IsSideEffecting="false" IsBindable="true"> | |
<Parameter Name="this" Type="SP.Translation.TranslationJobStatus"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_TranslationJobStatus_GetAllJobs" ReturnType="Collection(SP.Translation.TranslationJobInfo)" IsSideEffecting="false"/> | |
<FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_ExportItems"> | |
<Parameter Name="list" Type="Edm.String"/> | |
<Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Parameter Name="addressesToEmail" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_ExportItemsRequiringTranslation"> | |
<Parameter Name="list" Type="Edm.String"/> | |
<Parameter Name="addressesToEmail" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_ImportTranslationPackage"> | |
<Parameter Name="translatorName" Type="Edm.String"/> | |
<Parameter Name="packageId" Type="Edm.Int32" Nullable="false"/> | |
<Parameter Name="addressesToEmail" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_MachineTranslateItems"> | |
<Parameter Name="list" Type="Edm.String"/> | |
<Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Parameter Name="addressesToEmail" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_MachineTranslateItemsRequiringTranslation"> | |
<Parameter Name="list" Type="Edm.String"/> | |
<Parameter Name="addressesToEmail" Type="Collection(Edm.String)"/> | |
</FunctionImport> | |
<EntitySet Name="KeywordQueryPropertiess" EntityType="Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties"/> | |
<EntitySet Name="Querys" EntityType="Microsoft.SharePoint.Client.Search.Query.Query"/> | |
<EntitySet Name="StandardNavigationSettingss" EntityType="SP.Publishing.Navigation.StandardNavigationSettings"/> | |
<EntitySet Name="DraftProjectResources1" EntityType="PS.DraftProjectResource"/> | |
<AssociationSet Name="SP_List_ContentTypes_SP_ContentType_ContentTypesPartnerSet" Association="SP.SP_List_ContentTypes_SP_ContentType_ContentTypesPartner"> | |
<End Role="ContentTypesPartner" EntitySet="Lists"/> | |
<End Role="ContentTypes" EntitySet="ContentTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_DefaultView_SP_View_DefaultViewPartnerSet" Association="SP.SP_List_DefaultView_SP_View_DefaultViewPartner"> | |
<End Role="DefaultViewPartner" EntitySet="Lists"/> | |
<End Role="DefaultView" EntitySet="Views"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet" Association="SP.SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Role="EventReceiversPartner" EntitySet="Lists"/> | |
<End Role="EventReceivers" EntitySet="EventReceiverDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_Fields_SP_Field_FieldsPartnerSet" Association="SP.SP_List_Fields_SP_Field_FieldsPartner"> | |
<End Role="FieldsPartner" EntitySet="Lists"/> | |
<End Role="Fields" EntitySet="Fields"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_Forms_SP_Form_FormsPartnerSet" Association="SP.SP_List_Forms_SP_Form_FormsPartner"> | |
<End Role="FormsPartner" EntitySet="Lists"/> | |
<End Role="Forms" EntitySet="Forms"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartnerSet" Association="SP.SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner"> | |
<End Role="InformationRightsManagementSettingsPartner" EntitySet="Lists"/> | |
<End Role="InformationRightsManagementSettings" EntitySet="InformationRightsManagementSettingss"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_Items_SP_ListItem_ItemsPartnerSet" Association="SP.SP_List_Items_SP_ListItem_ItemsPartner"> | |
<End Role="ItemsPartner" EntitySet="Lists"/> | |
<End Role="Items" EntitySet="ListItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_ParentWeb_SP_Web_ParentWebPartnerSet" Association="SP.SP_List_ParentWeb_SP_Web_ParentWebPartner"> | |
<End Role="ParentWebPartner" EntitySet="Lists"/> | |
<End Role="ParentWeb" EntitySet="Webs"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_RootFolder_SP_Folder_RootFolderPartnerSet" Association="SP.SP_List_RootFolder_SP_Folder_RootFolderPartner"> | |
<End Role="RootFolderPartner" EntitySet="Lists"/> | |
<End Role="RootFolder" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet" Association="SP.SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Role="UserCustomActionsPartner" EntitySet="Lists"/> | |
<End Role="UserCustomActions" EntitySet="UserCustomActions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_Views_SP_View_ViewsPartnerSet" Association="SP.SP_List_Views_SP_View_ViewsPartner"> | |
<End Role="ViewsPartner" EntitySet="Lists"/> | |
<End Role="Views" EntitySet="Views"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet" Association="SP.Workflow.SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Role="WorkflowAssociationsPartner" EntitySet="Lists"/> | |
<End Role="WorkflowAssociations" EntitySet="WorkflowAssociations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet" Association="SP.SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Role="EventReceiversPartner" EntitySet="Sites"/> | |
<End Role="EventReceivers" EntitySet="EventReceiverDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_Features_SP_Feature_FeaturesPartnerSet" Association="SP.SP_Site_Features_SP_Feature_FeaturesPartner"> | |
<End Role="FeaturesPartner" EntitySet="Sites"/> | |
<End Role="Features" EntitySet="Features"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_Owner_SP_User_OwnerPartnerSet" Association="SP.SP_Site_Owner_SP_User_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="Sites"/> | |
<End Role="Owner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartnerSet" Association="SP.SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"> | |
<End Role="RecycleBinPartner" EntitySet="Sites"/> | |
<End Role="RecycleBin" EntitySet="RecycleBinItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_RootWeb_SP_Web_RootWebPartnerSet" Association="SP.SP_Site_RootWeb_SP_Web_RootWebPartner"> | |
<End Role="RootWebPartner" EntitySet="Sites"/> | |
<End Role="RootWeb" EntitySet="Webs"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet" Association="SP.SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Role="UserCustomActionsPartner" EntitySet="Sites"/> | |
<End Role="UserCustomActions" EntitySet="UserCustomActions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartnerSet" Association="SP.SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner"> | |
<End Role="AllPropertiesPartner" EntitySet="Webs"/> | |
<End Role="AllProperties" EntitySet="PropertyValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartnerSet" Association="SP.SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner"> | |
<End Role="AssociatedMemberGroupPartner" EntitySet="Webs"/> | |
<End Role="AssociatedMemberGroup" EntitySet="Groups"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartnerSet" Association="SP.SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner"> | |
<End Role="AssociatedOwnerGroupPartner" EntitySet="Webs"/> | |
<End Role="AssociatedOwnerGroup" EntitySet="Groups"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartnerSet" Association="SP.SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner"> | |
<End Role="AssociatedVisitorGroupPartner" EntitySet="Webs"/> | |
<End Role="AssociatedVisitorGroup" EntitySet="Groups"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartnerSet" Association="SP.SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner"> | |
<End Role="AvailableContentTypesPartner" EntitySet="Webs"/> | |
<End Role="AvailableContentTypes" EntitySet="ContentTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_AvailableFields_SP_Field_AvailableFieldsPartnerSet" Association="SP.SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner"> | |
<End Role="AvailableFieldsPartner" EntitySet="Webs"/> | |
<End Role="AvailableFields" EntitySet="Fields"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_ContentTypes_SP_ContentType_ContentTypesPartnerSet" Association="SP.SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner"> | |
<End Role="ContentTypesPartner" EntitySet="Webs"/> | |
<End Role="ContentTypes" EntitySet="ContentTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_CurrentUser_SP_User_CurrentUserPartnerSet" Association="SP.SP_Web_CurrentUser_SP_User_CurrentUserPartner"> | |
<End Role="CurrentUserPartner" EntitySet="Webs"/> | |
<End Role="CurrentUser" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet" Association="SP.SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"> | |
<End Role="EventReceiversPartner" EntitySet="Webs"/> | |
<End Role="EventReceivers" EntitySet="EventReceiverDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Features_SP_Feature_FeaturesPartnerSet" Association="SP.SP_Web_Features_SP_Feature_FeaturesPartner"> | |
<End Role="FeaturesPartner" EntitySet="Webs"/> | |
<End Role="Features" EntitySet="Features"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Fields_SP_Field_FieldsPartnerSet" Association="SP.SP_Web_Fields_SP_Field_FieldsPartner"> | |
<End Role="FieldsPartner" EntitySet="Webs"/> | |
<End Role="Fields" EntitySet="Fields"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Folders_SP_Folder_FoldersPartnerSet" Association="SP.SP_Web_Folders_SP_Folder_FoldersPartner"> | |
<End Role="FoldersPartner" EntitySet="Webs"/> | |
<End Role="Folders" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Lists_SP_List_ListsPartnerSet" Association="SP.SP_Web_Lists_SP_List_ListsPartner"> | |
<End Role="ListsPartner" EntitySet="Webs"/> | |
<End Role="Lists" EntitySet="Lists"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartnerSet" Association="SP.SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner"> | |
<End Role="ListTemplatesPartner" EntitySet="Webs"/> | |
<End Role="ListTemplates" EntitySet="ListTemplates"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Navigation_SP_Navigation_NavigationPartnerSet" Association="SP.SP_Web_Navigation_SP_Navigation_NavigationPartner"> | |
<End Role="NavigationPartner" EntitySet="Webs"/> | |
<End Role="Navigation" EntitySet="Navigations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_ParentWeb_SP_WebInformation_ParentWebPartnerSet" Association="SP.SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner"> | |
<End Role="ParentWebPartner" EntitySet="Webs"/> | |
<End Role="ParentWeb" EntitySet="WebInformations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartnerSet" Association="SP.SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner"> | |
<End Role="PushNotificationSubscribersPartner" EntitySet="Webs"/> | |
<End Role="PushNotificationSubscribers" EntitySet="PushNotificationSubscribers"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartnerSet" Association="SP.SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"> | |
<End Role="RecycleBinPartner" EntitySet="Webs"/> | |
<End Role="RecycleBin" EntitySet="RecycleBinItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartnerSet" Association="SP.SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner"> | |
<End Role="RegionalSettingsPartner" EntitySet="Webs"/> | |
<End Role="RegionalSettings" EntitySet="RegionalSettingss"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartnerSet" Association="SP.SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner"> | |
<End Role="RoleDefinitionsPartner" EntitySet="Webs"/> | |
<End Role="RoleDefinitions" EntitySet="RoleDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_RootFolder_SP_Folder_RootFolderPartnerSet" Association="SP.SP_Web_RootFolder_SP_Folder_RootFolderPartner"> | |
<End Role="RootFolderPartner" EntitySet="Webs"/> | |
<End Role="RootFolder" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_SiteGroups_SP_Group_SiteGroupsPartnerSet" Association="SP.SP_Web_SiteGroups_SP_Group_SiteGroupsPartner"> | |
<End Role="SiteGroupsPartner" EntitySet="Webs"/> | |
<End Role="SiteGroups" EntitySet="Groups"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartnerSet" Association="SP.SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner"> | |
<End Role="SiteUserInfoListPartner" EntitySet="Webs"/> | |
<End Role="SiteUserInfoList" EntitySet="Lists"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_SiteUsers_SP_User_SiteUsersPartnerSet" Association="SP.SP_Web_SiteUsers_SP_User_SiteUsersPartner"> | |
<End Role="SiteUsersPartner" EntitySet="Webs"/> | |
<End Role="SiteUsers" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartnerSet" Association="SP.SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner"> | |
<End Role="ThemeInfoPartner" EntitySet="Webs"/> | |
<End Role="ThemeInfo" EntitySet="ThemeInfos"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet" Association="SP.SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"> | |
<End Role="UserCustomActionsPartner" EntitySet="Webs"/> | |
<End Role="UserCustomActions" EntitySet="UserCustomActions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_Webs_SP_Web_WebsPartnerSet" Association="SP.SP_Web_Webs_SP_Web_WebsPartner"> | |
<End Role="WebsPartner" EntitySet="Webs"/> | |
<End Role="Webs" EntitySet="Webs"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_WebInfos_SP_WebInformation_WebInfosPartnerSet" Association="SP.SP_Web_WebInfos_SP_WebInformation_WebInfosPartner"> | |
<End Role="WebInfosPartner" EntitySet="Webs"/> | |
<End Role="WebInfos" EntitySet="WebInformations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet" Association="SP.Workflow.SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Role="WorkflowAssociationsPartner" EntitySet="Webs"/> | |
<End Role="WorkflowAssociations" EntitySet="WorkflowAssociations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartnerSet" Association="SP.Workflow.SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner"> | |
<End Role="WorkflowTemplatesPartner" EntitySet="Webs"/> | |
<End Role="WorkflowTemplates" EntitySet="WorkflowTemplates"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignedAssignment_Assignment_EDU_Assignment_AssignmentPartnerSet" Association="EDU.EDU_AssignedAssignment_Assignment_EDU_Assignment_AssignmentPartner"> | |
<End Role="AssignmentPartner" EntitySet="LearningEntitys"/> | |
<End Role="Assignment" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignedAssignment_Events_EDU_Event_EventsPartnerSet" Association="EDU.EDU_AssignedAssignment_Events_EDU_Event_EventsPartner"> | |
<End Role="EventsPartner" EntitySet="LearningEntitys"/> | |
<End Role="Events" EntitySet="Events"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignedAssignment_Grades_EDU_Grade_GradesPartnerSet" Association="EDU.EDU_AssignedAssignment_Grades_EDU_Grade_GradesPartner"> | |
<End Role="GradesPartner" EntitySet="LearningEntitys"/> | |
<End Role="Grades" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignedAssignment_Resources_EDU_Resource_ResourcesPartnerSet" Association="EDU.EDU_AssignedAssignment_Resources_EDU_Resource_ResourcesPartner"> | |
<End Role="ResourcesPartner" EntitySet="LearningEntitys"/> | |
<End Role="Resources" EntitySet="Resources"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignedAssignment_Submissions_EDU_Submission_SubmissionsPartnerSet" Association="EDU.EDU_AssignedAssignment_Submissions_EDU_Submission_SubmissionsPartner"> | |
<End Role="SubmissionsPartner" EntitySet="LearningEntitys"/> | |
<End Role="Submissions" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignmentCategory_Assignments_EDU_Assignment_AssignmentsPartnerSet" Association="EDU.EDU_AssignmentCategory_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="AssignmentCategorys"/> | |
<End Role="Assignments" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_AssignmentGrade_Parent_EDU_LearningEntity_ParentPartnerSet" Association="EDU.EDU_AssignmentGrade_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="AssignmentGrades"/> | |
<End Role="Parent" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Announcements_EDU_Announcement_AnnouncementsPartnerSet" Association="EDU.EDU_DataService_Announcements_EDU_Announcement_AnnouncementsPartner"> | |
<End Role="AnnouncementsPartner" EntitySet="DataServices"/> | |
<End Role="Announcements" EntitySet="Entitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartnerSet" Association="EDU.EDU_DataService_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner"> | |
<End Role="AssignedAssignmentsPartner" EntitySet="DataServices"/> | |
<End Role="AssignedAssignments" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartnerSet" Association="EDU.EDU_DataService_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartner"> | |
<End Role="AssignmentCategoriesPartner" EntitySet="DataServices"/> | |
<End Role="AssignmentCategories" EntitySet="AssignmentCategorys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Assignments_EDU_Assignment_AssignmentsPartnerSet" Association="EDU.EDU_DataService_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="DataServices"/> | |
<End Role="Assignments" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Communities_EDU_Community_CommunitiesPartnerSet" Association="EDU.EDU_DataService_Communities_EDU_Community_CommunitiesPartner"> | |
<End Role="CommunitiesPartner" EntitySet="DataServices"/> | |
<End Role="Communities" EntitySet="Entitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Events_EDU_Event_EventsPartnerSet" Association="EDU.EDU_DataService_Events_EDU_Event_EventsPartner"> | |
<End Role="EventsPartner" EntitySet="DataServices"/> | |
<End Role="Events" EntitySet="Events"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_EventSchedules_EDU_EventSchedule_EventSchedulesPartnerSet" Association="EDU.EDU_DataService_EventSchedules_EDU_EventSchedule_EventSchedulesPartner"> | |
<End Role="EventSchedulesPartner" EntitySet="DataServices"/> | |
<End Role="EventSchedules" EntitySet="EventSchedules"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Grades_EDU_Grade_GradesPartnerSet" Association="EDU.EDU_DataService_Grades_EDU_Grade_GradesPartner"> | |
<End Role="GradesPartner" EntitySet="DataServices"/> | |
<End Role="Grades" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Lessons_EDU_Lesson_LessonsPartnerSet" Association="EDU.EDU_DataService_Lessons_EDU_Lesson_LessonsPartner"> | |
<End Role="LessonsPartner" EntitySet="DataServices"/> | |
<End Role="Lessons" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Memberships_EDU_Membership_MembershipsPartnerSet" Association="EDU.EDU_DataService_Memberships_EDU_Membership_MembershipsPartner"> | |
<End Role="MembershipsPartner" EntitySet="DataServices"/> | |
<End Role="Memberships" EntitySet="Entitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Resources_EDU_Resource_ResourcesPartnerSet" Association="EDU.EDU_DataService_Resources_EDU_Resource_ResourcesPartner"> | |
<End Role="ResourcesPartner" EntitySet="DataServices"/> | |
<End Role="Resources" EntitySet="Resources"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_DataService_Submissions_EDU_Submission_SubmissionsPartnerSet" Association="EDU.EDU_DataService_Submissions_EDU_Submission_SubmissionsPartner"> | |
<End Role="SubmissionsPartner" EntitySet="DataServices"/> | |
<End Role="Submissions" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_Event_Parent_EDU_LearningEntity_ParentPartnerSet" Association="EDU.EDU_Event_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="Events"/> | |
<End Role="Parent" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_Event_Resources_EDU_Resource_ResourcesPartnerSet" Association="EDU.EDU_Event_Resources_EDU_Resource_ResourcesPartner"> | |
<End Role="ResourcesPartner" EntitySet="Events"/> | |
<End Role="Resources" EntitySet="Resources"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_Event_Schedule_EDU_EventSchedule_SchedulePartnerSet" Association="EDU.EDU_Event_Schedule_EDU_EventSchedule_SchedulePartner"> | |
<End Role="SchedulePartner" EntitySet="Events"/> | |
<End Role="Schedule" EntitySet="EventSchedules"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_Resource_Event_EDU_Event_EventPartnerSet" Association="EDU.EDU_Resource_Event_EDU_Event_EventPartner"> | |
<End Role="EventPartner" EntitySet="Resources"/> | |
<End Role="Event" EntitySet="Events"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_Resource_Parent_EDU_LearningEntity_ParentPartnerSet" Association="EDU.EDU_Resource_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="Resources"/> | |
<End Role="Parent" EntitySet="LearningEntitys"/> | |
</AssociationSet> | |
<AssociationSet Name="EDU_ResourceRef_Resource_EDU_Resource_ResourcePartnerSet" Association="EDU.EDU_ResourceRef_Resource_EDU_Resource_ResourcePartner"> | |
<End Role="ResourcePartner" EntitySet="ResourceRefs"/> | |
<End Role="Resource" EntitySet="Resources"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_Office_Education_QuizOM_UserResponse_User_SP_User_UserPartnerSet" Association="SP.Microsoft_Office_Education_QuizOM_UserResponse_User_SP_User_UserPartner"> | |
<End Role="UserPartner" EntitySet="UserResponses"/> | |
<End Role="User" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartnerSet" Association="Microsoft.Online.SharePoint.TenantManagement.Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner"> | |
<End Role="ExternalUserCollectionPartner" EntitySet="GetExternalUsersResultss"/> | |
<End Role="ExternalUserCollection" EntitySet="ExternalUsers"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="Assignments"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartnerSet" Association="PS.PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner"> | |
<End Role="BaseCalendarExceptionsPartner" EntitySet="Calendars"/> | |
<End Role="BaseCalendarExceptions" EntitySet="CalendarExceptions"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_CalendarException_Calendar_PS_Calendar_CalendarPartnerSet" Association="PS.PS_CalendarException_Calendar_PS_Calendar_CalendarPartner"> | |
<End Role="CalendarPartner" EntitySet="CalendarExceptions"/> | |
<End Role="Calendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_CustomField_EntityType_PS_EntityType_EntityTypePartnerSet" Association="PS.PS_CustomField_EntityType_PS_EntityType_EntityTypePartner"> | |
<End Role="EntityTypePartner" EntitySet="CustomFields"/> | |
<End Role="EntityType" EntitySet="EntityTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartnerSet" Association="PS.PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"> | |
<End Role="LookupEntriesPartner" EntitySet="CustomFields"/> | |
<End Role="LookupEntries" EntitySet="LookupEntrys"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartnerSet" Association="PS.PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner"> | |
<End Role="LookupTablePartner" EntitySet="CustomFields"/> | |
<End Role="LookupTable" EntitySet="LookupTables"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftAssignment_Owner_SP_User_OwnerPartnerSet" Association="SP.PS_DraftAssignment_Owner_SP_User_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="DraftAssignments"/> | |
<End Role="Owner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartnerSet" Association="PS.PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="DraftAssignments"/> | |
<End Role="Parent" EntitySet="DraftAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartnerSet" Association="PS.PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner"> | |
<End Role="ResourcePartner" EntitySet="DraftAssignments"/> | |
<End Role="Resource" EntitySet="DraftProjectResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftAssignment_Task_PS_DraftTask_TaskPartnerSet" Association="PS.PS_DraftAssignment_Task_PS_DraftTask_TaskPartner"> | |
<End Role="TaskPartner" EntitySet="DraftAssignments"/> | |
<End Role="Task" EntitySet="DraftTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartnerSet" Association="PS.PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="DraftProjects"/> | |
<End Role="Assignments" EntitySet="DraftAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_Calendar_PS_Calendar_CalendarPartnerSet" Association="PS.PS_DraftProject_Calendar_PS_Calendar_CalendarPartner"> | |
<End Role="CalendarPartner" EntitySet="DraftProjects"/> | |
<End Role="Calendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartnerSet" Association="PS.PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner"> | |
<End Role="IncludeCustomFieldsPartner" EntitySet="DraftProjects"/> | |
<End Role="IncludeCustomFields" EntitySet="DraftProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_Owner_SP_User_OwnerPartnerSet" Association="SP.PS_DraftProject_Owner_SP_User_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="DraftProjects"/> | |
<End Role="Owner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartnerSet" Association="PS.PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner"> | |
<End Role="ProjectResourcesPartner" EntitySet="DraftProjects"/> | |
<End Role="ProjectResources" EntitySet="DraftProjectResources1"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartnerSet" Association="PS.PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner"> | |
<End Role="TaskLinksPartner" EntitySet="DraftProjects"/> | |
<End Role="TaskLinks" EntitySet="DraftTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProject_Tasks_PS_DraftTask_TasksPartnerSet" Association="PS.PS_DraftProject_Tasks_PS_DraftTask_TasksPartner"> | |
<End Role="TasksPartner" EntitySet="DraftProjects"/> | |
<End Role="Tasks" EntitySet="DraftTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartnerSet" Association="PS.PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="DraftProjectResources"/> | |
<End Role="Assignments" EntitySet="DraftAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet" Association="SP.PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Role="DefaultAssignmentOwnerPartner" EntitySet="DraftProjectResources"/> | |
<End Role="DefaultAssignmentOwner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartnerSet" Association="PS.PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="DraftTasks"/> | |
<End Role="Assignments" EntitySet="DraftAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTask_Calendar_PS_Calendar_CalendarPartnerSet" Association="PS.PS_DraftTask_Calendar_PS_Calendar_CalendarPartner"> | |
<End Role="CalendarPartner" EntitySet="DraftTasks"/> | |
<End Role="Calendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTask_Parent_PS_DraftTask_ParentPartnerSet" Association="PS.PS_DraftTask_Parent_PS_DraftTask_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="DraftTasks"/> | |
<End Role="Parent" EntitySet="DraftTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartnerSet" Association="PS.PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner"> | |
<End Role="PredecessorsPartner" EntitySet="DraftTasks"/> | |
<End Role="Predecessors" EntitySet="DraftTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartnerSet" Association="PS.PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner"> | |
<End Role="SuccessorsPartner" EntitySet="DraftTasks"/> | |
<End Role="Successors" EntitySet="DraftTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTaskLink_End_PS_DraftTask_EndPartnerSet" Association="PS.PS_DraftTaskLink_End_PS_DraftTask_EndPartner"> | |
<End Role="EndPartner" EntitySet="DraftTaskLinks"/> | |
<End Role="End" EntitySet="DraftTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_DraftTaskLink_Start_PS_DraftTask_StartPartnerSet" Association="PS.PS_DraftTaskLink_Start_PS_DraftTask_StartPartner"> | |
<End Role="StartPartner" EntitySet="DraftTaskLinks"/> | |
<End Role="Start" EntitySet="DraftTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartnerSet" Association="PS.PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"> | |
<End Role="ProjectDetailPagesPartner" EntitySet="EnterpriseProjectTypes"/> | |
<End Role="ProjectDetailPages" EntitySet="ProjectDetailPages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartnerSet" Association="PS.PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="EnterpriseResources"/> | |
<End Role="Assignments" EntitySet="StatusAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartnerSet" Association="PS.PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner"> | |
<End Role="BaseCalendarPartner" EntitySet="EnterpriseResources"/> | |
<End Role="BaseCalendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="EnterpriseResources"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet" Association="SP.PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Role="DefaultAssignmentOwnerPartner" EntitySet="EnterpriseResources"/> | |
<End Role="DefaultAssignmentOwner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartnerSet" Association="PS.PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner"> | |
<End Role="ResourceCalendarExceptionsPartner" EntitySet="EnterpriseResources"/> | |
<End Role="ResourceCalendarExceptions" EntitySet="CalendarExceptions"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartnerSet" Association="PS.PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner"> | |
<End Role="SelfPartner" EntitySet="EnterpriseResources"/> | |
<End Role="Self" EntitySet="EnterpriseResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartnerSet" Association="SP.PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner"> | |
<End Role="TimesheetManagerPartner" EntitySet="EnterpriseResources"/> | |
<End Role="TimesheetManager" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EnterpriseResource_User_SP_User_UserPartnerSet" Association="SP.PS_EnterpriseResource_User_SP_User_UserPartner"> | |
<End Role="UserPartner" EntitySet="EnterpriseResources"/> | |
<End Role="User" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartnerSet" Association="PS.PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner"> | |
<End Role="AssignmentEntityPartner" EntitySet="EntityTypess"/> | |
<End Role="AssignmentEntity" EntitySet="EntityTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartnerSet" Association="PS.PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner"> | |
<End Role="ProjectEntityPartner" EntitySet="EntityTypess"/> | |
<End Role="ProjectEntity" EntitySet="EntityTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartnerSet" Association="PS.PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner"> | |
<End Role="ResourceEntityPartner" EntitySet="EntityTypess"/> | |
<End Role="ResourceEntity" EntitySet="EntityTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartnerSet" Association="PS.PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner"> | |
<End Role="TaskEntityPartner" EntitySet="EntityTypess"/> | |
<End Role="TaskEntity" EntitySet="EntityTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_EventHandler_Event_PS_Event_EventPartnerSet" Association="PS.PS_EventHandler_Event_PS_Event_EventPartner"> | |
<End Role="EventPartner" EntitySet="EventHandlers"/> | |
<End Role="Event" EntitySet="Events1"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_LookupTable_Entries_PS_LookupEntry_EntriesPartnerSet" Association="PS.PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner"> | |
<End Role="EntriesPartner" EntitySet="LookupTables"/> | |
<End Role="Entries" EntitySet="LookupEntrys"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_LookupText_Parent_PS_LookupText_ParentPartnerSet" Association="PS.PS_LookupText_Parent_PS_LookupText_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="LookupTexts"/> | |
<End Role="Parent" EntitySet="LookupTexts"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Phase_Stages_PS_Stage_StagesPartnerSet" Association="PS.PS_Phase_Stages_PS_Stage_StagesPartner"> | |
<End Role="StagesPartner" EntitySet="Phases"/> | |
<End Role="Stages" EntitySet="Stages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="PlanAssignments"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartnerSet" Association="PS.PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner"> | |
<End Role="IntervalsPartner" EntitySet="PlanAssignments"/> | |
<End Role="Intervals" EntitySet="PlanAssignmentIntervals"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartnerSet" Association="PS.PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner"> | |
<End Role="ResourcePartner" EntitySet="PlanAssignments"/> | |
<End Role="Resource" EntitySet="EnterpriseResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_CheckedOutBy_SP_User_CheckedOutByPartnerSet" Association="SP.PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner"> | |
<End Role="CheckedOutByPartner" EntitySet="Projects"/> | |
<End Role="CheckedOutBy" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="Projects"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartnerSet" Association="PS.PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner"> | |
<End Role="EnterpriseProjectTypePartner" EntitySet="Projects"/> | |
<End Role="EnterpriseProjectType" EntitySet="EnterpriseProjectTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_Phase_PS_Phase_PhasePartnerSet" Association="PS.PS_Project_Phase_PS_Phase_PhasePartner"> | |
<End Role="PhasePartner" EntitySet="Projects"/> | |
<End Role="Phase" EntitySet="Phases"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartnerSet" Association="PS.PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner"> | |
<End Role="QueueJobsPartner" EntitySet="Projects"/> | |
<End Role="QueueJobs" EntitySet="QueueJobs"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Project_Stage_PS_Stage_StagePartnerSet" Association="PS.PS_Project_Stage_PS_Stage_StagePartner"> | |
<End Role="StagePartner" EntitySet="Projects"/> | |
<End Role="Stage" EntitySet="Stages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectDetailPage_Item_SP_ListItem_ItemPartnerSet" Association="SP.PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner"> | |
<End Role="ItemPartner" EntitySet="ProjectDetailPages"/> | |
<End Role="Item" EntitySet="ListItems"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="ProjectResources"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartnerSet" Association="PS.PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner"> | |
<End Role="EnterpriseResourcePartner" EntitySet="ProjectResources"/> | |
<End Role="EnterpriseResource" EntitySet="EnterpriseResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartnerSet" Association="PS.PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner"> | |
<End Role="CalendarsPartner" EntitySet="ProjectServers"/> | |
<End Role="Calendars" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="ProjectServers"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartnerSet" Association="PS.PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner"> | |
<End Role="EnterpriseProjectTypesPartner" EntitySet="ProjectServers"/> | |
<End Role="EnterpriseProjectTypes" EntitySet="EnterpriseProjectTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartnerSet" Association="PS.PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner"> | |
<End Role="EnterpriseResourcesPartner" EntitySet="ProjectServers"/> | |
<End Role="EnterpriseResources" EntitySet="EnterpriseResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartnerSet" Association="PS.PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner"> | |
<End Role="EntityTypesPartner" EntitySet="ProjectServers"/> | |
<End Role="EntityTypes" EntitySet="EntityTypess"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartnerSet" Association="PS.PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner"> | |
<End Role="EventHandlersPartner" EntitySet="ProjectServers"/> | |
<End Role="EventHandlers" EntitySet="EventHandlers"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_Events_PS_Event_EventsPartnerSet" Association="PS.PS_ProjectServer_Events_PS_Event_EventsPartner"> | |
<End Role="EventsPartner" EntitySet="ProjectServers"/> | |
<End Role="Events" EntitySet="Events1"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartnerSet" Association="PS.PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner"> | |
<End Role="LookupTablesPartner" EntitySet="ProjectServers"/> | |
<End Role="LookupTables" EntitySet="LookupTables"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_Phases_PS_Phase_PhasesPartnerSet" Association="PS.PS_ProjectServer_Phases_PS_Phase_PhasesPartner"> | |
<End Role="PhasesPartner" EntitySet="ProjectServers"/> | |
<End Role="Phases" EntitySet="Phases"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartnerSet" Association="PS.PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"> | |
<End Role="ProjectDetailPagesPartner" EntitySet="ProjectServers"/> | |
<End Role="ProjectDetailPages" EntitySet="ProjectDetailPages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartnerSet" Association="PS.PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner"> | |
<End Role="ProjectsPartner" EntitySet="ProjectServers"/> | |
<End Role="Projects" EntitySet="PublishedProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_Stages_PS_Stage_StagesPartnerSet" Association="PS.PS_ProjectServer_Stages_PS_Stage_StagesPartner"> | |
<End Role="StagesPartner" EntitySet="ProjectServers"/> | |
<End Role="Stages" EntitySet="Stages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartnerSet" Association="PS.PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner"> | |
<End Role="TimeSheetPeriodsPartner" EntitySet="ProjectServers"/> | |
<End Role="TimeSheetPeriods" EntitySet="TimeSheetPeriods"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartnerSet" Association="PS.PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner"> | |
<End Role="WorkflowActivitiesPartner" EntitySet="ProjectServers"/> | |
<End Role="WorkflowActivities" EntitySet="WorkflowActivitiess"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartnerSet" Association="PS.PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner"> | |
<End Role="WorkflowDesignerPartner" EntitySet="ProjectServers"/> | |
<End Role="WorkflowDesigner" EntitySet="WorkflowDesigners"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedAssignment_Owner_SP_User_OwnerPartnerSet" Association="SP.PS_PublishedAssignment_Owner_SP_User_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="PublishedAssignments"/> | |
<End Role="Owner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartnerSet" Association="PS.PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="PublishedAssignments"/> | |
<End Role="Parent" EntitySet="PublishedAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartnerSet" Association="PS.PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner"> | |
<End Role="ResourcePartner" EntitySet="PublishedAssignments"/> | |
<End Role="Resource" EntitySet="PublishedProjectResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartnerSet" Association="PS.PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner"> | |
<End Role="TaskPartner" EntitySet="PublishedAssignments"/> | |
<End Role="Task" EntitySet="PublishedTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet" Association="PS.PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="PublishedProjects"/> | |
<End Role="Assignments" EntitySet="PublishedAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_Calendar_PS_Calendar_CalendarPartnerSet" Association="PS.PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner"> | |
<End Role="CalendarPartner" EntitySet="PublishedProjects"/> | |
<End Role="Calendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_Draft_PS_DraftProject_DraftPartnerSet" Association="PS.PS_PublishedProject_Draft_PS_DraftProject_DraftPartner"> | |
<End Role="DraftPartner" EntitySet="PublishedProjects"/> | |
<End Role="Draft" EntitySet="DraftProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartnerSet" Association="PS.PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner"> | |
<End Role="IncludeCustomFieldsPartner" EntitySet="PublishedProjects"/> | |
<End Role="IncludeCustomFields" EntitySet="PublishedProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_Owner_SP_User_OwnerPartnerSet" Association="SP.PS_PublishedProject_Owner_SP_User_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="PublishedProjects"/> | |
<End Role="Owner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartnerSet" Association="PS.PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner"> | |
<End Role="ProjectResourcesPartner" EntitySet="PublishedProjects"/> | |
<End Role="ProjectResources" EntitySet="PublishedProjectResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartnerSet" Association="PS.PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner"> | |
<End Role="TaskLinksPartner" EntitySet="PublishedProjects"/> | |
<End Role="TaskLinks" EntitySet="PublishedTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartnerSet" Association="PS.PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner"> | |
<End Role="TasksPartner" EntitySet="PublishedProjects"/> | |
<End Role="Tasks" EntitySet="PublishedTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet" Association="PS.PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="PublishedProjectResources"/> | |
<End Role="Assignments" EntitySet="PublishedAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet" Association="SP.PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"> | |
<End Role="DefaultAssignmentOwnerPartner" EntitySet="PublishedProjectResources"/> | |
<End Role="DefaultAssignmentOwner" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet" Association="PS.PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="PublishedTasks"/> | |
<End Role="Assignments" EntitySet="PublishedAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTask_Calendar_PS_Calendar_CalendarPartnerSet" Association="PS.PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner"> | |
<End Role="CalendarPartner" EntitySet="PublishedTasks"/> | |
<End Role="Calendar" EntitySet="Calendars"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTask_Parent_PS_PublishedTask_ParentPartnerSet" Association="PS.PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="PublishedTasks"/> | |
<End Role="Parent" EntitySet="PublishedTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartnerSet" Association="PS.PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner"> | |
<End Role="PredecessorsPartner" EntitySet="PublishedTasks"/> | |
<End Role="Predecessors" EntitySet="PublishedTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartnerSet" Association="PS.PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner"> | |
<End Role="SuccessorsPartner" EntitySet="PublishedTasks"/> | |
<End Role="Successors" EntitySet="PublishedTaskLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTaskLink_End_PS_PublishedTask_EndPartnerSet" Association="PS.PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner"> | |
<End Role="EndPartner" EntitySet="PublishedTaskLinks"/> | |
<End Role="End" EntitySet="PublishedTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartnerSet" Association="PS.PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner"> | |
<End Role="StartPartner" EntitySet="PublishedTaskLinks"/> | |
<End Role="Start" EntitySet="PublishedTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_QueueJob_Project_PS_Project_ProjectPartnerSet" Association="PS.PS_QueueJob_Project_PS_Project_ProjectPartner"> | |
<End Role="ProjectPartner" EntitySet="QueueJobs"/> | |
<End Role="Project" EntitySet="Projects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_QueueJob_Submitter_SP_User_SubmitterPartnerSet" Association="SP.PS_QueueJob_Submitter_SP_User_SubmitterPartner"> | |
<End Role="SubmitterPartner" EntitySet="QueueJobs"/> | |
<End Role="Submitter" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartnerSet" Association="PS.PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="ResourcePlans"/> | |
<End Role="Assignments" EntitySet="PlanAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartnerSet" Association="PS.PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="Stages"/> | |
<End Role="CustomFields" EntitySet="StageCustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Stage_Phase_PS_Phase_PhasePartnerSet" Association="PS.PS_Stage_Phase_PS_Phase_PhasePartner"> | |
<End Role="PhasePartner" EntitySet="Stages"/> | |
<End Role="Phase" EntitySet="Phases"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartnerSet" Association="PS.PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner"> | |
<End Role="ProjectDetailPagesPartner" EntitySet="Stages"/> | |
<End Role="ProjectDetailPages" EntitySet="StageDetailPages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartnerSet" Association="PS.PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner"> | |
<End Role="WorkflowStatusPagePartner" EntitySet="Stages"/> | |
<End Role="WorkflowStatusPage" EntitySet="ProjectDetailPages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StageCustomField_Stage_PS_Stage_StagePartnerSet" Association="PS.PS_StageCustomField_Stage_PS_Stage_StagePartner"> | |
<End Role="StagePartner" EntitySet="StageCustomFields"/> | |
<End Role="Stage" EntitySet="Stages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartnerSet" Association="PS.PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner"> | |
<End Role="PagePartner" EntitySet="StageDetailPages"/> | |
<End Role="Page" EntitySet="ProjectDetailPages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StageDetailPage_Stage_PS_Stage_StagePartnerSet" Association="PS.PS_StageDetailPage_Stage_PS_Stage_StagePartner"> | |
<End Role="StagePartner" EntitySet="StageDetailPages"/> | |
<End Role="Stage" EntitySet="Stages"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="StatusAssignments"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartnerSet" Association="PS.PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner"> | |
<End Role="ProjectPartner" EntitySet="StatusAssignments"/> | |
<End Role="Project" EntitySet="PublishedProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartnerSet" Association="PS.PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner"> | |
<End Role="ResourcePartner" EntitySet="StatusAssignments"/> | |
<End Role="Resource" EntitySet="EnterpriseResources"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_StatusAssignment_Task_PS_StatusTask_TaskPartnerSet" Association="PS.PS_StatusAssignment_Task_PS_StatusTask_TaskPartner"> | |
<End Role="TaskPartner" EntitySet="StatusAssignments"/> | |
<End Role="Task" EntitySet="StatusTasks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Task_CustomFields_PS_CustomField_CustomFieldsPartnerSet" Association="PS.PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Role="CustomFieldsPartner" EntitySet="Tasks"/> | |
<End Role="CustomFields" EntitySet="CustomFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_Task_SubProject_PS_PublishedProject_SubProjectPartnerSet" Association="PS.PS_Task_SubProject_PS_PublishedProject_SubProjectPartner"> | |
<End Role="SubProjectPartner" EntitySet="Tasks"/> | |
<End Role="SubProject" EntitySet="PublishedProjects"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartnerSet" Association="PS.PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner"> | |
<End Role="AssignmentsPartner" EntitySet="TimePhases"/> | |
<End Role="Assignments" EntitySet="StatusAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheet_Creator_SP_User_CreatorPartnerSet" Association="SP.PS_TimeSheet_Creator_SP_User_CreatorPartner"> | |
<End Role="CreatorPartner" EntitySet="TimeSheets"/> | |
<End Role="Creator" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartnerSet" Association="PS.PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner"> | |
<End Role="LinesPartner" EntitySet="TimeSheets"/> | |
<End Role="Lines" EntitySet="TimeSheetLines"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheet_Manager_SP_User_ManagerPartnerSet" Association="SP.PS_TimeSheet_Manager_SP_User_ManagerPartner"> | |
<End Role="ManagerPartner" EntitySet="TimeSheets"/> | |
<End Role="Manager" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartnerSet" Association="PS.PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner"> | |
<End Role="PeriodPartner" EntitySet="TimeSheets"/> | |
<End Role="Period" EntitySet="TimeSheetPeriods"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartnerSet" Association="PS.PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner"> | |
<End Role="AssignmentPartner" EntitySet="TimeSheetLines"/> | |
<End Role="Assignment" EntitySet="PublishedAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartnerSet" Association="PS.PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner"> | |
<End Role="TimeSheetPartner" EntitySet="TimeSheetLines"/> | |
<End Role="TimeSheet" EntitySet="TimeSheets"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartnerSet" Association="PS.PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner"> | |
<End Role="WorkPartner" EntitySet="TimeSheetLines"/> | |
<End Role="Work" EntitySet="TimeSheetWorks"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartnerSet" Association="PS.PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner"> | |
<End Role="TimeSheetPartner" EntitySet="TimeSheetPeriods"/> | |
<End Role="TimeSheet" EntitySet="TimeSheets"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartnerSet" Association="PS.PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner"> | |
<End Role="FieldsPartner" EntitySet="WorkflowDesigners"/> | |
<End Role="Fields" EntitySet="WorkflowDesignerFields"/> | |
</AssociationSet> | |
<AssociationSet Name="PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartnerSet" Association="PS.PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"> | |
<End Role="LookupEntriesPartner" EntitySet="WorkflowDesignerFields"/> | |
<End Role="LookupEntries" EntitySet="LookupEntrys"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartnerSet" Association="SP.SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner"> | |
<End Role="CurrentPartner" EntitySet="ApiMetadatas"/> | |
<End Role="Current" EntitySet="ApiMetadatas"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ApiMetadata_Types_SP_TypeInformation_TypesPartnerSet" Association="SP.SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner"> | |
<End Role="TypesPartner" EntitySet="ApiMetadatas"/> | |
<End Role="Types" EntitySet="TypeInformations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_AppContextSite_Site_SP_Site_SitePartnerSet" Association="SP.SP_AppContextSite_Site_SP_Site_SitePartner"> | |
<End Role="SitePartner" EntitySet="AppContextSites"/> | |
<End Role="Site" EntitySet="Sites"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_AppContextSite_Web_SP_Web_WebPartnerSet" Association="SP.SP_AppContextSite_Web_SP_Web_WebPartner"> | |
<End Role="WebPartner" EntitySet="AppContextSites"/> | |
<End Role="Web" EntitySet="Webs"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartnerSet" Association="SP.BusinessData.SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner"> | |
<End Role="FieldsPartner" EntitySet="EntityViews"/> | |
<End Role="Fields" EntitySet="EntityFields"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartnerSet" Association="SP.BusinessData.Runtime.SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner"> | |
<End Role="ReturnParameterCollectionPartner" EntitySet="MethodExecutionResults"/> | |
<End Role="ReturnParameterCollection" EntitySet="EntityFieldValueDictionarys"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartnerSet" Association="SP.SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner"> | |
<End Role="FieldLinksPartner" EntitySet="ContentTypes"/> | |
<End Role="FieldLinks" EntitySet="FieldLinks"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ContentType_Fields_SP_Field_FieldsPartnerSet" Association="SP.SP_ContentType_Fields_SP_Field_FieldsPartner"> | |
<End Role="FieldsPartner" EntitySet="ContentTypes"/> | |
<End Role="Fields" EntitySet="Fields"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ContentType_Parent_SP_ContentType_ParentPartnerSet" Association="SP.SP_ContentType_Parent_SP_ContentType_ParentPartner"> | |
<End Role="ParentPartner" EntitySet="ContentTypes"/> | |
<End Role="Parent" EntitySet="ContentTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet" Association="SP.Workflow.SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Role="WorkflowAssociationsPartner" EntitySet="ContentTypes"/> | |
<End Role="WorkflowAssociations" EntitySet="WorkflowAssociations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_Author_SP_User_AuthorPartnerSet" Association="SP.SP_File_Author_SP_User_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="Files"/> | |
<End Role="Author" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartnerSet" Association="SP.SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner"> | |
<End Role="CheckedOutByUserPartner" EntitySet="Files"/> | |
<End Role="CheckedOutByUser" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartnerSet" Association="SP.SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"> | |
<End Role="ListItemAllFieldsPartner" EntitySet="Files"/> | |
<End Role="ListItemAllFields" EntitySet="ListItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_LockedByUser_SP_User_LockedByUserPartnerSet" Association="SP.SP_File_LockedByUser_SP_User_LockedByUserPartner"> | |
<End Role="LockedByUserPartner" EntitySet="Files"/> | |
<End Role="LockedByUser" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_ModifiedBy_SP_User_ModifiedByPartnerSet" Association="SP.SP_File_ModifiedBy_SP_User_ModifiedByPartner"> | |
<End Role="ModifiedByPartner" EntitySet="Files"/> | |
<End Role="ModifiedBy" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_File_Versions_SP_FileVersion_VersionsPartnerSet" Association="SP.SP_File_Versions_SP_FileVersion_VersionsPartner"> | |
<End Role="VersionsPartner" EntitySet="Files"/> | |
<End Role="Versions" EntitySet="FileVersions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_FileVersion_CreatedBy_SP_User_CreatedByPartnerSet" Association="SP.SP_FileVersion_CreatedBy_SP_User_CreatedByPartner"> | |
<End Role="CreatedByPartner" EntitySet="FileVersions"/> | |
<End Role="CreatedBy" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Folder_Files_SP_File_FilesPartnerSet" Association="SP.SP_Folder_Files_SP_File_FilesPartner"> | |
<End Role="FilesPartner" EntitySet="Folders"/> | |
<End Role="Files" EntitySet="Files"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartnerSet" Association="SP.SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"> | |
<End Role="ListItemAllFieldsPartner" EntitySet="Folders"/> | |
<End Role="ListItemAllFields" EntitySet="ListItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Folder_ParentFolder_SP_Folder_ParentFolderPartnerSet" Association="SP.SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner"> | |
<End Role="ParentFolderPartner" EntitySet="Folders"/> | |
<End Role="ParentFolder" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Folder_Properties_SP_PropertyValues_PropertiesPartnerSet" Association="SP.SP_Folder_Properties_SP_PropertyValues_PropertiesPartner"> | |
<End Role="PropertiesPartner" EntitySet="Folders"/> | |
<End Role="Properties" EntitySet="PropertyValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Folder_Folders_SP_Folder_FoldersPartnerSet" Association="SP.SP_Folder_Folders_SP_Folder_FoldersPartner"> | |
<End Role="FoldersPartner" EntitySet="Folders"/> | |
<End Role="Folders" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Group_Owner_SP_Principal_OwnerPartnerSet" Association="SP.SP_Group_Owner_SP_Principal_OwnerPartner"> | |
<End Role="OwnerPartner" EntitySet="Groups"/> | |
<End Role="Owner" EntitySet="Principals"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Group_Users_SP_User_UsersPartnerSet" Association="SP.SP_Group_Users_SP_User_UsersPartner"> | |
<End Role="UsersPartner" EntitySet="Groups"/> | |
<End Role="Users" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartnerSet" Association="SP.SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner"> | |
<End Role="AttachmentFilesPartner" EntitySet="ListItems"/> | |
<End Role="AttachmentFiles" EntitySet="Attachments"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_ContentType_SP_ContentType_ContentTypePartnerSet" Association="SP.SP_ListItem_ContentType_SP_ContentType_ContentTypePartner"> | |
<End Role="ContentTypePartner" EntitySet="ListItems"/> | |
<End Role="ContentType" EntitySet="ContentTypes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartnerSet" Association="SP.SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner"> | |
<End Role="FieldValuesAsHtmlPartner" EntitySet="ListItems"/> | |
<End Role="FieldValuesAsHtml" EntitySet="FieldStringValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartnerSet" Association="SP.SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner"> | |
<End Role="FieldValuesAsTextPartner" EntitySet="ListItems"/> | |
<End Role="FieldValuesAsText" EntitySet="FieldStringValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartnerSet" Association="SP.SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner"> | |
<End Role="FieldValuesForEditPartner" EntitySet="ListItems"/> | |
<End Role="FieldValuesForEdit" EntitySet="FieldStringValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_File_SP_File_FilePartnerSet" Association="SP.SP_ListItem_File_SP_File_FilePartner"> | |
<End Role="FilePartner" EntitySet="ListItems"/> | |
<End Role="File" EntitySet="Files"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_Folder_SP_Folder_FolderPartnerSet" Association="SP.SP_ListItem_Folder_SP_Folder_FolderPartner"> | |
<End Role="FolderPartner" EntitySet="ListItems"/> | |
<End Role="Folder" EntitySet="Folders"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ListItem_ParentList_SP_List_ParentListPartnerSet" Association="SP.SP_ListItem_ParentList_SP_List_ParentListPartner"> | |
<End Role="ParentListPartner" EntitySet="ListItems"/> | |
<End Role="ParentList" EntitySet="Lists"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartnerSet" Association="SP.SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner"> | |
<End Role="QuickLaunchPartner" EntitySet="Navigations"/> | |
<End Role="QuickLaunch" EntitySet="NavigationNodes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartnerSet" Association="SP.SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner"> | |
<End Role="TopNavigationBarPartner" EntitySet="Navigations"/> | |
<End Role="TopNavigationBar" EntitySet="NavigationNodes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartnerSet" Association="SP.SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner"> | |
<End Role="ChildrenPartner" EntitySet="NavigationNodes"/> | |
<End Role="Children" EntitySet="NavigationNodes"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartnerSet" Association="SP.SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner"> | |
<End Role="PrincipalPartner" EntitySet="ObjectSharingInformationUsers"/> | |
<End Role="Principal" EntitySet="Principals"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_ObjectSharingInformationUser_User_SP_User_UserPartnerSet" Association="SP.SP_ObjectSharingInformationUser_User_SP_User_UserPartner"> | |
<End Role="UserPartner" EntitySet="ObjectSharingInformationUsers"/> | |
<End Role="User" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_PushNotificationSubscriber_User_SP_User_UserPartnerSet" Association="SP.SP_PushNotificationSubscriber_User_SP_User_UserPartner"> | |
<End Role="UserPartner" EntitySet="PushNotificationSubscribers"/> | |
<End Role="User" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RecycleBinItem_Author_SP_User_AuthorPartnerSet" Association="SP.SP_RecycleBinItem_Author_SP_User_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="RecycleBinItems"/> | |
<End Role="Author" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartnerSet" Association="SP.SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner"> | |
<End Role="DeletedByPartner" EntitySet="RecycleBinItems"/> | |
<End Role="DeletedBy" EntitySet="Users"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartnerSet" Association="SP.SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner"> | |
<End Role="TimeZonePartner" EntitySet="RegionalSettingss"/> | |
<End Role="TimeZone" EntitySet="TimeZones"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartnerSet" Association="SP.SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner"> | |
<End Role="TimeZonesPartner" EntitySet="RegionalSettingss"/> | |
<End Role="TimeZones" EntitySet="TimeZones"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RelatedField_LookupList_SP_List_LookupListPartnerSet" Association="SP.SP_RelatedField_LookupList_SP_List_LookupListPartner"> | |
<End Role="LookupListPartner" EntitySet="RelatedFields"/> | |
<End Role="LookupList" EntitySet="Lists"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RequestContext_Current_SP_RequestContext_CurrentPartnerSet" Association="SP.SP_RequestContext_Current_SP_RequestContext_CurrentPartner"> | |
<End Role="CurrentPartner" EntitySet="RequestContexts"/> | |
<End Role="Current" EntitySet="RequestContexts"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RequestContext_Site_SP_Site_SitePartnerSet" Association="SP.SP_RequestContext_Site_SP_Site_SitePartner"> | |
<End Role="SitePartner" EntitySet="RequestContexts"/> | |
<End Role="Site" EntitySet="Sites"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RequestContext_Web_SP_Web_WebPartnerSet" Association="SP.SP_RequestContext_Web_SP_Web_WebPartner"> | |
<End Role="WebPartner" EntitySet="RequestContexts"/> | |
<End Role="Web" EntitySet="Webs"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RoleAssignment_Member_SP_Principal_MemberPartnerSet" Association="SP.SP_RoleAssignment_Member_SP_Principal_MemberPartner"> | |
<End Role="MemberPartner" EntitySet="RoleAssignments"/> | |
<End Role="Member" EntitySet="Principals"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartnerSet" Association="SP.SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner"> | |
<End Role="RoleDefinitionBindingsPartner" EntitySet="RoleAssignments"/> | |
<End Role="RoleDefinitionBindings" EntitySet="RoleDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartnerSet" Association="SP.SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner"> | |
<End Role="FirstUniqueAncestorSecurableObjectPartner" EntitySet="SecurableObjects"/> | |
<End Role="FirstUniqueAncestorSecurableObject" EntitySet="SecurableObjects"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartnerSet" Association="SP.SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner"> | |
<End Role="RoleAssignmentsPartner" EntitySet="SecurableObjects"/> | |
<End Role="RoleAssignments" EntitySet="RoleAssignments"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_User_Groups_SP_Group_GroupsPartnerSet" Association="SP.SP_User_Groups_SP_Group_GroupsPartner"> | |
<End Role="GroupsPartner" EntitySet="Users"/> | |
<End Role="Groups" EntitySet="Groups"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartnerSet" Association="SP.UserProfiles.SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner"> | |
<End Role="FollowedContentPartner" EntitySet="UserProfiles"/> | |
<End Role="FollowedContent" EntitySet="FollowedContents"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartnerSet" Association="SP.SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner"> | |
<End Role="PersonalSitePartner" EntitySet="UserProfiles"/> | |
<End Role="PersonalSite" EntitySet="Sites"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartnerSet" Association="SP.SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner"> | |
<End Role="ViewFieldsPartner" EntitySet="Views"/> | |
<End Role="ViewFields" EntitySet="ViewFieldCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartnerSet" Association="SP.WebParts.SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner"> | |
<End Role="WebPartsPartner" EntitySet="LimitedWebPartManagers"/> | |
<End Role="WebParts" EntitySet="WebPartDefinitions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartnerSet" Association="SP.SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner"> | |
<End Role="PropertiesPartner" EntitySet="WebParts"/> | |
<End Role="Properties" EntitySet="PropertyValuess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartnerSet" Association="SP.WebParts.SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner"> | |
<End Role="WebPartPartner" EntitySet="WebPartDefinitions"/> | |
<End Role="WebPart" EntitySet="WebParts"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartnerSet" Association="SP.WorkflowServices.SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner"> | |
<End Role="CurrentPartner" EntitySet="InteropServices"/> | |
<End Role="Current" EntitySet="InteropServices"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartnerSet" Association="SP.WorkflowServices.SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner"> | |
<End Role="CurrentPartner" EntitySet="WorkflowServicesManagers"/> | |
<End Role="Current" EntitySet="WorkflowServicesManagers"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartnerSet" Association="SP.WorkflowServices.SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner"> | |
<End Role="CurrentPartner" EntitySet="WorkflowSubscriptionServices"/> | |
<End Role="Current" EntitySet="WorkflowSubscriptionServices"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner"> | |
<End Role="AllLocatonsPartner" EntitySet="NonTaskDataReadResults"/> | |
<End Role="AllLocatons" EntitySet="Locations"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner"> | |
<End Role="PersistedPropertiesPartner" EntitySet="NonTaskDataReadResults"/> | |
<End Role="PersistedProperties" EntitySet="PersistedPropertiess"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner"> | |
<End Role="RefreshHistoryPartner" EntitySet="NonTaskDataReadResults"/> | |
<End Role="RefreshHistory" EntitySet="RefreshHistorys"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner"> | |
<End Role="ScriptExtensionsPartner" EntitySet="NonTaskDataReadResults"/> | |
<End Role="ScriptExtensions" EntitySet="DashboardScriptExtensionInfos"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner"> | |
<End Role="UserSettingsPartner" EntitySet="NonTaskDataReadResults"/> | |
<End Role="UserSettings" EntitySet="UserSettingss"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner"> | |
<End Role="ProviderErrorsPartner" EntitySet="RefreshHealthInfos"/> | |
<End Role="ProviderErrors" EntitySet="ProviderErrorInfos"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner"> | |
<End Role="RefreshesPartner" EntitySet="RefreshHistorys"/> | |
<End Role="Refreshes" EntitySet="RefreshResults"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner"> | |
<End Role="ProviderStatusesPartner" EntitySet="RefreshResults"/> | |
<End Role="ProviderStatuses" EntitySet="ProviderRefreshStatuss"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner"> | |
<End Role="TaskChangesByLocationPartner" EntitySet="RefreshResults"/> | |
<End Role="TaskChangesByLocation" EntitySet="LocationUpdateResults"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner"> | |
<End Role="CoreQueryPartner" EntitySet="SortableTaskQuerys"/> | |
<End Role="CoreQuery" EntitySet="TaskQuerys"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner"> | |
<End Role="OrderPartner" EntitySet="SortableTaskQuerys"/> | |
<End Role="Order" EntitySet="OrderInfos"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner"> | |
<End Role="CompletedCriterionPartner" EntitySet="TaskFilters"/> | |
<End Role="CompletedCriterion" EntitySet="BooleanCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner"> | |
<End Role="DueDateRangeCriterionPartner" EntitySet="TaskFilters"/> | |
<End Role="DueDateRangeCriterion" EntitySet="DateRangeCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner"> | |
<End Role="IsNewCriterionPartner" EntitySet="TaskFilters"/> | |
<End Role="IsNewCriterion" EntitySet="BooleanCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner"> | |
<End Role="NameCriterionPartner" EntitySet="TaskFilters"/> | |
<End Role="NameCriterion" EntitySet="NameCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner"> | |
<End Role="StartDateRangeCriterionPartner" EntitySet="TaskFilters"/> | |
<End Role="StartDateRangeCriterion" EntitySet="DateRangeCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner"> | |
<End Role="CustomAttributeFilterPartner" EntitySet="TaskQuerys"/> | |
<End Role="CustomAttributeFilter" EntitySet="CustomAttributeFilters"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner"> | |
<End Role="FieldFilterPartner" EntitySet="TaskQuerys"/> | |
<End Role="FieldFilter" EntitySet="TaskFilters"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner"> | |
<End Role="LastModifiedDateRangeFilterPartner" EntitySet="TaskQuerys"/> | |
<End Role="LastModifiedDateRangeFilter" EntitySet="DateRangeCriterions"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner"> | |
<End Role="LocationFilterPartner" EntitySet="TaskQuerys"/> | |
<End Role="LocationFilter" EntitySet="LocationFilters"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"> | |
<End Role="ResultsPartner" EntitySet="TaskQueryByLocationResults"/> | |
<End Role="Results" EntitySet="Tasks1"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"> | |
<End Role="ResultsPartner" EntitySet="TaskQueryResults"/> | |
<End Role="Results" EntitySet="Tasks1"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner"> | |
<End Role="ResultPartner" EntitySet="TaskRefreshResults"/> | |
<End Role="Result" EntitySet="Tasks1"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartnerSet" Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner"> | |
<End Role="ResultPartner" EntitySet="TaskWriteResults"/> | |
<End Role="Result" EntitySet="Tasks1"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Publishing_Navigation_WebNavigationSettings_CurrentNavigation_SP_Publishing_Navigation_StandardNavigationSettings_CurrentNavigationPartnerSet" Association="SP.Publishing.Navigation.SP_Publishing_Navigation_WebNavigationSettings_CurrentNavigation_SP_Publishing_Navigation_StandardNavigationSettings_CurrentNavigationPartner"> | |
<End Role="CurrentNavigationPartner" EntitySet="WebNavigationSettingss"/> | |
<End Role="CurrentNavigation" EntitySet="StandardNavigationSettingss"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Publishing_Navigation_WebNavigationSettings_GlobalNavigation_SP_Publishing_Navigation_StandardNavigationSettings_GlobalNavigationPartnerSet" Association="SP.Publishing.Navigation.SP_Publishing_Navigation_WebNavigationSettings_GlobalNavigation_SP_Publishing_Navigation_StandardNavigationSettings_GlobalNavigationPartner"> | |
<End Role="GlobalNavigationPartner" EntitySet="WebNavigationSettingss"/> | |
<End Role="GlobalNavigation" EntitySet="StandardNavigationSettingss"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_Properties_Microsoft_SharePoint_Client_Search_Query_KeywordQueryProperties_PropertiesPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_Properties_Microsoft_SharePoint_Client_Search_Query_KeywordQueryProperties_PropertiesPartner"> | |
<End Role="PropertiesPartner" EntitySet="KeywordQuerys"/> | |
<End Role="Properties" EntitySet="KeywordQueryPropertiess"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_RefinementFilters_Microsoft_SharePoint_Client_Search_Query_StringCollection_RefinementFiltersPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_RefinementFilters_Microsoft_SharePoint_Client_Search_Query_StringCollection_RefinementFiltersPartner"> | |
<End Role="RefinementFiltersPartner" EntitySet="KeywordQuerys"/> | |
<End Role="RefinementFilters" EntitySet="StringCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_ReorderingRules_Microsoft_SharePoint_Client_Search_Query_ReorderingRuleCollection_ReorderingRulesPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_ReorderingRules_Microsoft_SharePoint_Client_Search_Query_ReorderingRuleCollection_ReorderingRulesPartner"> | |
<End Role="ReorderingRulesPartner" EntitySet="KeywordQuerys"/> | |
<End Role="ReorderingRules" EntitySet="ReorderingRuleCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SelectProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_SelectPropertiesPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SelectProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_SelectPropertiesPartner"> | |
<End Role="SelectPropertiesPartner" EntitySet="KeywordQuerys"/> | |
<End Role="SelectProperties" EntitySet="StringCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SortList_Microsoft_SharePoint_Client_Search_Query_SortCollection_SortListPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SortList_Microsoft_SharePoint_Client_Search_Query_SortCollection_SortListPartner"> | |
<End Role="SortListPartner" EntitySet="KeywordQuerys"/> | |
<End Role="SortList" EntitySet="SortCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartnerSet" Association="SP.SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner"> | |
<End Role="ExternalPartner" EntitySet="AppPrincipalIdentityProviders"/> | |
<End Role="External" EntitySet="AppPrincipalIdentityProviders"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_Query_HitHighlightedProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_HitHighlightedPropertiesPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_Query_HitHighlightedProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_HitHighlightedPropertiesPartner"> | |
<End Role="HitHighlightedPropertiesPartner" EntitySet="Querys"/> | |
<End Role="HitHighlightedProperties" EntitySet="StringCollections"/> | |
</AssociationSet> | |
<AssociationSet Name="Microsoft_SharePoint_Client_Search_Query_Query_PersonalizationData_Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData_PersonalizationDataPartnerSet" Association="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_Query_PersonalizationData_Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData_PersonalizationDataPartner"> | |
<End Role="PersonalizationDataPartner" EntitySet="Querys"/> | |
<End Role="PersonalizationData" EntitySet="QueryPersonalizationDatas"/> | |
</AssociationSet> | |
</EntityContainer> | |
<EntityContainer Name="ListData"> | |
<EntitySet Name="OData__x005f_catalogs_x002f_designItems" EntityType="SP.Data.OData__x005f_catalogs_x002f_designItem"/> | |
<EntitySet Name="UserInfoItems" EntityType="SP.Data.UserInfoItem"/> | |
<EntitySet Name="DocumentsItems" EntityType="SP.Data.DocumentsItem"/> | |
<EntitySet Name="OData__x005f_catalogs_x002f_masterpageItems" EntityType="SP.Data.OData__x005f_catalogs_x002f_masterpageItem"/> | |
<EntitySet Name="OneNoteItems" EntityType="SP.Data.OneNoteItem"/> | |
<EntitySet Name="PostsListItems" EntityType="SP.Data.PostsListItem"/> | |
<EntitySet Name="ServiceFilesItems" EntityType="SP.Data.ServiceFilesItem"/> | |
<EntitySet Name="SiteAssetsItems" EntityType="SP.Data.SiteAssetsItem"/> | |
<EntitySet Name="SitePagesItems" EntityType="SP.Data.SitePagesItem"/> | |
<EntitySet Name="TasksListItems" EntityType="SP.Data.TasksListItem"/> | |
<AssociationSet Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_designItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_designItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="UserInfoItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="UserInfoItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="DocumentsItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="DocumentsItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="DocumentsItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_masterpageItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_masterpageItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="OData__x005f_catalogs_x002f_masterpageItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OneNoteItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_OneNoteItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="OneNoteItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OneNoteItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_OneNoteItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="OneNoteItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_OneNoteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_OneNoteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="OneNoteItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_PostsListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_PostsListItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="PostsListItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_PostsListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_PostsListItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="PostsListItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_ServiceFilesItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_ServiceFilesItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="ServiceFilesItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_ServiceFilesItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_ServiceFilesItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="ServiceFilesItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_ServiceFilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_ServiceFilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="ServiceFilesItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="SiteAssetsItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="SiteAssetsItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="SiteAssetsItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="SitePagesItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="SitePagesItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet" Association="SP.Data.SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Role="CheckoutUserPartner" EntitySet="SitePagesItems"/> | |
<End Role="CheckoutUser" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_TasksListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet" Association="SP.Data.SP_Data_TasksListItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Role="AuthorPartner" EntitySet="TasksListItems"/> | |
<End Role="Author" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_TasksListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet" Association="SP.Data.SP_Data_TasksListItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Role="EditorPartner" EntitySet="TasksListItems"/> | |
<End Role="Editor" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_TasksListItem_Predecessors_SP_Data_TasksListItem_PredecessorsPartnerSet" Association="SP.Data.SP_Data_TasksListItem_Predecessors_SP_Data_TasksListItem_PredecessorsPartner"> | |
<End Role="PredecessorsPartner" EntitySet="TasksListItems"/> | |
<End Role="Predecessors" EntitySet="TasksListItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_TasksListItem_AssignedTo_SP_Data_UserInfoItem_AssignedToPartnerSet" Association="SP.Data.SP_Data_TasksListItem_AssignedTo_SP_Data_UserInfoItem_AssignedToPartner"> | |
<End Role="AssignedToPartner" EntitySet="TasksListItems"/> | |
<End Role="AssignedTo" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
<AssociationSet Name="SP_Data_TasksListItem_TaskGroup_SP_Data_UserInfoItem_TaskGroupPartnerSet" Association="SP.Data.SP_Data_TasksListItem_TaskGroup_SP_Data_UserInfoItem_TaskGroupPartner"> | |
<End Role="TaskGroupPartner" EntitySet="TasksListItems"/> | |
<End Role="TaskGroup" EntitySet="UserInfoItems"/> | |
</AssociationSet> | |
</EntityContainer> | |
<Annotations Target="SP.ApiData"> | |
<ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.GenerateEntitySetProperties" Bool="false"/> | |
</Annotations> | |
<Annotations Target="SP.ListData"> | |
<ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.GenerateEntitySetProperties" Bool="false"/> | |
</Annotations> | |
</Schema> | |
<Schema Namespace="SP.Microfeed" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="MicroBlogEntityCollection"> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicroBlogEntity)"/> | |
</ComplexType> | |
<ComplexType Name="MicroBlogEntity"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
<Property Name="CanFollow" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="EntityType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EntityURI" Type="Edm.String"/> | |
<Property Name="FollowedContentURI" Type="Edm.String"/> | |
<Property Name="Identifier" Type="Edm.String"/> | |
<Property Name="IsFollowedByMe" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LatestPost" Type="Edm.String"/> | |
<Property Name="LibraryName" Type="Edm.String"/> | |
<Property Name="LibraryUri" Type="Edm.String"/> | |
<Property Name="PersonalURI" Type="Edm.String"/> | |
<Property Name="PictureURI" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedPostDefinition"> | |
<Property Name="CanDelete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanLike" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanLock" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanReply" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CreationTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefinitionId" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="DefinitionName" Type="Edm.String"/> | |
<Property Name="DefinitionVersion" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EnablePeopleList" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsDefault" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsNotification" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsPrivate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsUserPost" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LastUpdateTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="PartitionId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="PersistToCache" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PersistToPrivateFolder" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PersistToPublishedFeed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ReferenceLikePostName" Type="Edm.String"/> | |
<Property Name="ReferenceMentionPostName" Type="Edm.String"/> | |
<Property Name="ReferenceReplyPostName" Type="Edm.String"/> | |
<Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ResourceFileName" Type="Edm.String"/> | |
<Property Name="SecurityTrimContentUrl" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedDataLinkCollection"> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedDataLink)"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedDataLink"> | |
<Property Name="DataLinkType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DateTimeValue" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PlaceHolderName" Type="Edm.String"/> | |
<Property Name="StringValue" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="UriValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedDataQuery"> | |
<Property Name="ItemLimit" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Query" Type="Edm.String"/> | |
<Property Name="ViewFields" Type="Collection(Edm.String)"/> | |
<Property Name="ViewFieldsOnly" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedLinkAction"> | |
<Property Name="ActionUri" Type="Edm.String"/> | |
<Property Name="Kind" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedLink"> | |
<Property Name="ClickAction" Type="SP.Microfeed.MicrofeedLinkAction"/> | |
<Property Name="ContentUri" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Height" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Href" Type="Edm.String"/> | |
<Property Name="Length" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="LinkType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PreviewPictureUrl" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Width" Type="Edm.Int64" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedPostCollection"> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedPost)"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedPost"> | |
<Property Name="AuthorIndex" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BreadCrumb" Type="Edm.String"/> | |
<Property Name="CanDelete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanLike" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanLock" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanReply" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Content" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Footer" Type="Edm.String"/> | |
<Property Name="ID" Type="Edm.String"/> | |
<Property Name="ILikeIt" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LikersList" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="Locked" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MediaLink" Type="SP.Microfeed.MicrofeedLink"/> | |
<Property Name="MicroBlogType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="PeopleCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PostImageUri" Type="Edm.String"/> | |
<Property Name="PostSource" Type="Edm.String"/> | |
<Property Name="PostSourceUri" Type="Edm.String"/> | |
<Property Name="ReferenceID" Type="Edm.String"/> | |
<Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ReplyCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedPostDefinitionNames"/> | |
<ComplexType Name="MicrofeedPostDefinitionNameCollection"> | |
<Property Name="Items" Type="Collection(Edm.String)"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedPostOptions"> | |
<Property Name="Content" Type="Edm.String"/> | |
<Property Name="ContentFormattingOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DataLinks" Type="SP.Microfeed.MicrofeedDataLinkCollection"/> | |
<Property Name="DefinitionName" Type="Edm.String"/> | |
<Property Name="MediaLink" Type="SP.Microfeed.MicrofeedLink"/> | |
<Property Name="PeopleList" Type="Collection(Edm.String)"/> | |
<Property Name="PostSource" Type="Edm.String"/> | |
<Property Name="PostSourceUri" Type="Edm.String"/> | |
<Property Name="RefThread_ReferenceID" Type="Edm.String"/> | |
<Property Name="RefThread_RefReply" Type="Edm.String"/> | |
<Property Name="RefThread_RefRoot" Type="Edm.String"/> | |
<Property Name="TargetActor" Type="Edm.String"/> | |
<Property Name="UpdateStatusText" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedRetrievalOptions"> | |
<Property Name="ContentFormattingOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ContentOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DropAllSecurityTrimmablePosts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GatherUnreadMentionCountForUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IncludedTypes" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="PostDefinitionFilter" Type="Collection(Edm.String)"/> | |
<Property Name="ResultSortOrder" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ThreadCount" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedThreadCollection"> | |
<Property Name="CurrentUserUnreadMentionCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NewestProcessed" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="OldestProcessed" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedThread)"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedThread"> | |
<Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanLike" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CanReply" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DataLinks" Type="Collection(SP.Microfeed.MicrofeedDataLink)"/> | |
<Property Name="DefinitionId" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="DefinitionName" Type="Edm.String"/> | |
<Property Name="Identifier" Type="Edm.String"/> | |
<Property Name="Locked" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MicrofeedEntities" Type="Collection(SP.Microfeed.MicroBlogEntity)"/> | |
<Property Name="OwnerIndex" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RefReply" Type="SP.Microfeed.MicrofeedPost"/> | |
<Property Name="RefRoot" Type="SP.Microfeed.MicrofeedPost"/> | |
<Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Replies" Type="SP.Microfeed.MicrofeedPostCollection"/> | |
<Property Name="ReplyCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RootPost" Type="SP.Microfeed.MicrofeedPost"/> | |
<Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedUserPostCollection"> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedUserPosts)"/> | |
</ComplexType> | |
<ComplexType Name="MicrofeedUserPosts"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="MicrofeedPostDefinitionManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="MicrofeedAttachmentStore"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="MicrofeedData"> | |
<Key> | |
<PropertyRef Name="Created"/> | |
</Key> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Data" Type="Collection(SP.KeyValue)"/> | |
<Property Name="DefinitionId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TargetIdentifier" Type="Edm.String"/> | |
<Property Name="Version" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="MicrofeedManager"> | |
<Key> | |
<PropertyRef Name="IsFeedActivityPublic"/> | |
</Key> | |
<Property Name="CurrentUser" Type="SP.Microfeed.MicroBlogEntity"/> | |
<Property Name="IsFeedActivityPublic" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StaticThreadLink" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="MicrofeedPostOptionCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedPostOptions)"/> | |
</EntityType> | |
<EntityType Name="MicrofeedStore"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Social" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="SocialActorInfo"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
<Property Name="ActorType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ContentUri" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialActor"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
<Property Name="ActorType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CanFollow" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ContentUri" Type="Edm.String"/> | |
<Property Name="EmailAddress" Type="Edm.String"/> | |
<Property Name="FollowedContentUri" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="ImageUri" Type="Edm.String"/> | |
<Property Name="IsFollowed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LibraryUri" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PersonalSiteUri" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StatusText" Type="Edm.String"/> | |
<Property Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Uri" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialAttachmentAction"> | |
<Property Name="ActionKind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActionUri" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialAttachment"> | |
<Property Name="AttachmentKind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ClickAction" Type="SP.Social.SocialAttachmentAction"/> | |
<Property Name="ContentUri" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Height" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Length" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PreviewUri" Type="Edm.String"/> | |
<Property Name="Uri" Type="Edm.String"/> | |
<Property Name="Width" Type="Edm.Int64" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialDataItem"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Text" Type="Edm.String"/> | |
<Property Name="Uri" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialDataOverlay"> | |
<Property Name="ActorIndexes" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="Index" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Length" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LinkUri" Type="Edm.String"/> | |
<Property Name="OverlayType" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialExceptionDetails"> | |
<Property Name="InternalErrorCode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="InternalMessage" Type="Edm.String"/> | |
<Property Name="InternalStackTrace" Type="Edm.String"/> | |
<Property Name="InternalTypeName" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialFeedOptions"> | |
<Property Name="MaxThreadCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NewerThan" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="OlderThan" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialFeed"> | |
<Property Name="Attributes" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NewestProcessed" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="OldestProcessed" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Threads" Type="Collection(SP.Social.SocialThread)"/> | |
<Property Name="UnreadMentionCount" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialThread"> | |
<Property Name="Actors" Type="Collection(SP.Social.SocialActor)"/> | |
<Property Name="Attributes" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="OwnerIndex" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Permalink" Type="Edm.String"/> | |
<Property Name="PostReference" Type="SP.Social.SocialPostReference"/> | |
<Property Name="Replies" Type="Collection(SP.Social.SocialPost)"/> | |
<Property Name="RootPost" Type="SP.Social.SocialPost"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ThreadType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalReplyCount" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialPostReference"> | |
<Property Name="Digest" Type="SP.Social.SocialThread"/> | |
<Property Name="Post" Type="SP.Social.SocialPost"/> | |
<Property Name="ThreadId" Type="Edm.String"/> | |
<Property Name="ThreadOwnerIndex" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialPost"> | |
<Property Name="Attachment" Type="SP.Social.SocialAttachment"/> | |
<Property Name="Attributes" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="AuthorIndex" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CreatedTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="LikerInfo" Type="SP.Social.SocialPostActorInfo"/> | |
<Property Name="ModifiedTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Overlays" Type="Collection(SP.Social.SocialDataOverlay)"/> | |
<Property Name="PostType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PreferredImageUri" Type="Edm.String"/> | |
<Property Name="Source" Type="SP.Social.SocialLink"/> | |
<Property Name="Text" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialPostActorInfo"> | |
<Property Name="IncludesCurrentUser" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Indexes" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="TotalCount" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialLink"> | |
<Property Name="Text" Type="Edm.String"/> | |
<Property Name="Uri" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialPostCreationData"> | |
<Property Name="Attachment" Type="SP.Social.SocialAttachment"/> | |
<Property Name="ContentItems" Type="Collection(SP.Social.SocialDataItem)"/> | |
<Property Name="ContentText" Type="Edm.String"/> | |
<Property Name="DefinitionData" Type="SP.Social.SocialPostDefinitionData"/> | |
<Property Name="SecurityUris" Type="Collection(Edm.String)"/> | |
<Property Name="Source" Type="SP.Social.SocialLink"/> | |
<Property Name="UpdateStatusText" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SocialPostDefinitionData"> | |
<Property Name="Items" Type="Collection(SP.Social.SocialPostDefinitionDataItem)"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialPostDefinitionDataItem"> | |
<Property Name="AccountName" Type="Edm.String"/> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PlaceholderName" Type="Edm.String"/> | |
<Property Name="TagGuid" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Text" Type="Edm.String"/> | |
<Property Name="Uri" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SocialRestPostCreationData"> | |
<Property Name="ID" Type="Edm.String"/> | |
<Property Name="creationData" Type="SP.Social.SocialPostCreationData"/> | |
</ComplexType> | |
<EntityType Name="SocialFeedManager"> | |
<Key> | |
<PropertyRef Name="PersonalSitePortalUri"/> | |
</Key> | |
<Property Name="Owner" Type="SP.Social.SocialActor"/> | |
<Property Name="PersonalSitePortalUri" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SocialFollowingManager"> | |
<Key> | |
<PropertyRef Name="FollowedDocumentsUri"/> | |
</Key> | |
<Property Name="FollowedDocumentsUri" Type="Edm.String" Nullable="false"/> | |
<Property Name="FollowedSitesUri" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="SocialRestActor"> | |
<Key> | |
<PropertyRef Name="FollowableItem"/> | |
</Key> | |
<Property Name="FollowableItem" Type="Edm.String" Nullable="false"/> | |
<Property Name="FollowableItemActor" Type="SP.Social.SocialActor"/> | |
<Property Name="Me" Type="SP.Social.SocialActor"/> | |
</EntityType> | |
<EntityType Name="SocialRestFeedManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SocialRestFeed"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="SocialFeed" Type="SP.Social.SocialFeed"/> | |
</EntityType> | |
<EntityType Name="SocialRestFollowingManager"> | |
<Key> | |
<PropertyRef Name="FollowedDocumentsUri"/> | |
</Key> | |
<Property Name="FollowedDocumentsUri" Type="Edm.String" Nullable="false"/> | |
<Property Name="FollowedSitesUri" Type="Edm.String"/> | |
<Property Name="MyFollowedDocumentsUri" Type="Edm.String"/> | |
<Property Name="MyFollowedSitesUri" Type="Edm.String"/> | |
<Property Name="SocialActor" Type="SP.Social.SocialActor"/> | |
</EntityType> | |
<EntityType Name="SocialRestThread"> | |
<Key> | |
<PropertyRef Name="ID"/> | |
</Key> | |
<Property Name="ID" Type="Edm.String" Nullable="false"/> | |
<Property Name="SocialThread" Type="SP.Social.SocialThread"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.UserProfiles" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="FollowedItem"> | |
<Property Name="Data" Type="Collection(SP.KeyValue)"/> | |
<Property Name="FileType" Type="Edm.String"/> | |
<Property Name="FileTypeProgid" Type="Edm.String"/> | |
<Property Name="Flags" Type="Edm.String"/> | |
<Property Name="HasFeed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IconUrl" Type="Edm.String"/> | |
<Property Name="ItemId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ParentUrl" Type="Edm.String"/> | |
<Property Name="ServerUrlProgid" Type="Edm.String"/> | |
<Property Name="SiteId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Subtype" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="FollowResult"> | |
<Property Name="Item" Type="SP.UserProfiles.FollowedItem"/> | |
<Property Name="ResultType" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="HashTag"> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="UseCount" Type="Edm.Int64" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="FollowedContent"> | |
<Key> | |
<PropertyRef Name="FollowedDocumentsUrl"/> | |
</Key> | |
<Property Name="FollowedDocumentsUrl" Type="Edm.String" Nullable="false"/> | |
<Property Name="FollowedSitesUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="FollowedItemData"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
</EntityType> | |
<EntityType Name="HashTagCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(SP.UserProfiles.HashTag)"/> | |
</EntityType> | |
<EntityType Name="PeopleManager"> | |
<Key> | |
<PropertyRef Name="EditProfileLink"/> | |
</Key> | |
<Property Name="EditProfileLink" Type="Edm.String" Nullable="false"/> | |
<Property Name="IsMyPeopleListPublic" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="PersonProperties"> | |
<Key> | |
<PropertyRef Name="AccountName"/> | |
</Key> | |
<Property Name="AccountName" Type="Edm.String" Nullable="false"/> | |
<Property Name="DirectReports" Type="Collection(Edm.String)"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="ExtendedManagers" Type="Collection(Edm.String)"/> | |
<Property Name="ExtendedReports" Type="Collection(Edm.String)"/> | |
<Property Name="IsFollowed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LatestPost" Type="Edm.String"/> | |
<Property Name="Peers" Type="Collection(Edm.String)"/> | |
<Property Name="PersonalUrl" Type="Edm.String"/> | |
<Property Name="PictureUrl" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="UserProfileProperties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="UserUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="ProfileImageStore"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ProfileLoader"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="UserProfilePropertiesForUser"> | |
<Key> | |
<PropertyRef Name="AccountName"/> | |
</Key> | |
<Property Name="AccountName" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="UserProfile"> | |
<Key> | |
<PropertyRef Name="PersonalSiteCapabilities"/> | |
</Key> | |
<Property Name="PersonalSiteCapabilities" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PersonalSiteInstantiationState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PictureImportEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UrlToCreatePersonalSite" Type="Edm.String"/> | |
<NavigationProperty Name="FollowedContent" Relationship="SP.UserProfiles.SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner" ToRole="FollowedContent" FromRole="FollowedContentPartner"/> | |
<NavigationProperty Name="PersonalSite" Relationship="SP.SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner" ToRole="PersonalSite" FromRole="PersonalSitePartner"/> | |
</EntityType> | |
<Association Name="SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner"> | |
<End Type="SP.UserProfiles.FollowedContent" Role="FollowedContent" Multiplicity="0..1"/> | |
<End Type="SP.UserProfiles.UserProfile" Role="FollowedContentPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="PS" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="AssignmentCreationInformation"> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="ResourceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TaskId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="CalendarCreationInformation"> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OriginalId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="CalendarExceptionCreationInformation"> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="RecurrenceDays" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceFrequency" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceMonth" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceMonthDay" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceWeek" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift1Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift1Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift2Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift2Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift3Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift3Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift4Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift4Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift5Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift5Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="CustomFieldCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EntityTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="FieldType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Formula" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsEditableInVisibility" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMultilineText" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRequired" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsWorkflowControlled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupAllowMultiSelect" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupDefaultValue" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LookupTableId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="EnterpriseProjectTypeCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="IsDefault" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsManaged" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProjectDetailPages" Type="Collection(PS.ProjectDetailPageCreationInformation)"/> | |
<Property Name="ProjectPlanTemplateId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WorkflowAssociationId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WorkflowAssociationName" Type="Edm.String"/> | |
<Property Name="WorkspaceTemplateName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ProjectDetailPageCreationInformation"> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsCreate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Position" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="EnterpriseResourceCreationInformation"> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsBudget" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsGeneric" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsInactive" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ResourceType" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="EventHandlerCreationInformation"> | |
<Property Name="AssemblyName" Type="Edm.String"/> | |
<Property Name="CancelOnError" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ClassName" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EndpointUrl" Type="Edm.String"/> | |
<Property Name="EventId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="LookupEntryCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ParentId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="SortIndex" Type="Edm.Decimal" Nullable="false"/> | |
<Property Name="Value" Type="PS.LookupEntryValue"/> | |
</ComplexType> | |
<ComplexType Name="LookupEntryValue"> | |
<Property Name="DateValue" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DurationValue" Type="Edm.String"/> | |
<Property Name="NumberValue" Type="Edm.Decimal" Nullable="false"/> | |
<Property Name="TextValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="LookupMask"> | |
<Property Name="Length" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MaskType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Separator" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="LookupTableCreationInformation"> | |
<Property Name="Entries" Type="Collection(PS.LookupEntryCreationInformation)"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Masks" Type="Collection(PS.LookupMask)"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="PhaseCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="PlanAssignmentCreationInformation"> | |
<Property Name="BookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Intervals" Type="Collection(PS.PlanAssignmentIntervalCreationInformation)"/> | |
<Property Name="ResourceId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="PlanAssignmentIntervalCreationInformation"> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="Interval" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ProjectCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EnterpriseProjectTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ProjectResourceCreationInformation"> | |
<Property Name="Account" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="StageCreationInformation"> | |
<Property Name="Behavior" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CheckInRequired" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CustomFields" Type="Collection(PS.StageCustomFieldCreationInformation)"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PhaseId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ProjectDetailPages" Type="Collection(PS.StageDetailPageCreationInformation)"/> | |
<Property Name="SubmitDescription" Type="Edm.String"/> | |
<Property Name="WorkflowStatusPageId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="StageCustomFieldCreationInformation"> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="StageDetailPageCreationInformation"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Position" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RequiresAttention" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="StatusAssignmentCreationInformation"> | |
<Property Name="Comment" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ProjectId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Task" Type="PS.StatusTaskCreationInformation"/> | |
</ComplexType> | |
<ComplexType Name="StatusTaskCreationInformation"> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ParentId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="TaskCreationInformation"> | |
<Property Name="AddAfterId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="ParentId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="TaskLinkCreationInformation"> | |
<Property Name="DependencyType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EndId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="StartId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="TimeSheetLineCreationInformation"> | |
<Property Name="AssignmentId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Comment" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LineClass" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProjectId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TaskName" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="TimeSheetWorkCreationInformation"> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="Comment" Type="Edm.String"/> | |
<Property Name="End" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="NonBillableOvertimeWork" Type="Edm.String"/> | |
<Property Name="NonBillableWork" Type="Edm.String"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="PlannedWork" Type="Edm.String"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="EntityType"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="ID" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupTables"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Assignment" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BaselineCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BaselineCostPerUse" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BaselineFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="BaselineStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="BaselineWork" Type="Edm.String"/> | |
<Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudgetedCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="CurrentCostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="FinishVariance" Type="Edm.String"/> | |
<Property Name="FinishVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FinishVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsConfirmed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsPublished" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsResponsePending" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsUpdateNeeded" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingDelay" Type="Edm.String"/> | |
<Property Name="LevelingDelayMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LevelingDelayTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="OvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Resume" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="StartVariance" Type="Edm.String"/> | |
<Property Name="StartVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Stop" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="WorkVariance" Type="Edm.String"/> | |
<Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
</EntityType> | |
<EntityType Name="CustomField"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EntityTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="FieldType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Formula" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InternalName" Type="Edm.String"/> | |
<Property Name="IsEditableInVisibility" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMultilineText" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRequired" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsWorkflowControlled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupAllowMultiSelect" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LookupDefaultValue" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LookupTableId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="RollsDownToAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RollupType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="EntityType" Relationship="PS.PS_CustomField_EntityType_PS_EntityType_EntityTypePartner" ToRole="EntityType" FromRole="EntityTypePartner"/> | |
<NavigationProperty Name="LookupEntries" Relationship="PS.PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner" ToRole="LookupEntries" FromRole="LookupEntriesPartner"/> | |
<NavigationProperty Name="LookupTable" Relationship="PS.PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner" ToRole="LookupTable" FromRole="LookupTablePartner"/> | |
</EntityType> | |
<EntityType Name="LookupEntry" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="FullValue" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InternalName" Type="Edm.String"/> | |
<Property Name="SortIndex" Type="Edm.Decimal" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupTable"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="FieldType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Masks" Type="Collection(PS.LookupMask)"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="SortOrder" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Entries" Relationship="PS.PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner" ToRole="Entries" FromRole="EntriesPartner"/> | |
</EntityType> | |
<EntityType Name="CalendarException" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="RecurrenceDays" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceFrequency" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceMonth" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceMonthDay" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RecurrenceWeek" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift1Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift1Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift2Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift2Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift3Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift3Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift4Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift4Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift5Finish" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Shift5Start" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="Calendar" Relationship="PS.PS_CalendarException_Calendar_PS_Calendar_CalendarPartner" ToRole="Calendar" FromRole="CalendarPartner"/> | |
</EntityType> | |
<EntityType Name="Calendar"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsStandardCalendar" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OriginalId" Type="Edm.Guid" Nullable="false"/> | |
<NavigationProperty Name="BaseCalendarExceptions" Relationship="PS.PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner" ToRole="BaseCalendarExceptions" FromRole="BaseCalendarExceptionsPartner"/> | |
</EntityType> | |
<EntityType Name="BaseCalendarException" BaseType="PS.CalendarException"/> | |
<EntityType Name="DraftAssignment" BaseType="PS.Assignment"> | |
<Property Name="ActualCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualOvertimeWork" Type="Edm.String"/> | |
<Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudgetedCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedWork" Type="Edm.String"/> | |
<Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Cost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Delay" Type="Edm.String"/> | |
<Property Name="DelayMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DelayTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsWorkResource" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingOvertimeWork" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ResourceCapacity" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ResourceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TaskId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="Owner" Relationship="SP.PS_DraftAssignment_Owner_SP_User_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="Parent" Relationship="PS.PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="Resource" Relationship="PS.PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner" ToRole="Resource" FromRole="ResourcePartner"/> | |
<NavigationProperty Name="Task" Relationship="PS.PS_DraftAssignment_Task_PS_DraftTask_TaskPartner" ToRole="Task" FromRole="TaskPartner"/> | |
</EntityType> | |
<EntityType Name="ProjectResource" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualCostWorkPerformed" Type="Edm.String"/> | |
<Property Name="ActualCostWorkPerformedMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualCostWorkPerformedTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualOvertimeWork" Type="Edm.String"/> | |
<Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="AvailableFrom" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="AvailableTo" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="BaselineCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BaselineWork" Type="Edm.String"/> | |
<Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudetCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedWork" Type="Edm.String"/> | |
<Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Cost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="CurrentCostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsBudgeted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsGenericResource" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="OvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PeakWork" Type="Edm.String"/> | |
<Property Name="PeakWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PeakWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingOvertimeWork" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="WorkVariance" Type="Edm.String"/> | |
<Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="EnterpriseResource" Relationship="PS.PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner" ToRole="EnterpriseResource" FromRole="EnterpriseResourcePartner"/> | |
</EntityType> | |
<EntityType Name="EnterpriseResource"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="CanLevel" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Code" Type="Edm.String"/> | |
<Property Name="CostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CostCenter" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="ExternalId" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="HireDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Initials" Type="Edm.String"/> | |
<Property Name="IsActive" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsBudget" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsCheckedOut" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsGeneric" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsTeam" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MaterialLabel" Type="Edm.String"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Phonetics" Type="Edm.String"/> | |
<Property Name="ResourceType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TerminationDate" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="BaseCalendar" Relationship="PS.PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner" ToRole="BaseCalendar" FromRole="BaseCalendarPartner"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="DefaultAssignmentOwner" Relationship="SP.PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner" ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner"/> | |
<NavigationProperty Name="ResourceCalendarExceptions" Relationship="PS.PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner" ToRole="ResourceCalendarExceptions" FromRole="ResourceCalendarExceptionsPartner"/> | |
<NavigationProperty Name="Self" Relationship="PS.PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner" ToRole="Self" FromRole="SelfPartner"/> | |
<NavigationProperty Name="TimesheetManager" Relationship="SP.PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner" ToRole="TimesheetManager" FromRole="TimesheetManagerPartner"/> | |
<NavigationProperty Name="User" Relationship="SP.PS_EnterpriseResource_User_SP_User_UserPartner" ToRole="User" FromRole="UserPartner"/> | |
</EntityType> | |
<EntityType Name="StatusAssignment"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualOvertime" Type="Edm.String"/> | |
<Property Name="ActualOvertimeMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Comments" Type="Edm.String"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsConfirmed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Overtime" Type="Edm.String"/> | |
<Property Name="OvertimeMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingOvertime" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="Project" Relationship="PS.PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner" ToRole="Project" FromRole="ProjectPartner"/> | |
<NavigationProperty Name="Resource" Relationship="PS.PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner" ToRole="Resource" FromRole="ResourcePartner"/> | |
<NavigationProperty Name="Task" Relationship="PS.PS_StatusAssignment_Task_PS_StatusTask_TaskPartner" ToRole="Task" FromRole="TaskPartner"/> | |
</EntityType> | |
<EntityType Name="Project" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ApprovedEnd" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ApprovedStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="CheckedOutDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="CheckOutDescription" Type="Edm.String"/> | |
<Property Name="CheckOutId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultOvertimeRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DefaultStandardRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="HasMppPendingImport" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsCheckedOut" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LastPublishedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LastSavedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="OptimizerDecision" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PlannerDecision" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProjectSiteUrl" Type="Edm.String"/> | |
<Property Name="ProjectType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SummaryTaskId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TaskListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
<NavigationProperty Name="CheckedOutBy" Relationship="SP.PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner" ToRole="CheckedOutBy" FromRole="CheckedOutByPartner"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="EnterpriseProjectType" Relationship="PS.PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner" ToRole="EnterpriseProjectType" FromRole="EnterpriseProjectTypePartner"/> | |
<NavigationProperty Name="Phase" Relationship="PS.PS_Project_Phase_PS_Phase_PhasePartner" ToRole="Phase" FromRole="PhasePartner"/> | |
<NavigationProperty Name="QueueJobs" Relationship="PS.PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner" ToRole="QueueJobs" FromRole="QueueJobsPartner"/> | |
<NavigationProperty Name="Stage" Relationship="PS.PS_Project_Stage_PS_Stage_StagePartner" ToRole="Stage" FromRole="StagePartner"/> | |
</EntityType> | |
<EntityType Name="EnterpriseProjectType"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ImageUrl" Type="Edm.String"/> | |
<Property Name="IsDefault" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsManaged" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProjectPlanTemplateId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WorkflowAssociationId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WorkflowAssociationName" Type="Edm.String"/> | |
<Property Name="WorkspaceTemplateName" Type="Edm.String"/> | |
<NavigationProperty Name="ProjectDetailPages" Relationship="PS.PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner" ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner"/> | |
</EntityType> | |
<EntityType Name="ProjectDetailPage"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PageType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Item" Relationship="SP.PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner" ToRole="Item" FromRole="ItemPartner"/> | |
</EntityType> | |
<EntityType Name="Phase"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<NavigationProperty Name="Stages" Relationship="PS.PS_Phase_Stages_PS_Stage_StagesPartner" ToRole="Stages" FromRole="StagesPartner"/> | |
</EntityType> | |
<EntityType Name="Stage"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Behavior" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CheckInRequired" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="SubmitDescription" Type="Edm.String"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="Phase" Relationship="PS.PS_Stage_Phase_PS_Phase_PhasePartner" ToRole="Phase" FromRole="PhasePartner"/> | |
<NavigationProperty Name="ProjectDetailPages" Relationship="PS.PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner" ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner"/> | |
<NavigationProperty Name="WorkflowStatusPage" Relationship="PS.PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner" ToRole="WorkflowStatusPage" FromRole="WorkflowStatusPagePartner"/> | |
</EntityType> | |
<EntityType Name="StageCustomField"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="Stage" Relationship="PS.PS_StageCustomField_Stage_PS_Stage_StagePartner" ToRole="Stage" FromRole="StagePartner"/> | |
</EntityType> | |
<EntityType Name="StageDetailPage"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Position" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RequiresAttention" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="Page" Relationship="PS.PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner" ToRole="Page" FromRole="PagePartner"/> | |
<NavigationProperty Name="Stage" Relationship="PS.PS_StageDetailPage_Stage_PS_Stage_StagePartner" ToRole="Stage" FromRole="StagePartner"/> | |
</EntityType> | |
<EntityType Name="QueueJob"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="JobState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MessageType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WaitMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WaitTime" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="Project" Relationship="PS.PS_QueueJob_Project_PS_Project_ProjectPartner" ToRole="Project" FromRole="ProjectPartner"/> | |
<NavigationProperty Name="Submitter" Relationship="SP.PS_QueueJob_Submitter_SP_User_SubmitterPartner" ToRole="Submitter" FromRole="SubmitterPartner"/> | |
</EntityType> | |
<EntityType Name="PublishedProject" BaseType="PS.Project"> | |
<Property Name="CalculateActualCosts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CalculatesActualCosts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CriticalSlackLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencyCode" Type="Edm.String"/> | |
<Property Name="CurrencyDigits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencyPosition" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencySymbol" Type="Edm.String"/> | |
<Property Name="CurrentDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DaysPerMonth" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="DefaultEffortDriven" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultEstimatedDuration" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultFinishTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultFixedCostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DefaultOvertimeRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultStandardRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultStartTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultTaskType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DefaultWorkFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EnterpriseProjectTypeId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="FinishDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="FiscalYearStartMonth" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="HonorConstraints" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsEnterpriseProject" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MinutesPerDay" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MinutesPerWeek" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MoveActualIfLater" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveActualToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveRemainingIfEarlier" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveRemainingToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MultipleCriticalPaths" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="NewTasksAreManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="NumberFiscalYearFromStart" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ProtectedActualsSynch" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ScheduledFromStart" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ShowEstimatedDurations" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SplitInProgress" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SpreadActualCostsToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SpreadPercentCompleteToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="StatusDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TrackingMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WeekStartDay" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="WinprojVersion" Type="Edm.Decimal" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Calendar" Relationship="PS.PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner" ToRole="Calendar" FromRole="CalendarPartner"/> | |
<NavigationProperty Name="Draft" Relationship="PS.PS_PublishedProject_Draft_PS_DraftProject_DraftPartner" ToRole="Draft" FromRole="DraftPartner"/> | |
<NavigationProperty Name="IncludeCustomFields" Relationship="PS.PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner" ToRole="IncludeCustomFields" FromRole="IncludeCustomFieldsPartner"/> | |
<NavigationProperty Name="Owner" Relationship="SP.PS_PublishedProject_Owner_SP_User_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="ProjectResources" Relationship="PS.PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner" ToRole="ProjectResources" FromRole="ProjectResourcesPartner"/> | |
<NavigationProperty Name="TaskLinks" Relationship="PS.PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner" ToRole="TaskLinks" FromRole="TaskLinksPartner"/> | |
<NavigationProperty Name="Tasks" Relationship="PS.PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner" ToRole="Tasks" FromRole="TasksPartner"/> | |
</EntityType> | |
<EntityType Name="PublishedAssignment" BaseType="PS.Assignment"> | |
<Property Name="ActualCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualOvertimeWork" Type="Edm.String"/> | |
<Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudgetedCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedWork" Type="Edm.String"/> | |
<Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Cost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Delay" Type="Edm.String"/> | |
<Property Name="DelayMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DelayTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsWorkResource" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingOvertimeWork" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ResourceCapacity" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="Owner" Relationship="SP.PS_PublishedAssignment_Owner_SP_User_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="Parent" Relationship="PS.PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="Resource" Relationship="PS.PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner" ToRole="Resource" FromRole="ResourcePartner"/> | |
<NavigationProperty Name="Task" Relationship="PS.PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner" ToRole="Task" FromRole="TaskPartner"/> | |
</EntityType> | |
<EntityType Name="PublishedProjectResource" BaseType="PS.ProjectResource"> | |
<Property Name="CanLevel" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Code" Type="Edm.String"/> | |
<Property Name="CostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CostCenter" Type="Edm.String"/> | |
<Property Name="CostPerUse" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Initials" Type="Edm.String"/> | |
<Property Name="MaterialLabel" Type="Edm.String"/> | |
<Property Name="MaximumCapacity" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OvertimeRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="OvertimeRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Phonetics" Type="Edm.String"/> | |
<Property Name="StandardRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="StandardRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="DefaultAssignmentOwner" Relationship="SP.PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner" ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner"/> | |
</EntityType> | |
<EntityType Name="Task" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualDuration" Type="Edm.String"/> | |
<Property Name="ActualDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BaselineCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BaselineDuration" Type="Edm.String"/> | |
<Property Name="BaselineDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BaselineDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BaselineFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="BaselineStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="BaselineWork" Type="Edm.String"/> | |
<Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudgetCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostPerformanceIndex" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CostVariancePercentage" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DurationVariance" Type="Edm.String"/> | |
<Property Name="DurationVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DurationVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="EarliestFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EarliestStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EstimateAtCompletion" Type="Edm.Double" Nullable="false"/> | |
<Property Name="FinishSlack" Type="Edm.String"/> | |
<Property Name="FinishSlackMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FinishSlackTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="FinishVariance" Type="Edm.String"/> | |
<Property Name="FinishVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FinishVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="FreeSlack" Type="Edm.String"/> | |
<Property Name="FreeSlackMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FreeSlackTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsCritical" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsExternalTask" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRecurring" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRecurringSummary" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRolledUp" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSubProject" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSubProjectReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSubProjectScheduledFromFinish" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsSummary" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LatestFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LatestStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="OutlinePosition" Type="Edm.String"/> | |
<Property Name="OvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PreLevelingFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="PreLevelingStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RemainingOvertimeWork" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Resume" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ScheduledDuration" Type="Edm.String"/> | |
<Property Name="ScheduledDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ScheduledDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ScheduledFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ScheduledStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="SchedulePerformanceIndex" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ScheduleVariancePercentage" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartSlack" Type="Edm.String"/> | |
<Property Name="StartSlackMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartSlackTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="StartVariance" Type="Edm.String"/> | |
<Property Name="StartVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Stop" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ToCompletePerformanceIndex" Type="Edm.Double" Nullable="false"/> | |
<Property Name="TotalSlack" Type="Edm.String"/> | |
<Property Name="TotalSlackMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalSlackTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="WorkBreakdownStructure" Type="Edm.String"/> | |
<Property Name="WorkVariance" Type="Edm.String"/> | |
<Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="SubProject" Relationship="PS.PS_Task_SubProject_PS_PublishedProject_SubProjectPartner" ToRole="SubProject" FromRole="SubProjectPartner"/> | |
</EntityType> | |
<EntityType Name="PublishedTask" BaseType="PS.Task"> | |
<Property Name="ActualCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualOvertimeWork" Type="Edm.String"/> | |
<Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="BudgetedCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetWork" Type="Edm.String"/> | |
<Property Name="BudgetWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BudgetWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Completion" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ConstraintStartEnd" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ConstraintType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Contact" Type="Edm.String"/> | |
<Property Name="Cost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Deadline" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="FixedCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsActive" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMarked" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMilestone" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingAdjustsAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingCanSplit" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingDelay" Type="Edm.String"/> | |
<Property Name="LevelingDelayMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LevelingDelayTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OutlineLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PercentPhysicalWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Priority" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingDuration" Type="Edm.String"/> | |
<Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TaskType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UsePercentPhysicalWorkComplete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Calendar" Relationship="PS.PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner" ToRole="Calendar" FromRole="CalendarPartner"/> | |
<NavigationProperty Name="Parent" Relationship="PS.PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="Predecessors" Relationship="PS.PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner" ToRole="Predecessors" FromRole="PredecessorsPartner"/> | |
<NavigationProperty Name="Successors" Relationship="PS.PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner" ToRole="Successors" FromRole="SuccessorsPartner"/> | |
</EntityType> | |
<EntityType Name="TaskLink" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="PublishedTaskLink" BaseType="PS.TaskLink"> | |
<Property Name="DependencyType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="End" Relationship="PS.PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner" ToRole="End" FromRole="EndPartner"/> | |
<NavigationProperty Name="Start" Relationship="PS.PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner" ToRole="Start" FromRole="StartPartner"/> | |
</EntityType> | |
<EntityType Name="DraftProject" BaseType="PS.Project"> | |
<Property Name="CalculateActualCosts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CalculatesActualCosts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CriticalSlackLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencyCode" Type="Edm.String"/> | |
<Property Name="CurrencyDigits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencyPosition" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrencySymbol" Type="Edm.String"/> | |
<Property Name="CurrentDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DaysPerMonth" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="DefaultEffortDriven" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultEstimatedDuration" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultFinishTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultFixedCostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DefaultOvertimeRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultStandardRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultStartTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="DefaultTaskType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DefaultWorkFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="FinishDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="FiscalYearStartMonth" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="HonorConstraints" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MinutesPerDay" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MinutesPerWeek" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MoveActualIfLater" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveActualToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveRemainingIfEarlier" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MoveRemainingToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MultipleCriticalPaths" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="NewTasksAreManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="NumberFiscalYearFromStart" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ProtectedActualsSynch" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ScheduledFromStart" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ShowEstimatedDurations" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SplitInProgress" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SpreadActualCostsToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SpreadPercentCompleteToStatus" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="StatusDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TrackingMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WeekStartDay" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="WinprojVersion" Type="Edm.Decimal" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Calendar" Relationship="PS.PS_DraftProject_Calendar_PS_Calendar_CalendarPartner" ToRole="Calendar" FromRole="CalendarPartner"/> | |
<NavigationProperty Name="IncludeCustomFields" Relationship="PS.PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner" ToRole="IncludeCustomFields" FromRole="IncludeCustomFieldsPartner"/> | |
<NavigationProperty Name="Owner" Relationship="SP.PS_DraftProject_Owner_SP_User_OwnerPartner" ToRole="Owner" FromRole="OwnerPartner"/> | |
<NavigationProperty Name="ProjectResources" Relationship="PS.PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner" ToRole="ProjectResources" FromRole="ProjectResourcesPartner"/> | |
<NavigationProperty Name="TaskLinks" Relationship="PS.PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner" ToRole="TaskLinks" FromRole="TaskLinksPartner"/> | |
<NavigationProperty Name="Tasks" Relationship="PS.PS_DraftProject_Tasks_PS_DraftTask_TasksPartner" ToRole="Tasks" FromRole="TasksPartner"/> | |
</EntityType> | |
<EntityType Name="DraftProjectResource" BaseType="PS.ProjectResource"> | |
<Property Name="CanLevel" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Code" Type="Edm.String"/> | |
<Property Name="CostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CostCenter" Type="Edm.String"/> | |
<Property Name="CostPerUse" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="Initials" Type="Edm.String"/> | |
<Property Name="MaterialLabel" Type="Edm.String"/> | |
<Property Name="MaximumCapacity" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OvertimeRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="OvertimeRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Phonetics" Type="Edm.String"/> | |
<Property Name="StandardRate" Type="Edm.Double" Nullable="false"/> | |
<Property Name="StandardRateUnits" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="DefaultAssignmentOwner" Relationship="SP.PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner" ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner"/> | |
</EntityType> | |
<EntityType Name="DraftTaskLink" BaseType="PS.TaskLink"> | |
<Property Name="DependencyType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EndId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="StartId" Type="Edm.Guid" Nullable="false"/> | |
<NavigationProperty Name="End" Relationship="PS.PS_DraftTaskLink_End_PS_DraftTask_EndPartner" ToRole="End" FromRole="EndPartner"/> | |
<NavigationProperty Name="Start" Relationship="PS.PS_DraftTaskLink_Start_PS_DraftTask_StartPartner" ToRole="Start" FromRole="StartPartner"/> | |
</EntityType> | |
<EntityType Name="DraftTask" BaseType="PS.Task"> | |
<Property Name="ActualCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ActualOvertimeWork" Type="Edm.String"/> | |
<Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ActualStart" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="AddAfterId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="BudgetedCostWorkPerformed" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false"/> | |
<Property Name="BudgetWork" Type="Edm.String"/> | |
<Property Name="BudgetWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BudgetWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Completion" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ConstraintStartEnd" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="ConstraintType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Contact" Type="Edm.String"/> | |
<Property Name="Cost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Deadline" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="FixedCost" Type="Edm.Double" Nullable="false"/> | |
<Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsActive" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMarked" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsMilestone" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingAdjustsAssignments" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingCanSplit" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LevelingDelay" Type="Edm.String"/> | |
<Property Name="LevelingDelayMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LevelingDelayTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="OutlineLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ParentId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PercentPhysicalWorkComplete" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Priority" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingDuration" Type="Edm.String"/> | |
<Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="TaskType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UsePercentPhysicalWorkComplete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Calendar" Relationship="PS.PS_DraftTask_Calendar_PS_Calendar_CalendarPartner" ToRole="Calendar" FromRole="CalendarPartner"/> | |
<NavigationProperty Name="Parent" Relationship="PS.PS_DraftTask_Parent_PS_DraftTask_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="Predecessors" Relationship="PS.PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner" ToRole="Predecessors" FromRole="PredecessorsPartner"/> | |
<NavigationProperty Name="Successors" Relationship="PS.PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner" ToRole="Successors" FromRole="SuccessorsPartner"/> | |
</EntityType> | |
<EntityType Name="StatusTask"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Deadline" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Overtime" Type="Edm.String"/> | |
<Property Name="OvertimeMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PercentComplete" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="PercentWorkComplete" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="PhysicalPercentComplete" Type="Edm.Int16" Nullable="false"/> | |
<Property Name="RegularWork" Type="Edm.String"/> | |
<Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingDuration" Type="Edm.String"/> | |
<Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingOvertime" Type="Edm.String"/> | |
<Property Name="RemainingOvertimeMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingOvertimeTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="RemainingWork" Type="Edm.String"/> | |
<Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Resume" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Work" Type="Edm.String"/> | |
<Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="EntityTypes"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="AssignmentEntity" Relationship="PS.PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner" ToRole="AssignmentEntity" FromRole="AssignmentEntityPartner"/> | |
<NavigationProperty Name="ProjectEntity" Relationship="PS.PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner" ToRole="ProjectEntity" FromRole="ProjectEntityPartner"/> | |
<NavigationProperty Name="ResourceEntity" Relationship="PS.PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner" ToRole="ResourceEntity" FromRole="ResourceEntityPartner"/> | |
<NavigationProperty Name="TaskEntity" Relationship="PS.PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner" ToRole="TaskEntity" FromRole="TaskEntityPartner"/> | |
</EntityType> | |
<EntityType Name="Event"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="EventName" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SourceName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="EventHandler"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AssemblyName" Type="Edm.String"/> | |
<Property Name="CancelOnError" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ClassName" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EndpointUrl" Type="Edm.String"/> | |
<Property Name="EventId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Event" Relationship="PS.PS_EventHandler_Event_PS_Event_EventPartner" ToRole="Event" FromRole="EventPartner"/> | |
</EntityType> | |
<EntityType Name="LookupCost" BaseType="PS.LookupEntry"> | |
<Property Name="Value" Type="Edm.Decimal" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupDate" BaseType="PS.LookupEntry"> | |
<Property Name="Value" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupDuration" BaseType="PS.LookupEntry"> | |
<Property Name="Value" Type="Edm.String"/> | |
<Property Name="ValueMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ValueTimeSpan" Type="Edm.Time" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupNumber" BaseType="PS.LookupEntry"> | |
<Property Name="Value" Type="Edm.Decimal" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LookupText" BaseType="PS.LookupEntry"> | |
<Property Name="HasChildren" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Mask" Type="PS.LookupMask"/> | |
<Property Name="Value" Type="Edm.String"/> | |
<NavigationProperty Name="Parent" Relationship="PS.PS_LookupText_Parent_PS_LookupText_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
</EntityType> | |
<EntityType Name="PlanAssignment"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="BookingType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CanLevel" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Code" Type="Edm.String"/> | |
<Property Name="CostCenter" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="Group" Type="Edm.String"/> | |
<Property Name="HireDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsTeam" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Phonetics" Type="Edm.String"/> | |
<Property Name="ResourceType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TerminationDate" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="Intervals" Relationship="PS.PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner" ToRole="Intervals" FromRole="IntervalsPartner"/> | |
<NavigationProperty Name="Resource" Relationship="PS.PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner" ToRole="Resource" FromRole="ResourcePartner"/> | |
</EntityType> | |
<EntityType Name="PlanAssignmentInterval"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Duration" Type="Edm.String"/> | |
<Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="End" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ProjectServerData"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ProjectServer"> | |
<Key> | |
<PropertyRef Name="IsDelegate"/> | |
</Key> | |
<Property Name="IsDelegate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="Calendars" Relationship="PS.PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner" ToRole="Calendars" FromRole="CalendarsPartner"/> | |
<NavigationProperty Name="CustomFields" Relationship="PS.PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner" ToRole="CustomFields" FromRole="CustomFieldsPartner"/> | |
<NavigationProperty Name="EnterpriseProjectTypes" Relationship="PS.PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner" ToRole="EnterpriseProjectTypes" FromRole="EnterpriseProjectTypesPartner"/> | |
<NavigationProperty Name="EnterpriseResources" Relationship="PS.PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner" ToRole="EnterpriseResources" FromRole="EnterpriseResourcesPartner"/> | |
<NavigationProperty Name="EntityTypes" Relationship="PS.PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner" ToRole="EntityTypes" FromRole="EntityTypesPartner"/> | |
<NavigationProperty Name="EventHandlers" Relationship="PS.PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner" ToRole="EventHandlers" FromRole="EventHandlersPartner"/> | |
<NavigationProperty Name="Events" Relationship="PS.PS_ProjectServer_Events_PS_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="LookupTables" Relationship="PS.PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner" ToRole="LookupTables" FromRole="LookupTablesPartner"/> | |
<NavigationProperty Name="Phases" Relationship="PS.PS_ProjectServer_Phases_PS_Phase_PhasesPartner" ToRole="Phases" FromRole="PhasesPartner"/> | |
<NavigationProperty Name="ProjectDetailPages" Relationship="PS.PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner" ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner"/> | |
<NavigationProperty Name="Projects" Relationship="PS.PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner" ToRole="Projects" FromRole="ProjectsPartner"/> | |
<NavigationProperty Name="Stages" Relationship="PS.PS_ProjectServer_Stages_PS_Stage_StagesPartner" ToRole="Stages" FromRole="StagesPartner"/> | |
<NavigationProperty Name="TimeSheetPeriods" Relationship="PS.PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner" ToRole="TimeSheetPeriods" FromRole="TimeSheetPeriodsPartner"/> | |
<NavigationProperty Name="WorkflowActivities" Relationship="PS.PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner" ToRole="WorkflowActivities" FromRole="WorkflowActivitiesPartner"/> | |
<NavigationProperty Name="WorkflowDesigner" Relationship="PS.PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner" ToRole="WorkflowDesigner" FromRole="WorkflowDesignerPartner"/> | |
</EntityType> | |
<EntityType Name="TimeSheetPeriod"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="End" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="TimeSheet" Relationship="PS.PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner" ToRole="TimeSheet" FromRole="TimeSheetPartner"/> | |
</EntityType> | |
<EntityType Name="TimeSheet"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Comments" Type="Edm.String"/> | |
<Property Name="EntryMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsControlledByOwner" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsProcessed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalActualWork" Type="Edm.String"/> | |
<Property Name="TotalActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="TotalNonBillableOvertimeWork" Type="Edm.String"/> | |
<Property Name="TotalNonBillableOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalNonBillableOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="TotalNonBillableWork" Type="Edm.String"/> | |
<Property Name="TotalNonBillableWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalNonBillableWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="TotalOvertimeWork" Type="Edm.String"/> | |
<Property Name="TotalOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="TotalWork" Type="Edm.String"/> | |
<Property Name="TotalWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="WeekStartsOn" Type="Edm.Byte" Nullable="false"/> | |
<NavigationProperty Name="Creator" Relationship="SP.PS_TimeSheet_Creator_SP_User_CreatorPartner" ToRole="Creator" FromRole="CreatorPartner"/> | |
<NavigationProperty Name="Lines" Relationship="PS.PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner" ToRole="Lines" FromRole="LinesPartner"/> | |
<NavigationProperty Name="Manager" Relationship="SP.PS_TimeSheet_Manager_SP_User_ManagerPartner" ToRole="Manager" FromRole="ManagerPartner"/> | |
<NavigationProperty Name="Period" Relationship="PS.PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner" ToRole="Period" FromRole="PeriodPartner"/> | |
</EntityType> | |
<EntityType Name="TimeSheetLine"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Comment" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LineClass" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProjectName" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TaskName" Type="Edm.String"/> | |
<Property Name="TotalWork" Type="Edm.String"/> | |
<Property Name="TotalWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="ValidationType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Assignment" Relationship="PS.PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner" ToRole="Assignment" FromRole="AssignmentPartner"/> | |
<NavigationProperty Name="TimeSheet" Relationship="PS.PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner" ToRole="TimeSheet" FromRole="TimeSheetPartner"/> | |
<NavigationProperty Name="Work" Relationship="PS.PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner" ToRole="Work" FromRole="WorkPartner"/> | |
</EntityType> | |
<EntityType Name="TimeSheetWork"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="ActualWork" Type="Edm.String"/> | |
<Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Comment" Type="Edm.String"/> | |
<Property Name="End" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="NonBillableOvertimeWork" Type="Edm.String"/> | |
<Property Name="NonBillableOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NonBillableOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="NonBillableWork" Type="Edm.String"/> | |
<Property Name="NonBillableWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="NonBillableWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="OvertimeWork" Type="Edm.String"/> | |
<Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="PlannedWork" Type="Edm.String"/> | |
<Property Name="PlannedWorkMilliseconds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PlannedWorkTimeSpan" Type="Edm.Time" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WorkflowActivities"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WorkflowDesigner"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Fields" Relationship="PS.PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner" ToRole="Fields" FromRole="FieldsPartner"/> | |
</EntityType> | |
<EntityType Name="WorkflowDesignerField"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.String" Nullable="false"/> | |
<Property Name="IsLookupField" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SPFieldType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="LookupEntries" Relationship="PS.PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner" ToRole="LookupEntries" FromRole="LookupEntriesPartner"/> | |
</EntityType> | |
<EntityType Name="ResourceCalendarException" BaseType="PS.CalendarException"/> | |
<EntityType Name="ResourcePlan"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Finish" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="UtilizationDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="UtilizationType" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
</EntityType> | |
<EntityType Name="ServiceStatus"> | |
<Key> | |
<PropertyRef Name="IsDelegate"/> | |
</Key> | |
<Property Name="IsDelegate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TimePhase"> | |
<Key> | |
<PropertyRef Name="End"/> | |
</Key> | |
<Property Name="End" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Start" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="PS.PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
</EntityType> | |
<Association Name="PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.Assignment" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_CustomField_EntityType_PS_EntityType_EntityTypePartner"> | |
<End Type="PS.EntityType" Role="EntityType" Multiplicity="0..1"/> | |
<End Type="PS.CustomField" Role="EntityTypePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"> | |
<End Type="PS.LookupEntry" Role="LookupEntries" Multiplicity="*"/> | |
<End Type="PS.CustomField" Role="LookupEntriesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner"> | |
<End Type="PS.LookupTable" Role="LookupTable" Multiplicity="0..1"/> | |
<End Type="PS.CustomField" Role="LookupTablePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner"> | |
<End Type="PS.LookupEntry" Role="Entries" Multiplicity="*"/> | |
<End Type="PS.LookupTable" Role="EntriesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_CalendarException_Calendar_PS_Calendar_CalendarPartner"> | |
<End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1"/> | |
<End Type="PS.CalendarException" Role="CalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner"> | |
<End Type="PS.CalendarException" Role="BaseCalendarExceptions" Multiplicity="*"/> | |
<End Type="PS.Calendar" Role="BaseCalendarExceptionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner"> | |
<End Type="PS.DraftAssignment" Role="Parent" Multiplicity="0..1"/> | |
<End Type="PS.DraftAssignment" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner"> | |
<End Type="PS.DraftProjectResource" Role="Resource" Multiplicity="0..1"/> | |
<End Type="PS.DraftAssignment" Role="ResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftAssignment_Task_PS_DraftTask_TaskPartner"> | |
<End Type="PS.DraftTask" Role="Task" Multiplicity="0..1"/> | |
<End Type="PS.DraftAssignment" Role="TaskPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.ProjectResource" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner"> | |
<End Type="PS.EnterpriseResource" Role="EnterpriseResource" Multiplicity="0..1"/> | |
<End Type="PS.ProjectResource" Role="EnterpriseResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner"> | |
<End Type="PS.StatusAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.EnterpriseResource" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner"> | |
<End Type="PS.Calendar" Role="BaseCalendar" Multiplicity="0..1"/> | |
<End Type="PS.EnterpriseResource" Role="BaseCalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.EnterpriseResource" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner"> | |
<End Type="PS.CalendarException" Role="ResourceCalendarExceptions" Multiplicity="*"/> | |
<End Type="PS.EnterpriseResource" Role="ResourceCalendarExceptionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner"> | |
<End Type="PS.EnterpriseResource" Role="Self" Multiplicity="0..1"/> | |
<End Type="PS.EnterpriseResource" Role="SelfPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.StatusAssignment" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner"> | |
<End Type="PS.PublishedProject" Role="Project" Multiplicity="0..1"/> | |
<End Type="PS.StatusAssignment" Role="ProjectPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner"> | |
<End Type="PS.EnterpriseResource" Role="Resource" Multiplicity="0..1"/> | |
<End Type="PS.StatusAssignment" Role="ResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StatusAssignment_Task_PS_StatusTask_TaskPartner"> | |
<End Type="PS.StatusTask" Role="Task" Multiplicity="0..1"/> | |
<End Type="PS.StatusAssignment" Role="TaskPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.Project" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner"> | |
<End Type="PS.EnterpriseProjectType" Role="EnterpriseProjectType" Multiplicity="0..1"/> | |
<End Type="PS.Project" Role="EnterpriseProjectTypePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_Phase_PS_Phase_PhasePartner"> | |
<End Type="PS.Phase" Role="Phase" Multiplicity="0..1"/> | |
<End Type="PS.Project" Role="PhasePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner"> | |
<End Type="PS.QueueJob" Role="QueueJobs" Multiplicity="*"/> | |
<End Type="PS.Project" Role="QueueJobsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Project_Stage_PS_Stage_StagePartner"> | |
<End Type="PS.Stage" Role="Stage" Multiplicity="0..1"/> | |
<End Type="PS.Project" Role="StagePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"> | |
<End Type="PS.ProjectDetailPage" Role="ProjectDetailPages" Multiplicity="*"/> | |
<End Type="PS.EnterpriseProjectType" Role="ProjectDetailPagesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Phase_Stages_PS_Stage_StagesPartner"> | |
<End Type="PS.Stage" Role="Stages" Multiplicity="*"/> | |
<End Type="PS.Phase" Role="StagesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner"> | |
<End Type="PS.StageCustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.Stage" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Stage_Phase_PS_Phase_PhasePartner"> | |
<End Type="PS.Phase" Role="Phase" Multiplicity="0..1"/> | |
<End Type="PS.Stage" Role="PhasePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner"> | |
<End Type="PS.StageDetailPage" Role="ProjectDetailPages" Multiplicity="*"/> | |
<End Type="PS.Stage" Role="ProjectDetailPagesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner"> | |
<End Type="PS.ProjectDetailPage" Role="WorkflowStatusPage" Multiplicity="0..1"/> | |
<End Type="PS.Stage" Role="WorkflowStatusPagePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StageCustomField_Stage_PS_Stage_StagePartner"> | |
<End Type="PS.Stage" Role="Stage" Multiplicity="0..1"/> | |
<End Type="PS.StageCustomField" Role="StagePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner"> | |
<End Type="PS.ProjectDetailPage" Role="Page" Multiplicity="0..1"/> | |
<End Type="PS.StageDetailPage" Role="PagePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_StageDetailPage_Stage_PS_Stage_StagePartner"> | |
<End Type="PS.Stage" Role="Stage" Multiplicity="0..1"/> | |
<End Type="PS.StageDetailPage" Role="StagePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_QueueJob_Project_PS_Project_ProjectPartner"> | |
<End Type="PS.Project" Role="Project" Multiplicity="0..1"/> | |
<End Type="PS.QueueJob" Role="ProjectPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.PublishedProject" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner"> | |
<End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1"/> | |
<End Type="PS.PublishedProject" Role="CalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_Draft_PS_DraftProject_DraftPartner"> | |
<End Type="PS.DraftProject" Role="Draft" Multiplicity="0..1"/> | |
<End Type="PS.PublishedProject" Role="DraftPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner"> | |
<End Type="PS.PublishedProject" Role="IncludeCustomFields" Multiplicity="0..1"/> | |
<End Type="PS.PublishedProject" Role="IncludeCustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner"> | |
<End Type="PS.PublishedProjectResource" Role="ProjectResources" Multiplicity="*"/> | |
<End Type="PS.PublishedProject" Role="ProjectResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner"> | |
<End Type="PS.PublishedTaskLink" Role="TaskLinks" Multiplicity="*"/> | |
<End Type="PS.PublishedProject" Role="TaskLinksPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner"> | |
<End Type="PS.PublishedTask" Role="Tasks" Multiplicity="*"/> | |
<End Type="PS.PublishedProject" Role="TasksPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner"> | |
<End Type="PS.PublishedAssignment" Role="Parent" Multiplicity="0..1"/> | |
<End Type="PS.PublishedAssignment" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner"> | |
<End Type="PS.PublishedProjectResource" Role="Resource" Multiplicity="0..1"/> | |
<End Type="PS.PublishedAssignment" Role="ResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner"> | |
<End Type="PS.PublishedTask" Role="Task" Multiplicity="0..1"/> | |
<End Type="PS.PublishedAssignment" Role="TaskPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.PublishedProjectResource" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.Task" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_Task_SubProject_PS_PublishedProject_SubProjectPartner"> | |
<End Type="PS.PublishedProject" Role="SubProject" Multiplicity="0..1"/> | |
<End Type="PS.Task" Role="SubProjectPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner"> | |
<End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.PublishedTask" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner"> | |
<End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1"/> | |
<End Type="PS.PublishedTask" Role="CalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner"> | |
<End Type="PS.PublishedTask" Role="Parent" Multiplicity="0..1"/> | |
<End Type="PS.PublishedTask" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner"> | |
<End Type="PS.PublishedTaskLink" Role="Predecessors" Multiplicity="*"/> | |
<End Type="PS.PublishedTask" Role="PredecessorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner"> | |
<End Type="PS.PublishedTaskLink" Role="Successors" Multiplicity="*"/> | |
<End Type="PS.PublishedTask" Role="SuccessorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner"> | |
<End Type="PS.PublishedTask" Role="End" Multiplicity="0..1"/> | |
<End Type="PS.PublishedTaskLink" Role="EndPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner"> | |
<End Type="PS.PublishedTask" Role="Start" Multiplicity="0..1"/> | |
<End Type="PS.PublishedTaskLink" Role="StartPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.DraftProject" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_Calendar_PS_Calendar_CalendarPartner"> | |
<End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1"/> | |
<End Type="PS.DraftProject" Role="CalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner"> | |
<End Type="PS.DraftProject" Role="IncludeCustomFields" Multiplicity="0..1"/> | |
<End Type="PS.DraftProject" Role="IncludeCustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner"> | |
<End Type="PS.DraftProjectResource" Role="ProjectResources" Multiplicity="*"/> | |
<End Type="PS.DraftProject" Role="ProjectResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner"> | |
<End Type="PS.DraftTaskLink" Role="TaskLinks" Multiplicity="*"/> | |
<End Type="PS.DraftProject" Role="TaskLinksPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProject_Tasks_PS_DraftTask_TasksPartner"> | |
<End Type="PS.DraftTask" Role="Tasks" Multiplicity="*"/> | |
<End Type="PS.DraftProject" Role="TasksPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.DraftProjectResource" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTaskLink_End_PS_DraftTask_EndPartner"> | |
<End Type="PS.DraftTask" Role="End" Multiplicity="0..1"/> | |
<End Type="PS.DraftTaskLink" Role="EndPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTaskLink_Start_PS_DraftTask_StartPartner"> | |
<End Type="PS.DraftTask" Role="Start" Multiplicity="0..1"/> | |
<End Type="PS.DraftTaskLink" Role="StartPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner"> | |
<End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.DraftTask" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTask_Calendar_PS_Calendar_CalendarPartner"> | |
<End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1"/> | |
<End Type="PS.DraftTask" Role="CalendarPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTask_Parent_PS_DraftTask_ParentPartner"> | |
<End Type="PS.DraftTask" Role="Parent" Multiplicity="0..1"/> | |
<End Type="PS.DraftTask" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner"> | |
<End Type="PS.DraftTaskLink" Role="Predecessors" Multiplicity="*"/> | |
<End Type="PS.DraftTask" Role="PredecessorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner"> | |
<End Type="PS.DraftTaskLink" Role="Successors" Multiplicity="*"/> | |
<End Type="PS.DraftTask" Role="SuccessorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner"> | |
<End Type="PS.EntityType" Role="AssignmentEntity" Multiplicity="0..1"/> | |
<End Type="PS.EntityTypes" Role="AssignmentEntityPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner"> | |
<End Type="PS.EntityType" Role="ProjectEntity" Multiplicity="0..1"/> | |
<End Type="PS.EntityTypes" Role="ProjectEntityPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner"> | |
<End Type="PS.EntityType" Role="ResourceEntity" Multiplicity="0..1"/> | |
<End Type="PS.EntityTypes" Role="ResourceEntityPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner"> | |
<End Type="PS.EntityType" Role="TaskEntity" Multiplicity="0..1"/> | |
<End Type="PS.EntityTypes" Role="TaskEntityPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_EventHandler_Event_PS_Event_EventPartner"> | |
<End Type="PS.Event" Role="Event" Multiplicity="0..1"/> | |
<End Type="PS.EventHandler" Role="EventPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_LookupText_Parent_PS_LookupText_ParentPartner"> | |
<End Type="PS.LookupText" Role="Parent" Multiplicity="0..1"/> | |
<End Type="PS.LookupText" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.PlanAssignment" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner"> | |
<End Type="PS.PlanAssignmentInterval" Role="Intervals" Multiplicity="*"/> | |
<End Type="PS.PlanAssignment" Role="IntervalsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner"> | |
<End Type="PS.EnterpriseResource" Role="Resource" Multiplicity="0..1"/> | |
<End Type="PS.PlanAssignment" Role="ResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner"> | |
<End Type="PS.Calendar" Role="Calendars" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="CalendarsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner"> | |
<End Type="PS.CustomField" Role="CustomFields" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="CustomFieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner"> | |
<End Type="PS.EnterpriseProjectType" Role="EnterpriseProjectTypes" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="EnterpriseProjectTypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner"> | |
<End Type="PS.EnterpriseResource" Role="EnterpriseResources" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="EnterpriseResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner"> | |
<End Type="PS.EntityTypes" Role="EntityTypes" Multiplicity="0..1"/> | |
<End Type="PS.ProjectServer" Role="EntityTypesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner"> | |
<End Type="PS.EventHandler" Role="EventHandlers" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="EventHandlersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_Events_PS_Event_EventsPartner"> | |
<End Type="PS.Event" Role="Events" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner"> | |
<End Type="PS.LookupTable" Role="LookupTables" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="LookupTablesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_Phases_PS_Phase_PhasesPartner"> | |
<End Type="PS.Phase" Role="Phases" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="PhasesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"> | |
<End Type="PS.ProjectDetailPage" Role="ProjectDetailPages" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="ProjectDetailPagesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner"> | |
<End Type="PS.PublishedProject" Role="Projects" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="ProjectsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_Stages_PS_Stage_StagesPartner"> | |
<End Type="PS.Stage" Role="Stages" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="StagesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner"> | |
<End Type="PS.TimeSheetPeriod" Role="TimeSheetPeriods" Multiplicity="*"/> | |
<End Type="PS.ProjectServer" Role="TimeSheetPeriodsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner"> | |
<End Type="PS.WorkflowActivities" Role="WorkflowActivities" Multiplicity="0..1"/> | |
<End Type="PS.ProjectServer" Role="WorkflowActivitiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner"> | |
<End Type="PS.WorkflowDesigner" Role="WorkflowDesigner" Multiplicity="0..1"/> | |
<End Type="PS.ProjectServer" Role="WorkflowDesignerPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner"> | |
<End Type="PS.TimeSheet" Role="TimeSheet" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheetPeriod" Role="TimeSheetPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner"> | |
<End Type="PS.TimeSheetLine" Role="Lines" Multiplicity="*"/> | |
<End Type="PS.TimeSheet" Role="LinesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner"> | |
<End Type="PS.TimeSheetPeriod" Role="Period" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheet" Role="PeriodPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner"> | |
<End Type="PS.PublishedAssignment" Role="Assignment" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheetLine" Role="AssignmentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner"> | |
<End Type="PS.TimeSheet" Role="TimeSheet" Multiplicity="0..1"/> | |
<End Type="PS.TimeSheetLine" Role="TimeSheetPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner"> | |
<End Type="PS.TimeSheetWork" Role="Work" Multiplicity="*"/> | |
<End Type="PS.TimeSheetLine" Role="WorkPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner"> | |
<End Type="PS.WorkflowDesignerField" Role="Fields" Multiplicity="*"/> | |
<End Type="PS.WorkflowDesigner" Role="FieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"> | |
<End Type="PS.LookupEntry" Role="LookupEntries" Multiplicity="*"/> | |
<End Type="PS.WorkflowDesignerField" Role="LookupEntriesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner"> | |
<End Type="PS.PlanAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.ResourcePlan" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner"> | |
<End Type="PS.StatusAssignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="PS.TimePhase" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="Microsoft.Office.Education.QuizOM" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="FillInBlankCorrectResponse"> | |
<Property Name="BlankId" Type="Edm.String"/> | |
<Property Name="Options" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Response" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="FillInBlankPromptItem"> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="Kind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Text" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="GradedQuestionBlank"> | |
<Property Name="AnswerOptions" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BlankId" Type="Edm.String"/> | |
<Property Name="CorrectResponse" Type="Edm.String"/> | |
<Property Name="ResponseGradingResult" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ResponseGradingStatus" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserResponse" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="GradedQuestion"> | |
<Property Name="Feedback" Type="Edm.String"/> | |
<Property Name="GradedBlanks" Type="Collection(Microsoft.Office.Education.QuizOM.GradedQuestionBlank)"/> | |
<Property Name="GradedChoices" Type="Collection(Microsoft.Office.Education.QuizOM.GradedQuizChoice)"/> | |
<Property Name="GradingResult" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="GradingStatus" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Points" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PossiblePoints" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuestionId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="GradedQuizChoice"> | |
<Property Name="ChoiceId" Type="Edm.String"/> | |
<Property Name="IsChoiceCorrect" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="WasChoiceSelected" Type="Edm.Boolean" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="QuestionKey"> | |
<Property Name="CorrectChoiceIds" Type="Collection(Edm.String)"/> | |
<Property Name="CorrectFillInBlankResponses" Type="Collection(Microsoft.Office.Education.QuizOM.FillInBlankCorrectResponse)"/> | |
<Property Name="CorrectResponseFeedback" Type="Edm.String"/> | |
<Property Name="IncorrectResponseFeedback" Type="Edm.String"/> | |
<Property Name="QuestionId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="Question"> | |
<Property Name="AllowMultipleBlanks" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowMultipleSelection" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Choices" Type="Collection(Microsoft.Office.Education.QuizOM.QuizChoice)"/> | |
<Property Name="ColumnLabels" Type="Collection(Edm.String)"/> | |
<Property Name="Columns" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Difficulty" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="HasNotApplicableColumn" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Hint" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsTrueFalseQuestion" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Keywords" Type="Edm.String"/> | |
<Property Name="MaxChars" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MaxColumnValue" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MinColumnValue" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PossiblePoints" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Prompt" Type="Edm.String"/> | |
<Property Name="PromptAsSafeHtml" Type="Edm.String"/> | |
<Property Name="PromptsAndBlanks" Type="Collection(Microsoft.Office.Education.QuizOM.FillInBlankPromptItem)"/> | |
<Property Name="QuestionKind" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ResponseOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Rows" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QuizChoice"> | |
<Property Name="Id" Type="Edm.String"/> | |
<Property Name="Text" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QuizInfo"> | |
<Property Name="CountQuestions" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ExternalLink" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="LastModified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="MaxAttempts" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PossiblePoints" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="QuizMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ResponseDataItemDetail"> | |
<Property Name="Points" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuestionId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Response" Type="Edm.String"/> | |
<Property Name="Result" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="ResponseDataItem"> | |
<Property Name="AttemptNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Details" Type="Collection(Microsoft.Office.Education.QuizOM.ResponseDataItemDetail)"/> | |
<Property Name="TotalPointsForGradedQuestions" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="UserResponseInfo"> | |
<Property Name="AttemptNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsComplete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ResponseDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="GradedResponse"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AreAllQuestionsGraded" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Questions" Type="Collection(Microsoft.Office.Education.QuizOM.GradedQuestion)"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalPointsForGradedQuestions" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="GradingKey"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="QuestionKeys" Type="Collection(Microsoft.Office.Education.QuizOM.QuestionKey)"/> | |
</EntityType> | |
<EntityType Name="Quiz"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AnonymousResponses" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Questions" Type="Collection(Microsoft.Office.Education.QuizOM.Question)"/> | |
<Property Name="ExternalLink" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Keywords" Type="Edm.String"/> | |
<Property Name="LastModified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="MaxAttempts" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizTakers" Type="Edm.String"/> | |
<Property Name="ShowHints" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="QuizUtilities" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="UserResponse"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AttemptNumber" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsComplete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ResponseDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Responses" Type="Collection(SP.KeyValue)"/> | |
<NavigationProperty Name="User" Relationship="SP.Microsoft_Office_Education_QuizOM_UserResponse_User_SP_User_UserPartner" ToRole="User" FromRole="UserPartner"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Client.Search.Query" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="PersonalResultSuggestion"> | |
<Property Name="HighlightedTitle" Type="Edm.String"/> | |
<Property Name="IsBestBet" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QueryPropertyValue"> | |
<Property Name="BoolVal" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IntVal" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QueryPropertyValueTypeIndex" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StrArray" Type="Collection(Edm.String)"/> | |
<Property Name="StrVal" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QuerySuggestionQuery"> | |
<Property Name="IsPersonal" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Query" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QuerySuggestionResults"> | |
<Property Name="PeopleNames" Type="Collection(Edm.String)"/> | |
<Property Name="PersonalResults" Type="Collection(Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion)"/> | |
<Property Name="Queries" Type="Collection(Microsoft.SharePoint.Client.Search.Query.QuerySuggestionQuery)"/> | |
</ComplexType> | |
<ComplexType Name="ReorderingRule"> | |
<Property Name="Boost" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MatchType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="MatchValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="Sort"> | |
<Property Name="Direction" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Property" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="ResultTableCollection"> | |
<Property Name="ElapsedTime" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="QueryId" Type="Edm.String"/> | |
<Property Name="SpellingSuggestion" Type="Edm.String"/> | |
<Property Name="TriggeredRules" Type="Collection(Edm.Guid)" Nullable="false"/> | |
<Property Name="ResultTables" Type="Collection(Microsoft.SharePoint.Client.Search.Query.ResultTable)"/> | |
</ComplexType> | |
<ComplexType Name="ResultTable"> | |
<Property Name="GroupTemplateId" Type="Edm.String"/> | |
<Property Name="ItemTemplateId" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="QueryId" Type="Edm.String"/> | |
<Property Name="QueryRuleId" Type="Edm.String"/> | |
<Property Name="ResultTitle" Type="Edm.String"/> | |
<Property Name="ResultTitleUrl" Type="Edm.String"/> | |
<Property Name="RowCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TableType" Type="Edm.String"/> | |
<Property Name="TotalRows" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalRowsIncludingDuplicates" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="PopularQuery"> | |
<Property Name="ClickCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LCID" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QueryCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QueryText" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="StringCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<EntityType Name="QueryPersonalizationData"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="RankingLabeling"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ReorderingRuleCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(Microsoft.SharePoint.Client.Search.Query.ReorderingRule)"/> | |
</EntityType> | |
<EntityType Name="SortCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(Microsoft.SharePoint.Client.Search.Query.Sort)"/> | |
</EntityType> | |
<EntityType Name="KeywordQueryProperties"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Query" Abstract="true"> | |
<Key> | |
<PropertyRef Name="BlockDedupeMode"/> | |
</Key> | |
<Property Name="BlockDedupeMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BypassResultTypes" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ClientType" Type="Edm.String"/> | |
<Property Name="Culture" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DesiredSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EnableInterleaving" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableNicknames" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableOrderingHitHighlightedProperty" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnablePhonetic" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableQueryRules" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableStemming" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GenerateBlockRankLog" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HitHighlightedMultivaluePropertyLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IgnoreSafeQueryPropertiesTemplateUrl" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ImpressionID" Type="Edm.String"/> | |
<Property Name="MaxSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ProcessBestBets" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ProcessPersonalFavorites" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="QueryTag" Type="Edm.String"/> | |
<Property Name="QueryTemplate" Type="Edm.String"/> | |
<Property Name="QueryTemplateParameters" Type="Collection(SP.KeyValue)"/> | |
<Property Name="QueryText" Type="Edm.String"/> | |
<Property Name="RankingModelId" Type="Edm.String"/> | |
<Property Name="ResultsUrl" Type="Edm.String"/> | |
<Property Name="RowLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RowsPerPage" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SafeQueryPropertiesTemplateUrl" Type="Edm.String"/> | |
<Property Name="ShowPeopleNameSuggestions" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SourceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="StartRow" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SummaryLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Timeout" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalRowsExactMinimum" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TrimDuplicates" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="UILanguage" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="HitHighlightedProperties" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_Query_HitHighlightedProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_HitHighlightedPropertiesPartner" ToRole="HitHighlightedProperties" FromRole="HitHighlightedPropertiesPartner"/> | |
<NavigationProperty Name="PersonalizationData" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_Query_PersonalizationData_Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData_PersonalizationDataPartner" ToRole="PersonalizationData" FromRole="PersonalizationDataPartner"/> | |
</EntityType> | |
<EntityType Name="KeywordQuery" BaseType="Microsoft.SharePoint.Client.Search.Query.Query"> | |
<Property Name="CollapseSpecification" Type="Edm.String"/> | |
<Property Name="EnableSorting" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HiddenConstraints" Type="Edm.String"/> | |
<Property Name="Refiners" Type="Edm.String"/> | |
<Property Name="TrimDuplicatesIncludeId" Type="Edm.Int64" Nullable="false"/> | |
<NavigationProperty Name="Properties" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_Properties_Microsoft_SharePoint_Client_Search_Query_KeywordQueryProperties_PropertiesPartner" ToRole="Properties" FromRole="PropertiesPartner"/> | |
<NavigationProperty Name="RefinementFilters" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_RefinementFilters_Microsoft_SharePoint_Client_Search_Query_StringCollection_RefinementFiltersPartner" ToRole="RefinementFilters" FromRole="RefinementFiltersPartner"/> | |
<NavigationProperty Name="ReorderingRules" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_ReorderingRules_Microsoft_SharePoint_Client_Search_Query_ReorderingRuleCollection_ReorderingRulesPartner" ToRole="ReorderingRules" FromRole="ReorderingRulesPartner"/> | |
<NavigationProperty Name="SelectProperties" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SelectProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_SelectPropertiesPartner" ToRole="SelectProperties" FromRole="SelectPropertiesPartner"/> | |
<NavigationProperty Name="SortList" Relationship="Microsoft.SharePoint.Client.Search.Query.Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SortList_Microsoft_SharePoint_Client_Search_Query_SortCollection_SortListPartner" ToRole="SortList" FromRole="SortListPartner"/> | |
</EntityType> | |
<EntityType Name="SearchExecutor"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_Query_HitHighlightedProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_HitHighlightedPropertiesPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.StringCollection" Role="HitHighlightedProperties" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.Query" Role="HitHighlightedPropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_Query_PersonalizationData_Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData_PersonalizationDataPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.QueryPersonalizationData" Role="PersonalizationData" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.Query" Role="PersonalizationDataPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_Properties_Microsoft_SharePoint_Client_Search_Query_KeywordQueryProperties_PropertiesPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties" Role="Properties" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" Role="PropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_RefinementFilters_Microsoft_SharePoint_Client_Search_Query_StringCollection_RefinementFiltersPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.StringCollection" Role="RefinementFilters" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" Role="RefinementFiltersPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_ReorderingRules_Microsoft_SharePoint_Client_Search_Query_ReorderingRuleCollection_ReorderingRulesPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection" Role="ReorderingRules" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" Role="ReorderingRulesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SelectProperties_Microsoft_SharePoint_Client_Search_Query_StringCollection_SelectPropertiesPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.StringCollection" Role="SelectProperties" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" Role="SelectPropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="Microsoft_SharePoint_Client_Search_Query_KeywordQuery_SortList_Microsoft_SharePoint_Client_Search_Query_SortCollection_SortListPartner"> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.SortCollection" Role="SortList" Multiplicity="0..1"/> | |
<End Type="Microsoft.SharePoint.Client.Search.Query.KeywordQuery" Role="SortListPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="Microsoft.Office.Server.Search.REST" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="CustomResult"> | |
<Property Name="GroupTemplateId" Type="Edm.String"/> | |
<Property Name="ItemTemplateId" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="ResultTitle" Type="Edm.String"/> | |
<Property Name="ResultTitleUrl" Type="Edm.String"/> | |
<Property Name="Table" Type="SP.SimpleDataTable"/> | |
<Property Name="TableType" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="QueryProperty"> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Value" Type="Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue"/> | |
</ComplexType> | |
<ComplexType Name="QueryResult"> | |
<Property Name="CustomResults" Type="Collection(Microsoft.Office.Server.Search.REST.CustomResult)"/> | |
<Property Name="QueryId" Type="Edm.String"/> | |
<Property Name="QueryRuleId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="RefinementResults" Type="Microsoft.Office.Server.Search.REST.RefinementResults"/> | |
<Property Name="RelevantResults" Type="Microsoft.Office.Server.Search.REST.RelevantResults"/> | |
<Property Name="SpecialTermResults" Type="Microsoft.Office.Server.Search.REST.SpecialTermResults"/> | |
</ComplexType> | |
<ComplexType Name="RefinementResults"> | |
<Property Name="GroupTemplateId" Type="Edm.String"/> | |
<Property Name="ItemTemplateId" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Refiners" Type="Collection(Microsoft.Office.Server.Search.REST.Refiner)"/> | |
<Property Name="ResultTitle" Type="Edm.String"/> | |
<Property Name="ResultTitleUrl" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="Refiner"> | |
<Property Name="Entries" Type="Collection(Microsoft.Office.Server.Search.REST.RefinerEntry)"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="RefinerEntry"> | |
<Property Name="RefinementCount" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="RefinementName" Type="Edm.String"/> | |
<Property Name="RefinementToken" Type="Edm.String"/> | |
<Property Name="RefinementValue" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="RelevantResults"> | |
<Property Name="GroupTemplateId" Type="Edm.String"/> | |
<Property Name="ItemTemplateId" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="ResultTitle" Type="Edm.String"/> | |
<Property Name="ResultTitleUrl" Type="Edm.String"/> | |
<Property Name="RowCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Table" Type="SP.SimpleDataTable"/> | |
<Property Name="TotalRows" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalRowsIncludingDuplicates" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SpecialTermResults"> | |
<Property Name="GroupTemplateId" Type="Edm.String"/> | |
<Property Name="ItemTemplateId" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Results" Type="Collection(Microsoft.Office.Server.Search.REST.SpecialTermResult)"/> | |
<Property Name="ResultTitle" Type="Edm.String"/> | |
<Property Name="ResultTitleUrl" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SpecialTermResult"> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="IsVisualBestBet" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PiSearchResultId" Type="Edm.String"/> | |
<Property Name="RenderTemplateId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SearchRequest"> | |
<Property Name="BlockDedupeMode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="BypassResultTypes" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ClientType" Type="Edm.String"/> | |
<Property Name="CollapseSpecification" Type="Edm.String"/> | |
<Property Name="Culture" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DesiredSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EnableFQL" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableInterleaving" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableNicknames" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableOrderingHitHighlightedProperty" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnablePhonetic" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableQueryRules" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableSorting" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnableStemming" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="GenerateBlockRankLog" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HiddenConstraints" Type="Edm.String"/> | |
<Property Name="HitHighlightedMultivaluePropertyLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="HitHighlightedProperties" Type="Collection(Edm.String)"/> | |
<Property Name="ImpressionId" Type="Edm.String"/> | |
<Property Name="MaxSnippetLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PersonalizationData" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ProcessBestBets" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ProcessPersonalFavorites" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Properties" Type="Collection(Microsoft.Office.Server.Search.REST.QueryProperty)"/> | |
<Property Name="QueryTag" Type="Edm.String"/> | |
<Property Name="QueryTemplate" Type="Edm.String"/> | |
<Property Name="QueryTemplatePropertiesUrl" Type="Edm.String"/> | |
<Property Name="Querytext" Type="Edm.String"/> | |
<Property Name="RankingModelId" Type="Edm.String"/> | |
<Property Name="RefinementFilters" Type="Collection(Edm.String)"/> | |
<Property Name="Refiners" Type="Edm.String"/> | |
<Property Name="ReorderingRules" Type="Collection(Microsoft.SharePoint.Client.Search.Query.ReorderingRule)"/> | |
<Property Name="ResultsUrl" Type="Edm.String"/> | |
<Property Name="RowLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RowsPerPage" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SelectProperties" Type="Collection(Edm.String)"/> | |
<Property Name="SortList" Type="Collection(Microsoft.SharePoint.Client.Search.Query.Sort)"/> | |
<Property Name="SourceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="StartRow" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SummaryLength" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Timeout" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TotalRowsExactMinimum" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TrimDuplicates" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="TrimDuplicatesIncludeId" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="UILanguage" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="SearchResult"> | |
<Property Name="ElapsedTime" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PrimaryQueryResult" Type="Microsoft.Office.Server.Search.REST.QueryResult"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="SecondaryQueryResults" Type="Collection(Microsoft.Office.Server.Search.REST.QueryResult)"/> | |
<Property Name="SpellingSuggestion" Type="Edm.String"/> | |
<Property Name="TriggeredRules" Type="Collection(Edm.Guid)" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="SearchService"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Yammer" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="WacToken"> | |
<Property Name="AccessToken" Type="Edm.String"/> | |
<Property Name="AccessTokenTtl" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="AppUrl" Type="Edm.String"/> | |
<Property Name="ErrorMessageToDisplay" Type="Edm.String"/> | |
<Property Name="FavIconTarget" Type="Edm.String"/> | |
<Property Name="RedirectUrl" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="WacApi" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Portal" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="CollaborationMailboxResponse"> | |
<Property Name="AlternateUrl" Type="Edm.String"/> | |
<Property Name="CorrelationId" Type="Edm.String"/> | |
<Property Name="ErrorCode" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="CollaborationMailbox" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CommunityModeration" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="MySiteRecommendations" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Portal.Project" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="MyRecsCacheBlob"> | |
<Property Name="DateCached" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="FillInQuery" Type="Edm.String"/> | |
<Property Name="FillInSortBy" Type="Edm.String"/> | |
<Property Name="Query" Type="Edm.String"/> | |
<Property Name="QueryInfo" Type="Microsoft.SharePoint.Portal.Project.MyRecsQueryInfo"/> | |
<Property Name="Result" Type="Edm.String"/> | |
<Property Name="SortBy" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="MyRecsQueryInfo"> | |
<Property Name="Category" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ExpertiseTags" Type="Collection(Edm.String)"/> | |
<Property Name="FollowedUrls" Type="Collection(Edm.String)"/> | |
<Property Name="InterestTags" Type="Collection(Edm.String)"/> | |
<Property Name="QueryInfoExists" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SuggestedTags" Type="Collection(Edm.String)"/> | |
</ComplexType> | |
</Schema> | |
<Schema Namespace="SP.SiteHealth" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="SiteHealthResult"> | |
<Property Name="MessageAsText" Type="Edm.String"/> | |
<Property Name="RuleHelpLink" Type="Edm.String"/> | |
<Property Name="RuleId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="RuleIsRepairable" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RuleName" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TimeStamp" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="SiteHealthSummary"> | |
<Key> | |
<PropertyRef Name="FailedErrorCount"/> | |
</Key> | |
<Property Name="FailedErrorCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="FailedWarningCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PassedCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Results" Type="Collection(SP.SiteHealth.SiteHealthResult)"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Administration" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="UsageEntry"> | |
<Property Name="EventTypeId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ItemId" Type="Edm.String"/> | |
<Property Name="ScopeId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Site" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="User" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="SPAnalyticsUsageService"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.UI.ApplicationPages" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="ClientPeoplePickerQueryParameters"> | |
<Property Name="AllowEmailAddresses" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllowMultipleEntities" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AllUrlZones" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EnabledClaimProviders" Type="Edm.String"/> | |
<Property Name="ForceClaims" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MaximumEntitySuggestions" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PrincipalSource" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PrincipalType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QueryString" Type="Edm.String"/> | |
<Property Name="Required" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SharePointGroupID" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UrlZone" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UrlZoneSpecified" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="WebApplicationID" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="ClientPeoplePickerWebServiceInterface" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Utilities" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="EmailProperties"> | |
<Property Name="AdditionalHeaders" Type="Collection(SP.KeyValue)"/> | |
<Property Name="BCC" Type="Collection(Edm.String)"/> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="CC" Type="Collection(Edm.String)"/> | |
<Property Name="From" Type="Edm.String"/> | |
<Property Name="Subject" Type="Edm.String"/> | |
<Property Name="To" Type="Collection(Edm.String)"/> | |
</ComplexType> | |
<ComplexType Name="PrincipalInfo"> | |
<Property Name="Department" Type="Edm.String"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="Email" Type="Edm.String"/> | |
<Property Name="JobTitle" Type="Edm.String"/> | |
<Property Name="LoginName" Type="Edm.String"/> | |
<Property Name="Mobile" Type="Edm.String"/> | |
<Property Name="PrincipalId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="PrincipalType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SIPAddress" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="WikiPageCreationInformation"> | |
<Property Name="ServerRelativeUrl" Type="Edm.String"/> | |
<Property Name="WikiHtmlContent" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="Utility" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.WebParts" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="TileData"> | |
<Property Name="BackgroundImageLocation" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="ID" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LinkLocation" Type="Edm.String"/> | |
<Property Name="TileOrder" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="LimitedWebPartManager"> | |
<Key> | |
<PropertyRef Name="HasPersonalizedParts"/> | |
</Key> | |
<Property Name="HasPersonalizedParts" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Scope" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="WebParts" Relationship="SP.WebParts.SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner" ToRole="WebParts" FromRole="WebPartsPartner"/> | |
</EntityType> | |
<EntityType Name="WebPartDefinition"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<NavigationProperty Name="WebPart" Relationship="SP.WebParts.SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner" ToRole="WebPart" FromRole="WebPartPartner"/> | |
</EntityType> | |
<EntityType Name="WebPart" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Hidden"/> | |
</Key> | |
<Property Name="Hidden" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsClosed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Subtitle" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TitleUrl" Type="Edm.String"/> | |
<Property Name="ZoneIndex" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Properties" Relationship="SP.SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner" ToRole="Properties" FromRole="PropertiesPartner"/> | |
</EntityType> | |
<Association Name="SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner"> | |
<End Type="SP.WebParts.WebPartDefinition" Role="WebParts" Multiplicity="*"/> | |
<End Type="SP.WebParts.LimitedWebPartManager" Role="WebPartsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner"> | |
<End Type="SP.WebParts.WebPart" Role="WebPart" Multiplicity="0..1"/> | |
<End Type="SP.WebParts.WebPartDefinition" Role="WebPartPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="SP.Workflow" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="WorkflowAssociationCreationInformation"> | |
<Property Name="ContentTypeAssociationHistoryListName" Type="Edm.String"/> | |
<Property Name="ContentTypeAssociationTaskListName" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="WorkflowAssociation"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AllowManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AssociationData" Type="Edm.String"/> | |
<Property Name="AutoStartChange" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AutoStartCreate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="BaseId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Created" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Enabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HistoryListTitle" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InstantiationUrl" Type="Edm.String"/> | |
<Property Name="InternalName" Type="Edm.String"/> | |
<Property Name="IsDeclarative" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ListId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Modified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="TaskListTitle" Type="Edm.String"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WorkflowTemplate"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AllowManual" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AssociationUrl" Type="Edm.String"/> | |
<Property Name="AutoStartChange" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AutoStartCreate" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="IsDeclarative" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PermissionsManual" Type="SP.BasePermissions"/> | |
</EntityType> | |
<Association Name="SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations" Multiplicity="*"/> | |
<End Type="SP.Web" Role="WorkflowAssociationsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner"> | |
<End Type="SP.Workflow.WorkflowTemplate" Role="WorkflowTemplates" Multiplicity="*"/> | |
<End Type="SP.Web" Role="WorkflowTemplatesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations" Multiplicity="*"/> | |
<End Type="SP.ContentType" Role="WorkflowAssociationsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"> | |
<End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations" Multiplicity="*"/> | |
<End Type="SP.List" Role="WorkflowAssociationsPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="SP.Sharing" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="UserRoleAssignment"> | |
<Property Name="Role" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="UserSharingResult"> | |
<Property Name="AllowedRoles" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="CurrentRole" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsUserKnown" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Message" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="User" Type="Edm.String"/> | |
</ComplexType> | |
<EntityType Name="DocumentSharingManager" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Translation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="TranslationItemInfo"> | |
<Property Name="Canceled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<Property Name="Failed" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="InProgress" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="InputFile" Type="Edm.String"/> | |
<Property Name="NotStarted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="OutputFile" Type="Edm.String"/> | |
<Property Name="Result" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Succeeded" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="TranslationId" Type="Edm.Guid" Nullable="false"/> | |
</ComplexType> | |
<ComplexType Name="TranslationJobInfo"> | |
<Property Name="Canceled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CancelTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="JobId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PartiallySubmitted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SubmittedTime" Type="Edm.DateTime" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="SyncTranslator"> | |
<Key> | |
<PropertyRef Name="OutputSaveBehavior"/> | |
</Key> | |
<Property Name="OutputSaveBehavior" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TranslationJob"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="JobId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="OutputSaveBehavior" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TranslationJobStatus"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Canceled" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Count" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Failed" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="InProgress" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="NotStarted" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Succeeded" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="VariationsTranslationTimerJob" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.Online.SharePoint.TenantAdministration" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="SPOTenantWebTemplate"> | |
<Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DisplayCategory" Type="Edm.String"/> | |
<Property Name="Lcid" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</ComplexType> | |
<ComplexType Name="SiteCreationProperties"> | |
<Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Lcid" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Owner" Type="Edm.String"/> | |
<Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="StorageWarningLevel" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Template" Type="Edm.String"/> | |
<Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false"/> | |
<Property Name="UserCodeWarningLevel" Type="Edm.Double" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="SPOTenantWebTemplateCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplate)"/> | |
</EntityType> | |
<EntityType Name="AppErrorEntry"> | |
<Key> | |
<PropertyRef Name="CorrelationId"/> | |
</Key> | |
<Property Name="CorrelationId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<Property Name="ErrorType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="InstanceUrl" Type="Edm.String"/> | |
<Property Name="ProductId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TimeStampInUTC" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="DeletedSiteProperties"> | |
<Key> | |
<PropertyRef Name="DaysRemaining"/> | |
</Key> | |
<Property Name="DaysRemaining" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DeletionTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Status" Type="Edm.String"/> | |
<Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SiteProperties"> | |
<Key> | |
<PropertyRef Name="AllowSelfServiceUpgrade"/> | |
</Key> | |
<Property Name="AllowSelfServiceUpgrade" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="AverageResourceUsage" Type="Edm.Double" Nullable="false"/> | |
<Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CurrentResourceUsage" Type="Edm.Double" Nullable="false"/> | |
<Property Name="DenyAddAndCustomizePages" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LastContentModifiedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Lcid" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="LockIssue" Type="Edm.String"/> | |
<Property Name="LockState" Type="Edm.String"/> | |
<Property Name="Owner" Type="Edm.String"/> | |
<Property Name="SharingCapability" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Status" Type="Edm.String"/> | |
<Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="StorageUsage" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="StorageWarningLevel" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Template" Type="Edm.String"/> | |
<Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false"/> | |
<Property Name="UserCodeWarningLevel" Type="Edm.Double" Nullable="false"/> | |
<Property Name="WebsCount" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SpoOperation"> | |
<Key> | |
<PropertyRef Name="HasTimedout"/> | |
</Key> | |
<Property Name="HasTimedout" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsComplete" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="PollingInterval" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TenantLog"> | |
<Key> | |
<PropertyRef Name="LastAvailableTimeInUtc"/> | |
</Key> | |
<Property Name="LastAvailableTimeInUtc" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TenantLogEntry"> | |
<Key> | |
<PropertyRef Name="CategoryId"/> | |
</Key> | |
<Property Name="CategoryId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CorrelationId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Message" Type="Edm.String"/> | |
<Property Name="Source" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TimestampUtc" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="User" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Tenant"> | |
<Key> | |
<PropertyRef Name="CompatibilityRange"/> | |
</Key> | |
<Property Name="CompatibilityRange" Type="Edm.String" Nullable="false"/> | |
<Property Name="DisplayStartASiteOption" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ExternalServicesEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="NoAccessRedirectUrl" Type="Edm.String"/> | |
<Property Name="ResourceQuota" Type="Edm.Double" Nullable="false"/> | |
<Property Name="ResourceQuotaAllocated" Type="Edm.Double" Nullable="false"/> | |
<Property Name="RootSiteUrl" Type="Edm.String"/> | |
<Property Name="SharingCapability" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartASiteFormUrl" Type="Edm.String"/> | |
<Property Name="StorageQuota" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="StorageQuotaAllocated" Type="Edm.Int64" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="AppInfo"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="ProductId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Source" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Taxonomy" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<ComplexType Name="TaxonomyFieldValue"> | |
<Property Name="Label" Type="Edm.String"/> | |
<Property Name="TermGuid" Type="Edm.String"/> | |
<Property Name="WssId" Type="Edm.Int32" Nullable="false"/> | |
</ComplexType> | |
<EntityType Name="ChangeInformation"> | |
<Key> | |
<PropertyRef Name="ItemType"/> | |
</Key> | |
<Property Name="ItemType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OperationType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="WithinTimeSpan" Type="Edm.Time" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CustomPropertyMatchInformation"> | |
<Key> | |
<PropertyRef Name="CustomPropertyName"/> | |
</Key> | |
<Property Name="CustomPropertyName" Type="Edm.String" Nullable="false"/> | |
<Property Name="CustomPropertyValue" Type="Edm.String"/> | |
<Property Name="ResultCollectionSize" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StringMatchOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TrimUnavailable" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LabelMatchInformation"> | |
<Key> | |
<PropertyRef Name="DefaultLabelOnly"/> | |
</Key> | |
<Property Name="DefaultLabelOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ExcludeKeyword" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Lcid" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ResultCollectionSize" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StringMatchOption" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TermLabel" Type="Edm.String"/> | |
<Property Name="TrimDeprecated" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="TrimUnavailable" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TaxonomyField" BaseType="SP.FieldLookup"> | |
<Property Name="AnchorId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="CreateValuesInEditForm" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsAnchorValid" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsKeyword" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsPathRendered" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsTermSetValid" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Open" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SspId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TargetTemplate" Type="Edm.String"/> | |
<Property Name="TermSetId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TextField" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="UserCreated" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TaxonomyFieldValueCollection"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="Items" Type="Collection(SP.Taxonomy.TaxonomyFieldValue)"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.WorkManagement.OM" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="BaseSession"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="BooleanCriterion"> | |
<Key> | |
<PropertyRef Name="CompareType"/> | |
</Key> | |
<Property Name="CompareType" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CalloutInfo"> | |
<Key> | |
<PropertyRef Name="DirectLinkTitle"/> | |
</Key> | |
<Property Name="Contacts" Type="Collection(Edm.String)"/> | |
<Property Name="DirectLinkTitle" Type="Edm.String" Nullable="false"/> | |
<Property Name="DirectLinkUrl" Type="Edm.String"/> | |
<Property Name="Hierarchy" Type="Collection(Edm.String)"/> | |
<Property Name="Predecessors" Type="Collection(Edm.String)"/> | |
<Property Name="Successors" Type="Collection(Edm.String)"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="CreateRefreshJobResult"> | |
<Key> | |
<PropertyRef Name="CreatedJob"/> | |
</Key> | |
<Property Name="CreatedJob" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CurrentJobId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="EncounteredError" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CustomAttributeFilter"> | |
<Key> | |
<PropertyRef Name="ConcatType"/> | |
</Key> | |
<Property Name="Attributes" Type="Collection(Edm.String)"/> | |
<Property Name="ConcatType" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="DashboardScriptExtensionInfo"> | |
<Key> | |
<PropertyRef Name="ProviderKey"/> | |
</Key> | |
<Property Name="ProviderKey" Type="Edm.String" Nullable="false"/> | |
<Property Name="ScriptClass" Type="Edm.String"/> | |
<Property Name="ScriptData" Type="Edm.String"/> | |
<Property Name="ScriptFiles" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<EntityType Name="DateRangeCriterion"> | |
<Key> | |
<PropertyRef Name="RangeEndValue"/> | |
</Key> | |
<Property Name="RangeEndValue" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RangeStartValue" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ExchangeUserSyncState"> | |
<Key> | |
<PropertyRef Name="IsOptedIn"/> | |
</Key> | |
<Property Name="IsOptedIn" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LastEndTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LastSyncResult" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Location"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Color" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Important" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="ParentId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="RootProviderKey" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="LocationDisplaySetting"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Color" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LocationFilter"> | |
<Key> | |
<PropertyRef Name="IncludeUncategorizedTasks"/> | |
</Key> | |
<Property Name="IncludeUncategorizedTasks" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LocationKeys" Type="Collection(Edm.Int32)" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Task"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="CustomAttributes" Type="Collection(Edm.String)"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DueDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EditUrl" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsPersonal" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="LastModified" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LocationId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PinAge" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="SerializedCustomDataForClient" Type="Edm.String"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LocationOrientedSortableSession" BaseType="SP.WorkManagement.OM.BaseSession"/> | |
<EntityType Name="LocationOrientedUserOrderedSession" BaseType="SP.WorkManagement.OM.BaseSession"/> | |
<EntityType Name="LocationUpdateResult"> | |
<Key> | |
<PropertyRef Name="ActiveAddedCount"/> | |
</Key> | |
<Property Name="ActiveAddedCount" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="AddedCount" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="RemovedCount" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="RootLocationId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UpdatedCount" Type="Edm.Int64" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="NameCriterion"> | |
<Key> | |
<PropertyRef Name="CompareType"/> | |
</Key> | |
<Property Name="CompareType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CompareValue" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="NonTaskDataReadResult"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="AllLocatons" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner" ToRole="AllLocatons" FromRole="AllLocatonsPartner"/> | |
<NavigationProperty Name="PersistedProperties" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner" ToRole="PersistedProperties" FromRole="PersistedPropertiesPartner"/> | |
<NavigationProperty Name="RefreshHistory" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner" ToRole="RefreshHistory" FromRole="RefreshHistoryPartner"/> | |
<NavigationProperty Name="ScriptExtensions" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner" ToRole="ScriptExtensions" FromRole="ScriptExtensionsPartner"/> | |
<NavigationProperty Name="UserSettings" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner" ToRole="UserSettings" FromRole="UserSettingsPartner"/> | |
</EntityType> | |
<EntityType Name="PersistedProperties"> | |
<Key> | |
<PropertyRef Name="GroupByProjects"/> | |
</Key> | |
<Property Name="FilteredLocationIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="GroupByProjects" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasShownMarkAsImportantCallout" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HasShownTaskListTooLongNotification" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="QuickLaunchLandingPage" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="RefreshHistory"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Refreshes" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner" ToRole="Refreshes" FromRole="RefreshesPartner"/> | |
</EntityType> | |
<EntityType Name="RefreshResult"> | |
<Key> | |
<PropertyRef Name="AggregatorRefreshState"/> | |
</Key> | |
<Property Name="AggregatorRefreshState" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="CorrelationId" Type="Edm.String"/> | |
<Property Name="RefreshFinished" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RefreshId" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="ProviderStatuses" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner" ToRole="ProviderStatuses" FromRole="ProviderStatusesPartner"/> | |
<NavigationProperty Name="TaskChangesByLocation" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner" ToRole="TaskChangesByLocation" FromRole="TaskChangesByLocationPartner"/> | |
</EntityType> | |
<EntityType Name="ProviderRefreshStatus"> | |
<Key> | |
<PropertyRef Name="ProviderKey"/> | |
</Key> | |
<Property Name="ProviderKey" Type="Edm.String" Nullable="false"/> | |
<Property Name="ProviderLocalizedName" Type="Edm.String"/> | |
<Property Name="RefreshFinished" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RefreshStarted" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="RootLocationId" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="UserSettings"> | |
<Key> | |
<PropertyRef Name="DaysAfterCurrentDateTimelineEnds"/> | |
</Key> | |
<Property Name="DaysAfterCurrentDateTimelineEnds" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DaysATaskIsConsideredNewTask" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="DaysBeforeCurrentDateTimelineStarts" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ImportantLocationIds" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="ImportantTasksLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="InactiveMonthsBeforeLocationExpiration" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="LateTasksLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="OldTasksLimit" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UpcomingTasksLimit" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="OrderInfo"> | |
<Key> | |
<PropertyRef Name="Field"/> | |
</Key> | |
<Property Name="Field" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsDescending" Type="Edm.Boolean" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ProviderErrorInfo"> | |
<Key> | |
<PropertyRef Name="CorrelationId"/> | |
</Key> | |
<Property Name="CorrelationId" Type="Edm.String" Nullable="false"/> | |
<Property Name="LastSuccessfulRefresh" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LocalizedName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="RefreshHealthInfo"> | |
<Key> | |
<PropertyRef Name="LatestRefreshTime"/> | |
</Key> | |
<Property Name="LatestRefreshTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="NewTasks" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Succeeded" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="ProviderErrors" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner" ToRole="ProviderErrors" FromRole="ProviderErrorsPartner"/> | |
</EntityType> | |
<EntityType Name="SortableSessionManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SortableSession" BaseType="SP.WorkManagement.OM.BaseSession"/> | |
<EntityType Name="SortableTaskQuery"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="CoreQuery" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner" ToRole="CoreQuery" FromRole="CoreQueryPartner"/> | |
<NavigationProperty Name="Order" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner" ToRole="Order" FromRole="OrderPartner"/> | |
</EntityType> | |
<EntityType Name="TaskQuery"> | |
<Key> | |
<PropertyRef Name="KeywordFilter"/> | |
</Key> | |
<Property Name="KeywordFilter" Type="Edm.String" Nullable="false"/> | |
<Property Name="LastQueryTime" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="PinnedFilter" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="CustomAttributeFilter" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner" ToRole="CustomAttributeFilter" FromRole="CustomAttributeFilterPartner"/> | |
<NavigationProperty Name="FieldFilter" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner" ToRole="FieldFilter" FromRole="FieldFilterPartner"/> | |
<NavigationProperty Name="LastModifiedDateRangeFilter" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner" ToRole="LastModifiedDateRangeFilter" FromRole="LastModifiedDateRangeFilterPartner"/> | |
<NavigationProperty Name="LocationFilter" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner" ToRole="LocationFilter" FromRole="LocationFilterPartner"/> | |
</EntityType> | |
<EntityType Name="TaskFilter"> | |
<Key> | |
<PropertyRef Name="CriterionConcatType"/> | |
</Key> | |
<Property Name="CriterionConcatType" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IdsToFilterBy" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<NavigationProperty Name="CompletedCriterion" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner" ToRole="CompletedCriterion" FromRole="CompletedCriterionPartner"/> | |
<NavigationProperty Name="DueDateRangeCriterion" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner" ToRole="DueDateRangeCriterion" FromRole="DueDateRangeCriterionPartner"/> | |
<NavigationProperty Name="IsNewCriterion" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner" ToRole="IsNewCriterion" FromRole="IsNewCriterionPartner"/> | |
<NavigationProperty Name="NameCriterion" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner" ToRole="NameCriterion" FromRole="NameCriterionPartner"/> | |
<NavigationProperty Name="StartDateRangeCriterion" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner" ToRole="StartDateRangeCriterion" FromRole="StartDateRangeCriterionPartner"/> | |
</EntityType> | |
<EntityType Name="TaskQueryByLocationResult"> | |
<Key> | |
<PropertyRef Name="Error"/> | |
</Key> | |
<Property Name="Error" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<NavigationProperty Name="Results" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner" ToRole="Results" FromRole="ResultsPartner"/> | |
</EntityType> | |
<EntityType Name="TaskQueryResult"> | |
<Key> | |
<PropertyRef Name="Error"/> | |
</Key> | |
<Property Name="Error" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<NavigationProperty Name="Results" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner" ToRole="Results" FromRole="ResultsPartner"/> | |
</EntityType> | |
<EntityType Name="TaskRefreshResult"> | |
<Key> | |
<PropertyRef Name="ErrorCorrelationId"/> | |
</Key> | |
<Property Name="ErrorCorrelationId" Type="Edm.String" Nullable="false"/> | |
<Property Name="RefreshState" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Result" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner" ToRole="Result" FromRole="ResultPartner"/> | |
</EntityType> | |
<EntityType Name="TaskWriteResult"> | |
<Key> | |
<PropertyRef Name="Error"/> | |
</Key> | |
<Property Name="Error" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ErrorMessage" Type="Edm.String"/> | |
<NavigationProperty Name="Result" Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner" ToRole="Result" FromRole="ResultPartner"/> | |
</EntityType> | |
<EntityType Name="UserOrderedSessionManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="UserOrderedSession" BaseType="SP.WorkManagement.OM.BaseSession"/> | |
<EntityType Name="UserSettingsManager"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="ViewSelectionInfo"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Id" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Image" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</EntityType> | |
<Association Name="SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner"> | |
<End Type="SP.WorkManagement.OM.Location" Role="AllLocatons" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="AllLocatonsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner"> | |
<End Type="SP.WorkManagement.OM.PersistedProperties" Role="PersistedProperties" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="PersistedPropertiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner"> | |
<End Type="SP.WorkManagement.OM.RefreshHistory" Role="RefreshHistory" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="RefreshHistoryPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner"> | |
<End Type="SP.WorkManagement.OM.DashboardScriptExtensionInfo" Role="ScriptExtensions" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="ScriptExtensionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner"> | |
<End Type="SP.WorkManagement.OM.UserSettings" Role="UserSettings" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="UserSettingsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner"> | |
<End Type="SP.WorkManagement.OM.RefreshResult" Role="Refreshes" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.RefreshHistory" Role="RefreshesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner"> | |
<End Type="SP.WorkManagement.OM.ProviderRefreshStatus" Role="ProviderStatuses" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.RefreshResult" Role="ProviderStatusesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner"> | |
<End Type="SP.WorkManagement.OM.LocationUpdateResult" Role="TaskChangesByLocation" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.RefreshResult" Role="TaskChangesByLocationPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner"> | |
<End Type="SP.WorkManagement.OM.ProviderErrorInfo" Role="ProviderErrors" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.RefreshHealthInfo" Role="ProviderErrorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner"> | |
<End Type="SP.WorkManagement.OM.TaskQuery" Role="CoreQuery" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.SortableTaskQuery" Role="CoreQueryPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner"> | |
<End Type="SP.WorkManagement.OM.OrderInfo" Role="Order" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.SortableTaskQuery" Role="OrderPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner"> | |
<End Type="SP.WorkManagement.OM.CustomAttributeFilter" Role="CustomAttributeFilter" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskQuery" Role="CustomAttributeFilterPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner"> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="FieldFilter" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskQuery" Role="FieldFilterPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner"> | |
<End Type="SP.WorkManagement.OM.DateRangeCriterion" Role="LastModifiedDateRangeFilter" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskQuery" Role="LastModifiedDateRangeFilterPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner"> | |
<End Type="SP.WorkManagement.OM.LocationFilter" Role="LocationFilter" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskQuery" Role="LocationFilterPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner"> | |
<End Type="SP.WorkManagement.OM.BooleanCriterion" Role="CompletedCriterion" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="CompletedCriterionPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner"> | |
<End Type="SP.WorkManagement.OM.DateRangeCriterion" Role="DueDateRangeCriterion" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="DueDateRangeCriterionPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner"> | |
<End Type="SP.WorkManagement.OM.BooleanCriterion" Role="IsNewCriterion" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="IsNewCriterionPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner"> | |
<End Type="SP.WorkManagement.OM.NameCriterion" Role="NameCriterion" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="NameCriterionPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner"> | |
<End Type="SP.WorkManagement.OM.DateRangeCriterion" Role="StartDateRangeCriterion" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskFilter" Role="StartDateRangeCriterionPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"> | |
<End Type="SP.WorkManagement.OM.Task" Role="Results" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.TaskQueryByLocationResult" Role="ResultsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"> | |
<End Type="SP.WorkManagement.OM.Task" Role="Results" Multiplicity="*"/> | |
<End Type="SP.WorkManagement.OM.TaskQueryResult" Role="ResultsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner"> | |
<End Type="SP.WorkManagement.OM.Task" Role="Result" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskRefreshResult" Role="ResultPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner"> | |
<End Type="SP.WorkManagement.OM.Task" Role="Result" Multiplicity="0..1"/> | |
<End Type="SP.WorkManagement.OM.TaskWriteResult" Role="ResultPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="EDU" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="Entity"> | |
<Key> | |
<PropertyRef Name="EntityId"/> | |
</Key> | |
<Property Name="CreatedBy" Type="Edm.String"/> | |
<Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="EntityId" Type="Edm.String" Nullable="false"/> | |
<Property Name="ListItemId" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ModifiedBy" Type="Edm.String"/> | |
<Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Announcement" BaseType="EDU.Entity"> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="Expires" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="CommunityEntity" BaseType="EDU.Entity" Abstract="true"> | |
<NavigationProperty Name="Community" Relationship="EDU.EDU_CommunityEntity_Community_EDU_Community_CommunityPartner" ToRole="Community" FromRole="CommunityPartner"/> | |
</EntityType> | |
<EntityType Name="Community" BaseType="EDU.Entity"> | |
<Property Name="SiteUrl" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Tags" Type="Edm.String"/> | |
<Property Name="Url" Type="Edm.String"/> | |
<Property Name="WebPath" Type="Edm.String"/> | |
<NavigationProperty Name="Memberships" Relationship="EDU.EDU_Community_Memberships_EDU_Membership_MembershipsPartner" ToRole="Memberships" FromRole="MembershipsPartner"/> | |
</EntityType> | |
<EntityType Name="Membership" BaseType="EDU.Entity"> | |
<Property Name="CommunityId" Type="Edm.String"/> | |
<Property Name="Role" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.String"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="LearningEntity" BaseType="EDU.CommunityEntity"/> | |
<EntityType Name="AssignedAssignment" BaseType="EDU.LearningEntity"> | |
<Property Name="EndDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="GradingStatus" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserId" Type="Edm.String"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
<NavigationProperty Name="Assignment" Relationship="EDU.EDU_AssignedAssignment_Assignment_EDU_Assignment_AssignmentPartner" ToRole="Assignment" FromRole="AssignmentPartner"/> | |
<NavigationProperty Name="Events" Relationship="EDU.EDU_AssignedAssignment_Events_EDU_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="Grades" Relationship="EDU.EDU_AssignedAssignment_Grades_EDU_Grade_GradesPartner" ToRole="Grades" FromRole="GradesPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_AssignedAssignment_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
<NavigationProperty Name="Submissions" Relationship="EDU.EDU_AssignedAssignment_Submissions_EDU_Submission_SubmissionsPartner" ToRole="Submissions" FromRole="SubmissionsPartner"/> | |
</EntityType> | |
<EntityType Name="Assignment" BaseType="EDU.LearningEntity"> | |
<Property Name="AssignedUsers" Type="Edm.String"/> | |
<Property Name="EndDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Format" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="GradeFormat" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="IsSubmissionRequired" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="MaximumScore" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="QuizId" Type="Edm.String"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="AssignedAssignments" Relationship="EDU.EDU_Assignment_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner" ToRole="AssignedAssignments" FromRole="AssignedAssignmentsPartner"/> | |
<NavigationProperty Name="Category" Relationship="EDU.EDU_Assignment_Category_EDU_AssignmentCategory_CategoryPartner" ToRole="Category" FromRole="CategoryPartner"/> | |
<NavigationProperty Name="Events" Relationship="EDU.EDU_Assignment_Events_EDU_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="Lesson" Relationship="EDU.EDU_Assignment_Lesson_EDU_Lesson_LessonPartner" ToRole="Lesson" FromRole="LessonPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_Assignment_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
</EntityType> | |
<EntityType Name="AssignmentCategory" BaseType="EDU.CommunityEntity"> | |
<Property Name="Weight" Type="Edm.Double" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="EDU.EDU_AssignmentCategory_Assignments_EDU_Assignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
</EntityType> | |
<EntityType Name="Event" BaseType="EDU.CommunityEntity"> | |
<Property Name="EndDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EventCategory" Type="Edm.String"/> | |
<Property Name="Location" Type="Edm.String"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="Parent" Relationship="EDU.EDU_Event_Parent_EDU_LearningEntity_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_Event_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
<NavigationProperty Name="Schedule" Relationship="EDU.EDU_Event_Schedule_EDU_EventSchedule_SchedulePartner" ToRole="Schedule" FromRole="SchedulePartner"/> | |
</EntityType> | |
<EntityType Name="Resource" BaseType="EDU.CommunityEntity" Abstract="true"> | |
<Property Name="FolderUrl" Type="Edm.String"/> | |
<Property Name="IsVisibleToStudent" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="ResourceCategory" Type="Edm.String"/> | |
<Property Name="ResourceType" Type="Edm.String"/> | |
<NavigationProperty Name="Event" Relationship="EDU.EDU_Resource_Event_EDU_Event_EventPartner" ToRole="Event" FromRole="EventPartner"/> | |
<NavigationProperty Name="Parent" Relationship="EDU.EDU_Resource_Parent_EDU_LearningEntity_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
</EntityType> | |
<EntityType Name="EventSchedule" BaseType="EDU.CommunityEntity"> | |
<Property Name="EndDate" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="EventCategory" Type="Edm.String"/> | |
<Property Name="Location" Type="Edm.String"/> | |
<Property Name="RecurrenceData" Type="Edm.String"/> | |
<Property Name="StartDate" Type="Edm.DateTime" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Lesson" BaseType="EDU.LearningEntity"> | |
<Property Name="Order" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="Assignments" Relationship="EDU.EDU_Lesson_Assignments_EDU_Assignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Events" Relationship="EDU.EDU_Lesson_Events_EDU_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="Lessons" Relationship="EDU.EDU_Lesson_Lessons_EDU_Lesson_LessonsPartner" ToRole="Lessons" FromRole="LessonsPartner"/> | |
<NavigationProperty Name="ParentLesson" Relationship="EDU.EDU_Lesson_ParentLesson_EDU_Lesson_ParentLessonPartner" ToRole="ParentLesson" FromRole="ParentLessonPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_Lesson_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
</EntityType> | |
<EntityType Name="Grade" BaseType="EDU.LearningEntity" Abstract="true"> | |
<Property Name="NumericScore" Type="Edm.Double" Nullable="false"/> | |
<Property Name="Score" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Submission" BaseType="EDU.LearningEntity"> | |
<Property Name="DefaultFolderUrl" Type="Edm.String"/> | |
<Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SubmissionDate" Type="Edm.DateTime" Nullable="false"/> | |
<NavigationProperty Name="AssignedAssignment" Relationship="EDU.EDU_Submission_AssignedAssignment_EDU_AssignedAssignment_AssignedAssignmentPartner" ToRole="AssignedAssignment" FromRole="AssignedAssignmentPartner"/> | |
<NavigationProperty Name="Grades" Relationship="EDU.EDU_Submission_Grades_EDU_Grade_GradesPartner" ToRole="Grades" FromRole="GradesPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_Submission_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
</EntityType> | |
<EntityType Name="AssignmentGrade" BaseType="EDU.Grade"> | |
<Property Name="UserId" Type="Edm.String"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
<NavigationProperty Name="Parent" Relationship="EDU.EDU_AssignmentGrade_Parent_EDU_LearningEntity_ParentPartner" ToRole="Parent" FromRole="ParentPartner"/> | |
</EntityType> | |
<EntityType Name="CourseGrade" BaseType="EDU.Grade"> | |
<Property Name="UserId" Type="Edm.String"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Course" BaseType="EDU.Community"> | |
<Property Name="Code" Type="Edm.String"/> | |
<Property Name="CourseGradesPublished" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CustomData" Type="Edm.String"/> | |
<Property Name="Department" Type="Edm.String"/> | |
<NavigationProperty Name="Announcements" Relationship="EDU.EDU_Course_Announcements_EDU_Announcement_AnnouncementsPartner" ToRole="Announcements" FromRole="AnnouncementsPartner"/> | |
<NavigationProperty Name="AssignedAssignments" Relationship="EDU.EDU_Course_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner" ToRole="AssignedAssignments" FromRole="AssignedAssignmentsPartner"/> | |
<NavigationProperty Name="AssignmentCategories" Relationship="EDU.EDU_Course_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartner" ToRole="AssignmentCategories" FromRole="AssignmentCategoriesPartner"/> | |
<NavigationProperty Name="Assignments" Relationship="EDU.EDU_Course_Assignments_EDU_Assignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Events" Relationship="EDU.EDU_Course_Events_EDU_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="EventSchedules" Relationship="EDU.EDU_Course_EventSchedules_EDU_EventSchedule_EventSchedulesPartner" ToRole="EventSchedules" FromRole="EventSchedulesPartner"/> | |
<NavigationProperty Name="Grades" Relationship="EDU.EDU_Course_Grades_EDU_Grade_GradesPartner" ToRole="Grades" FromRole="GradesPartner"/> | |
<NavigationProperty Name="Lessons" Relationship="EDU.EDU_Course_Lessons_EDU_Lesson_LessonsPartner" ToRole="Lessons" FromRole="LessonsPartner"/> | |
<NavigationProperty Name="ResourceLibrary" Relationship="EDU.EDU_Course_ResourceLibrary_EDU_Resource_ResourceLibraryPartner" ToRole="ResourceLibrary" FromRole="ResourceLibraryPartner"/> | |
<NavigationProperty Name="Submissions" Relationship="EDU.EDU_Course_Submissions_EDU_Submission_SubmissionsPartner" ToRole="Submissions" FromRole="SubmissionsPartner"/> | |
</EntityType> | |
<EntityType Name="DataService"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Announcements" Relationship="EDU.EDU_DataService_Announcements_EDU_Announcement_AnnouncementsPartner" ToRole="Announcements" FromRole="AnnouncementsPartner"/> | |
<NavigationProperty Name="AssignedAssignments" Relationship="EDU.EDU_DataService_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner" ToRole="AssignedAssignments" FromRole="AssignedAssignmentsPartner"/> | |
<NavigationProperty Name="AssignmentCategories" Relationship="EDU.EDU_DataService_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartner" ToRole="AssignmentCategories" FromRole="AssignmentCategoriesPartner"/> | |
<NavigationProperty Name="Assignments" Relationship="EDU.EDU_DataService_Assignments_EDU_Assignment_AssignmentsPartner" ToRole="Assignments" FromRole="AssignmentsPartner"/> | |
<NavigationProperty Name="Communities" Relationship="EDU.EDU_DataService_Communities_EDU_Community_CommunitiesPartner" ToRole="Communities" FromRole="CommunitiesPartner"/> | |
<NavigationProperty Name="Events" Relationship="EDU.EDU_DataService_Events_EDU_Event_EventsPartner" ToRole="Events" FromRole="EventsPartner"/> | |
<NavigationProperty Name="EventSchedules" Relationship="EDU.EDU_DataService_EventSchedules_EDU_EventSchedule_EventSchedulesPartner" ToRole="EventSchedules" FromRole="EventSchedulesPartner"/> | |
<NavigationProperty Name="Grades" Relationship="EDU.EDU_DataService_Grades_EDU_Grade_GradesPartner" ToRole="Grades" FromRole="GradesPartner"/> | |
<NavigationProperty Name="Lessons" Relationship="EDU.EDU_DataService_Lessons_EDU_Lesson_LessonsPartner" ToRole="Lessons" FromRole="LessonsPartner"/> | |
<NavigationProperty Name="Memberships" Relationship="EDU.EDU_DataService_Memberships_EDU_Membership_MembershipsPartner" ToRole="Memberships" FromRole="MembershipsPartner"/> | |
<NavigationProperty Name="Resources" Relationship="EDU.EDU_DataService_Resources_EDU_Resource_ResourcesPartner" ToRole="Resources" FromRole="ResourcesPartner"/> | |
<NavigationProperty Name="Submissions" Relationship="EDU.EDU_DataService_Submissions_EDU_Submission_SubmissionsPartner" ToRole="Submissions" FromRole="SubmissionsPartner"/> | |
</EntityType> | |
<EntityType Name="Document" BaseType="EDU.Resource"> | |
<Property Name="FileName" Type="Edm.String"/> | |
<Property Name="FileUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="EduChange" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="FeedbackDocument" BaseType="EDU.Document"> | |
<Property Name="RelatedResourceId" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Link" BaseType="EDU.Resource"> | |
<Property Name="Url" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="MeetingSchedule" BaseType="EDU.EventSchedule"> | |
<Property Name="Attendees" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Meeting" BaseType="EDU.Event"> | |
<Property Name="Attendees" Type="Edm.String"/> | |
<Property Name="ConferenceData" Type="Edm.String"/> | |
<Property Name="ConferenceId" Type="Edm.String"/> | |
<Property Name="ConferenceUrl" Type="Edm.String"/> | |
<Property Name="IsOnline" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsRecorded" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RecordingUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="ResourceRef" BaseType="EDU.Resource"> | |
<NavigationProperty Name="Resource" Relationship="EDU.EDU_ResourceRef_Resource_EDU_Resource_ResourcePartner" ToRole="Resource" FromRole="ResourcePartner"/> | |
</EntityType> | |
<Association Name="EDU_CommunityEntity_Community_EDU_Community_CommunityPartner"> | |
<End Type="EDU.Community" Role="Community" Multiplicity="0..1"/> | |
<End Type="EDU.CommunityEntity" Role="CommunityPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Community_Memberships_EDU_Membership_MembershipsPartner"> | |
<End Type="EDU.Membership" Role="Memberships" Multiplicity="*"/> | |
<End Type="EDU.Community" Role="MembershipsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignedAssignment_Assignment_EDU_Assignment_AssignmentPartner"> | |
<End Type="EDU.Assignment" Role="Assignment" Multiplicity="0..1"/> | |
<End Type="EDU.AssignedAssignment" Role="AssignmentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignedAssignment_Events_EDU_Event_EventsPartner"> | |
<End Type="EDU.Event" Role="Events" Multiplicity="*"/> | |
<End Type="EDU.AssignedAssignment" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignedAssignment_Grades_EDU_Grade_GradesPartner"> | |
<End Type="EDU.Grade" Role="Grades" Multiplicity="*"/> | |
<End Type="EDU.AssignedAssignment" Role="GradesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignedAssignment_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.AssignedAssignment" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignedAssignment_Submissions_EDU_Submission_SubmissionsPartner"> | |
<End Type="EDU.Submission" Role="Submissions" Multiplicity="*"/> | |
<End Type="EDU.AssignedAssignment" Role="SubmissionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Assignment_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner"> | |
<End Type="EDU.AssignedAssignment" Role="AssignedAssignments" Multiplicity="*"/> | |
<End Type="EDU.Assignment" Role="AssignedAssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Assignment_Category_EDU_AssignmentCategory_CategoryPartner"> | |
<End Type="EDU.AssignmentCategory" Role="Category" Multiplicity="0..1"/> | |
<End Type="EDU.Assignment" Role="CategoryPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Assignment_Events_EDU_Event_EventsPartner"> | |
<End Type="EDU.Event" Role="Events" Multiplicity="*"/> | |
<End Type="EDU.Assignment" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Assignment_Lesson_EDU_Lesson_LessonPartner"> | |
<End Type="EDU.Lesson" Role="Lesson" Multiplicity="0..1"/> | |
<End Type="EDU.Assignment" Role="LessonPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Assignment_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.Assignment" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignmentCategory_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Type="EDU.Assignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="EDU.AssignmentCategory" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Event_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Type="EDU.LearningEntity" Role="Parent" Multiplicity="0..1"/> | |
<End Type="EDU.Event" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Event_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.Event" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Event_Schedule_EDU_EventSchedule_SchedulePartner"> | |
<End Type="EDU.EventSchedule" Role="Schedule" Multiplicity="0..1"/> | |
<End Type="EDU.Event" Role="SchedulePartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Resource_Event_EDU_Event_EventPartner"> | |
<End Type="EDU.Event" Role="Event" Multiplicity="0..1"/> | |
<End Type="EDU.Resource" Role="EventPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Resource_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Type="EDU.LearningEntity" Role="Parent" Multiplicity="0..1"/> | |
<End Type="EDU.Resource" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Lesson_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Type="EDU.Assignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="EDU.Lesson" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Lesson_Events_EDU_Event_EventsPartner"> | |
<End Type="EDU.Event" Role="Events" Multiplicity="*"/> | |
<End Type="EDU.Lesson" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Lesson_Lessons_EDU_Lesson_LessonsPartner"> | |
<End Type="EDU.Lesson" Role="Lessons" Multiplicity="*"/> | |
<End Type="EDU.Lesson" Role="LessonsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Lesson_ParentLesson_EDU_Lesson_ParentLessonPartner"> | |
<End Type="EDU.Lesson" Role="ParentLesson" Multiplicity="0..1"/> | |
<End Type="EDU.Lesson" Role="ParentLessonPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Lesson_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.Lesson" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Submission_AssignedAssignment_EDU_AssignedAssignment_AssignedAssignmentPartner"> | |
<End Type="EDU.AssignedAssignment" Role="AssignedAssignment" Multiplicity="0..1"/> | |
<End Type="EDU.Submission" Role="AssignedAssignmentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Submission_Grades_EDU_Grade_GradesPartner"> | |
<End Type="EDU.Grade" Role="Grades" Multiplicity="*"/> | |
<End Type="EDU.Submission" Role="GradesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Submission_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.Submission" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_AssignmentGrade_Parent_EDU_LearningEntity_ParentPartner"> | |
<End Type="EDU.LearningEntity" Role="Parent" Multiplicity="0..1"/> | |
<End Type="EDU.AssignmentGrade" Role="ParentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Announcements_EDU_Announcement_AnnouncementsPartner"> | |
<End Type="EDU.Announcement" Role="Announcements" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="AnnouncementsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner"> | |
<End Type="EDU.AssignedAssignment" Role="AssignedAssignments" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="AssignedAssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartner"> | |
<End Type="EDU.AssignmentCategory" Role="AssignmentCategories" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="AssignmentCategoriesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Type="EDU.Assignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Events_EDU_Event_EventsPartner"> | |
<End Type="EDU.Event" Role="Events" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_EventSchedules_EDU_EventSchedule_EventSchedulesPartner"> | |
<End Type="EDU.EventSchedule" Role="EventSchedules" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="EventSchedulesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Grades_EDU_Grade_GradesPartner"> | |
<End Type="EDU.Grade" Role="Grades" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="GradesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Lessons_EDU_Lesson_LessonsPartner"> | |
<End Type="EDU.Lesson" Role="Lessons" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="LessonsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_ResourceLibrary_EDU_Resource_ResourceLibraryPartner"> | |
<End Type="EDU.Resource" Role="ResourceLibrary" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="ResourceLibraryPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_Course_Submissions_EDU_Submission_SubmissionsPartner"> | |
<End Type="EDU.Submission" Role="Submissions" Multiplicity="*"/> | |
<End Type="EDU.Course" Role="SubmissionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Announcements_EDU_Announcement_AnnouncementsPartner"> | |
<End Type="EDU.Announcement" Role="Announcements" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="AnnouncementsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_AssignedAssignments_EDU_AssignedAssignment_AssignedAssignmentsPartner"> | |
<End Type="EDU.AssignedAssignment" Role="AssignedAssignments" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="AssignedAssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_AssignmentCategories_EDU_AssignmentCategory_AssignmentCategoriesPartner"> | |
<End Type="EDU.AssignmentCategory" Role="AssignmentCategories" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="AssignmentCategoriesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Assignments_EDU_Assignment_AssignmentsPartner"> | |
<End Type="EDU.Assignment" Role="Assignments" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="AssignmentsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Communities_EDU_Community_CommunitiesPartner"> | |
<End Type="EDU.Community" Role="Communities" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="CommunitiesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Events_EDU_Event_EventsPartner"> | |
<End Type="EDU.Event" Role="Events" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="EventsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_EventSchedules_EDU_EventSchedule_EventSchedulesPartner"> | |
<End Type="EDU.EventSchedule" Role="EventSchedules" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="EventSchedulesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Grades_EDU_Grade_GradesPartner"> | |
<End Type="EDU.Grade" Role="Grades" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="GradesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Lessons_EDU_Lesson_LessonsPartner"> | |
<End Type="EDU.Lesson" Role="Lessons" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="LessonsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Memberships_EDU_Membership_MembershipsPartner"> | |
<End Type="EDU.Membership" Role="Memberships" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="MembershipsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Resources_EDU_Resource_ResourcesPartner"> | |
<End Type="EDU.Resource" Role="Resources" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="ResourcesPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_DataService_Submissions_EDU_Submission_SubmissionsPartner"> | |
<End Type="EDU.Submission" Role="Submissions" Multiplicity="*"/> | |
<End Type="EDU.DataService" Role="SubmissionsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="EDU_ResourceRef_Resource_EDU_Resource_ResourcePartner"> | |
<End Type="EDU.Resource" Role="Resource" Multiplicity="0..1"/> | |
<End Type="EDU.ResourceRef" Role="ResourcePartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="OBA.Server.ServerWrapper" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="Diagnostics"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Reporting"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Taskflow"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.WorkflowServices" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="WorkflowDefinition"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="AssociationUrl" Type="Edm.String"/> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="DraftVersion" Type="Edm.String"/> | |
<Property Name="FormField" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InitiationUrl" Type="Edm.String"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Published" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RequiresAssociationForm" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RequiresInitiationForm" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="RestrictToScope" Type="Edm.String"/> | |
<Property Name="RestrictToType" Type="Edm.String"/> | |
<Property Name="Xaml" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="WorkflowDeploymentService" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WorkflowInstance"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="FaultInfo" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="InstanceCreated" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="LastUpdated" Type="Edm.DateTime" Nullable="false"/> | |
<Property Name="Properties" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserStatus" Type="Edm.String"/> | |
<Property Name="WorkflowSubscriptionId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="WorkflowInstanceService" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="InteropService" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Current" Relationship="SP.WorkflowServices.SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner" ToRole="Current" FromRole="CurrentPartner"/> | |
</EntityType> | |
<EntityType Name="WorkflowServicesManager"> | |
<Key> | |
<PropertyRef Name="AppId"/> | |
</Key> | |
<Property Name="AppId" Type="Edm.String" Nullable="false"/> | |
<Property Name="IsConnected" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ScopePath" Type="Edm.String"/> | |
<NavigationProperty Name="Current" Relationship="SP.WorkflowServices.SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner" ToRole="Current" FromRole="CurrentPartner"/> | |
</EntityType> | |
<EntityType Name="WorkflowSubscription"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="DefinitionId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="Enabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="EventSourceId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="EventTypes" Type="Collection(Edm.String)"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="ManualStartBypassesActivationLimit" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="PropertyDefinitions" Type="Collection(SP.KeyValue)"/> | |
<Property Name="StatusFieldName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="WorkflowSubscriptionService" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="Current" Relationship="SP.WorkflowServices.SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner" ToRole="Current" FromRole="CurrentPartner"/> | |
</EntityType> | |
<Association Name="SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner"> | |
<End Type="SP.WorkflowServices.InteropService" Role="Current" Multiplicity="0..1"/> | |
<End Type="SP.WorkflowServices.InteropService" Role="CurrentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner"> | |
<End Type="SP.WorkflowServices.WorkflowServicesManager" Role="Current" Multiplicity="0..1"/> | |
<End Type="SP.WorkflowServices.WorkflowServicesManager" Role="CurrentPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner"> | |
<End Type="SP.WorkflowServices.WorkflowSubscriptionService" Role="Current" Multiplicity="0..1"/> | |
<End Type="SP.WorkflowServices.WorkflowSubscriptionService" Role="CurrentPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="Microsoft.Office.Server.ReputationModel" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="Reputation" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Client.Search.Administration" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="DocumentCrawlLog"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="SearchObjectOwner"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.UI" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="MySiteLinks"> | |
<Key> | |
<PropertyRef Name="AllDocumentsLink"/> | |
</Key> | |
<Property Name="AllDocumentsLink" Type="Edm.String" Nullable="false"/> | |
<Property Name="AllSitesLink" Type="Edm.String"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Portal.UserProfiles" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="MySiteDismissStatusText" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="MySiteDocumentMoveUtility" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="DocumentsSharedWithMe" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="PromotedSites" Abstract="true"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.BusinessData.Runtime" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="EntityIdentity"> | |
<Key> | |
<PropertyRef Name="IdentifierCount"/> | |
</Key> | |
<Property Name="IdentifierCount" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="NotificationCallback"> | |
<Key> | |
<PropertyRef Name="NotificationContext"/> | |
</Key> | |
<Property Name="NotificationContext" Type="Edm.String" Nullable="false"/> | |
<Property Name="NotificationEndpoint" Type="Edm.String"/> | |
<Property Name="NotificationForwarderType" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Subscription"> | |
<Key> | |
<PropertyRef Name="Hash"/> | |
</Key> | |
<Property Name="Hash" Type="Edm.String" Nullable="false"/> | |
<Property Name="ID" Type="Collection(SP.KeyValue)"/> | |
</EntityType> | |
<EntityType Name="EntityInstance"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="EntityFieldValueDictionary"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<Association Name="SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner"> | |
<End Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" Role="ReturnParameterCollection" Multiplicity="*"/> | |
<End Type="SP.BusinessData.MethodExecutionResult" Role="ReturnParameterCollectionPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="SP.BusinessData" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="EntityField"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="ContainsLocalizedDisplayName" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="DefaultDisplayName" Type="Edm.String"/> | |
<Property Name="LocalizedDisplayName" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Filter"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="DefaultDisplayName" Type="Edm.String"/> | |
<Property Name="FilterField" Type="Edm.String"/> | |
<Property Name="FilterType" Type="Edm.String"/> | |
<Property Name="LocalizedDisplayName" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="ValueCount" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="EntityIdentifier"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="IdentifierType" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="LobSystemInstance"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="TypeDescriptor"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="ContainsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsCollection" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="TypeName" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="Entity"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="EstimatedInstanceCount" Type="Edm.Int64" Nullable="false"/> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="Namespace" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="LobSystem"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="MethodExecutionResult"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<NavigationProperty Name="ReturnParameterCollection" Relationship="SP.BusinessData.Runtime.SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner" ToRole="ReturnParameterCollection" FromRole="ReturnParameterCollectionPartner"/> | |
</EntityType> | |
<EntityType Name="EntityView"> | |
<Key> | |
<PropertyRef Name="Name"/> | |
</Key> | |
<Property Name="Name" Type="Edm.String" Nullable="false"/> | |
<Property Name="RelatedSpecificFinderName" Type="Edm.String"/> | |
<NavigationProperty Name="Fields" Relationship="SP.BusinessData.SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner" ToRole="Fields" FromRole="FieldsPartner"/> | |
</EntityType> | |
<EntityType Name="AppBdcCatalog"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<Association Name="SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner"> | |
<End Type="SP.BusinessData.EntityField" Role="Fields" Multiplicity="*"/> | |
<End Type="SP.BusinessData.EntityView" Role="FieldsPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="SP.Analytics" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="AnalyticsUsageEntry"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.BusinessData.Infrastructure" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="ExternalSubscriptionStore"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Navigation.REST" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="NavigationServiceRest"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.Online.SharePoint.TenantManagement" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="ExternalUser"> | |
<Key> | |
<PropertyRef Name="AcceptedAs"/> | |
</Key> | |
<Property Name="AcceptedAs" Type="Edm.String" Nullable="false"/> | |
<Property Name="DisplayName" Type="Edm.String"/> | |
<Property Name="InvitedAs" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="GetExternalUsersResults"> | |
<Key> | |
<PropertyRef Name="TotalUserCount"/> | |
</Key> | |
<Property Name="TotalUserCount" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="UserCollectionPosition" Type="Edm.Int32" Nullable="false"/> | |
<NavigationProperty Name="ExternalUserCollection" Relationship="Microsoft.Online.SharePoint.TenantManagement.Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner" ToRole="ExternalUserCollection" FromRole="ExternalUserCollectionPartner"/> | |
</EntityType> | |
<EntityType Name="Office365Tenant"> | |
<Key> | |
<PropertyRef Name="DisplayStartASiteOption"/> | |
</Key> | |
<Property Name="DisplayStartASiteOption" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ExternalServicesEnabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="SharingCapability" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="StartASiteFormUrl" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="RemoveExternalUsersResults"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
<Property Name="RemoveFailed" Type="Collection(Edm.String)"/> | |
<Property Name="RemoveSucceeded" Type="Collection(Edm.String)"/> | |
</EntityType> | |
<Association Name="Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner"> | |
<End Type="Microsoft.Online.SharePoint.TenantManagement.ExternalUser" Role="ExternalUserCollection" Multiplicity="*"/> | |
<End Type="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults" Role="ExternalUserCollectionPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="SP.Discovery" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="Case"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
<EntityType Name="Export"> | |
<Key> | |
<PropertyRef Name="Status"/> | |
</Key> | |
<Property Name="Status" Type="Edm.Int32" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Publishing" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="AddinPlugin"> | |
<Key> | |
<PropertyRef Name="Description"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String" Nullable="false"/> | |
<Property Name="Markup" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="AddinSettings"> | |
<Key> | |
<PropertyRef Name="Id"/> | |
</Key> | |
<Property Name="Description" Type="Edm.String"/> | |
<Property Name="Enabled" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="HeadScript" Type="Edm.String"/> | |
<Property Name="HtmlEndBody" Type="Edm.String"/> | |
<Property Name="HtmlStartBody" Type="Edm.String"/> | |
<Property Name="Id" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="MetaTagPagePropertyMappings" Type="Collection(SP.KeyValue)"/> | |
<Property Name="Namespace" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Publishing.Navigation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="NavigationTermSetView"> | |
<Key> | |
<PropertyRef Name="ExcludeDeprecatedTerms"/> | |
</Key> | |
<Property Name="ExcludeDeprecatedTerms" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ExcludeTermsByPermissions" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ExcludeTermsByProvider" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="ServerRelativeSiteUrl" Type="Edm.String"/> | |
<Property Name="ServerRelativeWebUrl" Type="Edm.String"/> | |
<Property Name="SiteMapProviderName" Type="Edm.String"/> | |
<Property Name="WebId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="WebTitle" Type="Edm.String"/> | |
</EntityType> | |
<EntityType Name="WebNavigationSettings"> | |
<Key> | |
<PropertyRef Name="AddNewPagesToNavigation"/> | |
</Key> | |
<Property Name="AddNewPagesToNavigation" Type="Edm.Boolean" Nullable="false"/> | |
<Property Name="CreateFriendlyUrlsForNewPages" Type="Edm.Boolean" Nullable="false"/> | |
<NavigationProperty Name="CurrentNavigation" Relationship="SP.Publishing.Navigation.SP_Publishing_Navigation_WebNavigationSettings_CurrentNavigation_SP_Publishing_Navigation_StandardNavigationSettings_CurrentNavigationPartner" ToRole="CurrentNavigation" FromRole="CurrentNavigationPartner"/> | |
<NavigationProperty Name="GlobalNavigation" Relationship="SP.Publishing.Navigation.SP_Publishing_Navigation_WebNavigationSettings_GlobalNavigation_SP_Publishing_Navigation_StandardNavigationSettings_GlobalNavigationPartner" ToRole="GlobalNavigation" FromRole="GlobalNavigationPartner"/> | |
</EntityType> | |
<EntityType Name="StandardNavigationSettings"> | |
<Key> | |
<PropertyRef Name="Source"/> | |
</Key> | |
<Property Name="Source" Type="Edm.Int32" Nullable="false"/> | |
<Property Name="TermSetId" Type="Edm.Guid" Nullable="false"/> | |
<Property Name="TermStoreId" Type="Edm.Guid" Nullable="false"/> | |
</EntityType> | |
<Association Name="SP_Publishing_Navigation_WebNavigationSettings_CurrentNavigation_SP_Publishing_Navigation_StandardNavigationSettings_CurrentNavigationPartner"> | |
<End Type="SP.Publishing.Navigation.StandardNavigationSettings" Role="CurrentNavigation" Multiplicity="0..1"/> | |
<End Type="SP.Publishing.Navigation.WebNavigationSettings" Role="CurrentNavigationPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Publishing_Navigation_WebNavigationSettings_GlobalNavigation_SP_Publishing_Navigation_StandardNavigationSettings_GlobalNavigationPartner"> | |
<End Type="SP.Publishing.Navigation.StandardNavigationSettings" Role="GlobalNavigation" Multiplicity="0..1"/> | |
<End Type="SP.Publishing.Navigation.WebNavigationSettings" Role="GlobalNavigationPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Client.Search.Portability" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="SearchConfigurationPortability"> | |
<Key> | |
<PropertyRef Name="ImportWarnings"/> | |
</Key> | |
<Property Name="ImportWarnings" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="Microsoft.SharePoint.Client.Search.Analytics" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="UsageAnalytics"> | |
<Key> | |
<PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a"/> | |
</Key> | |
<Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String" Nullable="false"/> | |
</EntityType> | |
</Schema> | |
<Schema Namespace="SP.Data" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> | |
<EntityType Name="OData__x005f_catalogs_x002f_designItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="Attachments" Type="Edm.Boolean"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="LinkTitleNoMenu" Type="Edm.String"/> | |
<Property Name="LinkTitle" Type="Edm.String"/> | |
<Property Name="LinkTitle2" Type="Edm.String"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="MasterPageUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="ThemeUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="ImageUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="FontSchemeUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="DisplayOrder" Type="Edm.Double"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
</EntityType> | |
<EntityType Name="UserInfoItem" BaseType="SP.ListItem"> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="Name" Type="Edm.String"/> | |
<Property Name="EMail" Type="Edm.String"/> | |
<Property Name="MobilePhone" Type="Edm.String"/> | |
<Property Name="Notes" Type="Edm.String"/> | |
<Property Name="SipAddress" Type="Edm.String"/> | |
<Property Name="Locale" Type="Edm.Int32"/> | |
<Property Name="CalendarType" Type="Edm.Int32"/> | |
<Property Name="AdjustHijriDays" Type="Edm.Int32"/> | |
<Property Name="TimeZone" Type="Edm.Int32"/> | |
<Property Name="Time24" Type="Edm.Boolean"/> | |
<Property Name="AltCalendarType" Type="Edm.Int32"/> | |
<Property Name="CalendarViewOptions" Type="Edm.Int32"/> | |
<Property Name="WorkDays" Type="Edm.Int32"/> | |
<Property Name="WorkDayStartHour" Type="Edm.Int32"/> | |
<Property Name="WorkDayEndHour" Type="Edm.Int32"/> | |
<Property Name="MUILanguages" Type="Edm.String"/> | |
<Property Name="ContentLanguages" Type="Edm.String"/> | |
<Property Name="IsSiteAdmin" Type="Edm.Boolean"/> | |
<Property Name="Deleted" Type="Edm.Boolean"/> | |
<Property Name="UserInfoHidden" Type="Edm.Boolean"/> | |
<Property Name="Picture" Type="SP.FieldUrlValue"/> | |
<Property Name="Department" Type="Edm.String"/> | |
<Property Name="JobTitle" Type="Edm.String"/> | |
<Property Name="IsActive" Type="Edm.Boolean"/> | |
<Property Name="FirstName" Type="Edm.String"/> | |
<Property Name="LastName" Type="Edm.String"/> | |
<Property Name="LinkTitle" Type="Edm.String"/> | |
<Property Name="LinkTitle2" Type="Edm.String"/> | |
<Property Name="WorkPhone" Type="Edm.String"/> | |
<Property Name="UserName" Type="Edm.String"/> | |
<Property Name="WebSite" Type="SP.FieldUrlValue"/> | |
<Property Name="SPSResponsibility" Type="Edm.String"/> | |
<Property Name="Office" Type="Edm.String"/> | |
<Property Name="SPSPictureTimestamp" Type="Edm.String"/> | |
<Property Name="SPSPicturePlaceholderState" Type="Edm.Int32"/> | |
<Property Name="SPSPictureExchangeSyncState" Type="Edm.Int32"/> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="Attachments" Type="Edm.Boolean"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="LinkTitleNoMenu" Type="Edm.String"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="GroupLink" Type="Edm.String"/> | |
<Property Name="GroupEdit" Type="Edm.String"/> | |
<Property Name="ImnName" Type="Edm.String"/> | |
<Property Name="PictureDisp" Type="Edm.String"/> | |
<Property Name="PictureOnly_Size_36px" Type="Edm.String"/> | |
<Property Name="PictureOnly_Size_48px" Type="Edm.String"/> | |
<Property Name="PictureOnly_Size_72px" Type="Edm.String"/> | |
<Property Name="NameWithPicture" Type="Edm.String"/> | |
<Property Name="NameWithPictureAndDetails" Type="Edm.String"/> | |
<Property Name="EditUser" Type="Edm.String"/> | |
<Property Name="UserSelection" Type="Edm.String"/> | |
<Property Name="ContentTypeDisp" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
</EntityType> | |
<EntityType Name="DocumentsItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TemplateUrl" Type="Edm.String"/> | |
<Property Name="xd_ProgID" Type="Edm.String"/> | |
<Property Name="xd_Signature" Type="Edm.Boolean"/> | |
<Property Name="Combine" Type="Edm.String"/> | |
<Property Name="RepairDocument" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="OData__x005f_catalogs_x002f_masterpageItem" BaseType="SP.ListItem"> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="MasterPageDescription" Type="Edm.String"/> | |
<Property Name="UIVersion" Type="Collection(Edm.String)"/> | |
<Property Name="DefaultCssFile" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSTemplateHidden" Type="Edm.Boolean"/> | |
<Property Name="DisplayTemplateJSTargetControlType" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSIconUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="DisplayTemplateJSTemplateType" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSTargetScope" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSTargetListTemplate" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSTargetContentType" Type="Edm.String"/> | |
<Property Name="DisplayTemplateJSConfigurationUrl" Type="SP.FieldUrlValue"/> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="FilenameMenuNoLink" Type="Edm.String"/> | |
<Property Name="MasterPageIcon" Type="Edm.String"/> | |
<Property Name="FilenameNoLink" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="OneNoteItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TemplateUrl" Type="Edm.String"/> | |
<Property Name="xd_ProgID" Type="Edm.String"/> | |
<Property Name="xd_Signature" Type="Edm.Boolean"/> | |
<Property Name="Combine" Type="Edm.String"/> | |
<Property Name="RepairDocument" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_OneNoteItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_OneNoteItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_OneNoteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="PostsListItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="Attachments" Type="Edm.Boolean"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="LinkTitleNoMenu" Type="Edm.String"/> | |
<Property Name="LinkTitle" Type="Edm.String"/> | |
<Property Name="LinkTitle2" Type="Edm.String"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="Expires" Type="Edm.DateTime"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_PostsListItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_PostsListItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
</EntityType> | |
<EntityType Name="ServiceFilesItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TemplateUrl" Type="Edm.String"/> | |
<Property Name="xd_ProgID" Type="Edm.String"/> | |
<Property Name="xd_Signature" Type="Edm.Boolean"/> | |
<Property Name="Combine" Type="Edm.String"/> | |
<Property Name="RepairDocument" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_ServiceFilesItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_ServiceFilesItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_ServiceFilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="SiteAssetsItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="TemplateUrl" Type="Edm.String"/> | |
<Property Name="xd_ProgID" Type="Edm.String"/> | |
<Property Name="xd_Signature" Type="Edm.Boolean"/> | |
<Property Name="Combine" Type="Edm.String"/> | |
<Property Name="RepairDocument" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="SitePagesItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="CheckoutUserId" Type="Edm.Int32"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="OData__CheckinComment" Type="Edm.String"/> | |
<Property Name="LinkCheckedOutTitle" Type="Edm.String"/> | |
<Property Name="Modified_x0020_By" Type="Edm.String"/> | |
<Property Name="Created_x0020_By" Type="Edm.String"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__SourceUrl" Type="Edm.String"/> | |
<Property Name="OData__SharedFileIndex" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="FileSizeDisplay" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="SelectFilename" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="WikiField" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="CheckoutUser" Relationship="SP.Data.SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner" ToRole="CheckoutUser" FromRole="CheckoutUserPartner"/> | |
</EntityType> | |
<EntityType Name="TasksListItem" BaseType="SP.ListItem"> | |
<Property Name="ID" Type="Edm.Int32"/> | |
<Property Name="ContentTypeId" Type="Edm.String"/> | |
<Property Name="Title" Type="Edm.String"/> | |
<Property Name="Modified" Type="Edm.DateTime"/> | |
<Property Name="Created" Type="Edm.DateTime"/> | |
<Property Name="AuthorId" Type="Edm.Int32"/> | |
<Property Name="EditorId" Type="Edm.Int32"/> | |
<Property Name="OData__HasCopyDestinations" Type="Edm.Boolean"/> | |
<Property Name="OData__CopySource" Type="Edm.String"/> | |
<Property Name="owshiddenversion" Type="Edm.Int32"/> | |
<Property Name="WorkflowVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersion" Type="Edm.Int32"/> | |
<Property Name="OData__UIVersionString" Type="Edm.String"/> | |
<Property Name="Attachments" Type="Edm.Boolean"/> | |
<Property Name="OData__ModerationStatus" Type="Edm.Int32"/> | |
<Property Name="OData__ModerationComments" Type="Edm.String"/> | |
<Property Name="Edit" Type="Edm.String"/> | |
<Property Name="LinkTitleNoMenu" Type="Edm.String"/> | |
<Property Name="LinkTitle" Type="Edm.String"/> | |
<Property Name="LinkTitle2" Type="Edm.String"/> | |
<Property Name="SelectTitle" Type="Edm.String"/> | |
<Property Name="InstanceID" Type="Edm.Int32"/> | |
<Property Name="Order" Type="Edm.Double"/> | |
<Property Name="GUID" Type="Edm.Guid"/> | |
<Property Name="WorkflowInstanceID" Type="Edm.Guid"/> | |
<Property Name="FileRef" Type="Edm.String"/> | |
<Property Name="FileDirRef" Type="Edm.String"/> | |
<Property Name="Last_x0020_Modified" Type="Edm.DateTime"/> | |
<Property Name="Created_x0020_Date" Type="Edm.DateTime"/> | |
<Property Name="FSObjType" Type="Edm.Int32"/> | |
<Property Name="PermMask" Type="Edm.String"/> | |
<Property Name="FileLeafRef" Type="Edm.String"/> | |
<Property Name="UniqueId" Type="Edm.Guid"/> | |
<Property Name="File_x0020_Type" Type="Edm.String"/> | |
<Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableStart2" Type="Edm.String"/> | |
<Property Name="OData__EditMenuTableEnd" Type="Edm.String"/> | |
<Property Name="LinkFilenameNoMenu" Type="Edm.String"/> | |
<Property Name="LinkFilename" Type="Edm.String"/> | |
<Property Name="LinkFilename2" Type="Edm.String"/> | |
<Property Name="DocIcon" Type="Edm.String"/> | |
<Property Name="ServerUrl" Type="Edm.String"/> | |
<Property Name="EncodedAbsUrl" Type="Edm.String"/> | |
<Property Name="BaseName" Type="Edm.String"/> | |
<Property Name="OData__Level" Type="Edm.Int32"/> | |
<Property Name="OData__IsCurrentVersion" Type="Edm.Boolean"/> | |
<Property Name="AppAuthorId" Type="Edm.Int32"/> | |
<Property Name="AppEditorId" Type="Edm.Int32"/> | |
<Property Name="PredecessorsId" Type="Collection(Edm.Int32)" Nullable="false"/> | |
<Property Name="Priority" Type="Edm.String"/> | |
<Property Name="Status" Type="Edm.String"/> | |
<Property Name="PercentComplete" Type="Edm.Double"/> | |
<Property Name="AssignedToId" Type="Edm.Int32"/> | |
<Property Name="TaskGroupId" Type="Edm.Int32"/> | |
<Property Name="Body" Type="Edm.String"/> | |
<Property Name="StartDate" Type="Edm.DateTime"/> | |
<Property Name="DueDate" Type="Edm.DateTime"/> | |
<Property Name="RelatedItems" Type="Edm.String"/> | |
<NavigationProperty Name="Author" Relationship="SP.Data.SP_Data_TasksListItem_Author_SP_Data_UserInfoItem_AuthorPartner" ToRole="Author" FromRole="AuthorPartner"/> | |
<NavigationProperty Name="Editor" Relationship="SP.Data.SP_Data_TasksListItem_Editor_SP_Data_UserInfoItem_EditorPartner" ToRole="Editor" FromRole="EditorPartner"/> | |
<NavigationProperty Name="Predecessors" Relationship="SP.Data.SP_Data_TasksListItem_Predecessors_SP_Data_TasksListItem_PredecessorsPartner" ToRole="Predecessors" FromRole="PredecessorsPartner"/> | |
<NavigationProperty Name="AssignedTo" Relationship="SP.Data.SP_Data_TasksListItem_AssignedTo_SP_Data_UserInfoItem_AssignedToPartner" ToRole="AssignedTo" FromRole="AssignedToPartner"/> | |
<NavigationProperty Name="TaskGroup" Relationship="SP.Data.SP_Data_TasksListItem_TaskGroup_SP_Data_UserInfoItem_TaskGroupPartner" ToRole="TaskGroup" FromRole="TaskGroupPartner"/> | |
</EntityType> | |
<Association Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.OData__x005f_catalogs_x002f_designItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.OData__x005f_catalogs_x002f_designItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.UserInfoItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.UserInfoItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.DocumentsItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.DocumentsItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.DocumentsItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OneNoteItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.OneNoteItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OneNoteItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.OneNoteItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_OneNoteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.OneNoteItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_PostsListItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.PostsListItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_PostsListItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.PostsListItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_ServiceFilesItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.ServiceFilesItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_ServiceFilesItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.ServiceFilesItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_ServiceFilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.ServiceFilesItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.SiteAssetsItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.SiteAssetsItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.SiteAssetsItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.SitePagesItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.SitePagesItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1"/> | |
<End Type="SP.Data.SitePagesItem" Role="CheckoutUserPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_TasksListItem_Author_SP_Data_UserInfoItem_AuthorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1"/> | |
<End Type="SP.Data.TasksListItem" Role="AuthorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_TasksListItem_Editor_SP_Data_UserInfoItem_EditorPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1"/> | |
<End Type="SP.Data.TasksListItem" Role="EditorPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_TasksListItem_Predecessors_SP_Data_TasksListItem_PredecessorsPartner"> | |
<End Type="SP.Data.TasksListItem" Role="Predecessors" Multiplicity="*"/> | |
<End Type="SP.Data.TasksListItem" Role="PredecessorsPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_TasksListItem_AssignedTo_SP_Data_UserInfoItem_AssignedToPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="AssignedTo" Multiplicity="0..1"/> | |
<End Type="SP.Data.TasksListItem" Role="AssignedToPartner" Multiplicity="0..1"/> | |
</Association> | |
<Association Name="SP_Data_TasksListItem_TaskGroup_SP_Data_UserInfoItem_TaskGroupPartner"> | |
<End Type="SP.Data.UserInfoItem" Role="TaskGroup" Multiplicity="0..1"/> | |
<End Type="SP.Data.TasksListItem" Role="TaskGroupPartner" Multiplicity="0..1"/> | |
</Association> | |
</Schema> | |
</edmx:DataServices> | |
</edmx:Edmx> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment