<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Aggregation.V1.xml">
    <edmx:Include Alias="Aggregation" Namespace="Org.OData.Aggregation.V1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Analytics.xml">
    <edmx:Include Alias="Analytics" Namespace="com.sap.vocabularies.Analytics.v1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml">
    <edmx:Include Alias="Capabilities" Namespace="Org.OData.Capabilities.V1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml">
    <edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Alias="Core" Namespace="Org.OData.Core.V1"/>
  </edmx:Reference>
  <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/UI.xml">
    <edmx:Include Alias="UI" Namespace="com.sap.vocabularies.UI.v1"/>
  </edmx:Reference>
  <edmx:DataServices>
    <Schema Namespace="DCEvaluationService" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityContainer Name="EntityContainer">
        <EntitySet Name="CompanySettings" EntityType="DCEvaluationService.CompanySettings"/>
        <EntitySet Name="MstrCategories" EntityType="DCEvaluationService.MstrCategories"/>
        <EntitySet Name="MstrEvaluationDates" EntityType="DCEvaluationService.MstrEvaluationDates">
          <NavigationPropertyBinding Path="yearDetails" Target="MstrFinancialYears"/>
          <NavigationPropertyBinding Path="monthDetails" Target="MstrMonths"/>
          <NavigationPropertyBinding Path="evaluationDateHistory" Target="EvaluationDateHistory"/>
          <NavigationPropertyBinding Path="SiblingEntity" Target="MstrEvaluationDates"/>
        </EntitySet>
        <EntitySet Name="MstrNormTypes" EntityType="DCEvaluationService.MstrNormTypes"/>
        <EntitySet Name="MstrValueTypes" EntityType="DCEvaluationService.MstrValueTypes"/>
        <EntitySet Name="MstrUsers" EntityType="DCEvaluationService.MstrUsers">
          <NavigationPropertyBinding Path="mapDepotUser" Target="MapDepotUsers"/>
          <NavigationPropertyBinding Path="roleDetails" Target="MstrRoles"/>
          <NavigationPropertyBinding Path="SiblingEntity" Target="MstrUsers"/>
        </EntitySet>
        <EntitySet Name="MstrRoles" EntityType="DCEvaluationService.MstrRoles"/>
        <EntitySet Name="MstrStates" EntityType="DCEvaluationService.MstrStates"/>
        <EntitySet Name="MstrKeyKPIs" EntityType="DCEvaluationService.MstrKeyKPIs"/>
        <EntitySet Name="MstrKeyKPIAreas" EntityType="DCEvaluationService.MstrKeyKPIAreas">
          <NavigationPropertyBinding Path="keyKpiDetails" Target="MstrKeyKPIs"/>
        </EntitySet>
        <EntitySet Name="MstrStages" EntityType="DCEvaluationService.MstrStages"/>
        <EntitySet Name="MstrStatus" EntityType="DCEvaluationService.MstrStatus"/>
        <EntitySet Name="MapDepotUsers" EntityType="DCEvaluationService.MapDepotUsers">
          <NavigationPropertyBinding Path="userDetails" Target="MstrUsers"/>
          <NavigationPropertyBinding Path="roleDetails" Target="MstrRoles"/>
          <NavigationPropertyBinding Path="depotDetails" Target="Depots"/>
          <NavigationPropertyBinding Path="MstrUsers" Target="MstrUsers"/>
          <NavigationPropertyBinding Path="SiblingEntity" Target="MapDepotUsers"/>
        </EntitySet>
        <EntitySet Name="MapUserRoles" EntityType="DCEvaluationService.MapUserRoles">
          <NavigationPropertyBinding Path="roleDetails" Target="MstrRoles"/>
        </EntitySet>
        <EntitySet Name="MstrFinancialYears" EntityType="DCEvaluationService.MstrFinancialYears">
          <NavigationPropertyBinding Path="categoryYearly" Target="CategoryYearly"/>
        </EntitySet>
        <EntitySet Name="MstrMonths" EntityType="DCEvaluationService.MstrMonths"/>
        <EntitySet Name="Depots" EntityType="DCEvaluationService.Depots">
          <NavigationPropertyBinding Path="zoneDetails" Target="Zones"/>
          <NavigationPropertyBinding Path="stateDetails" Target="MstrStates"/>
          <NavigationPropertyBinding Path="sleUser" Target="MapDepotUsers"/>
          <NavigationPropertyBinding Path="depotUser" Target="MapDepotUsers"/>
          <NavigationPropertyBinding Path="corporateUser" Target="MapDepotUsers"/>
        </EntitySet>
        <EntitySet Name="Zones" EntityType="DCEvaluationService.Zones"/>
        <EntitySet Name="ValueTypes" EntityType="DCEvaluationService.ValueTypes"/>
        <EntitySet Name="Gst" EntityType="DCEvaluationService.Gst"/>
        <EntitySet Name="Vendors" EntityType="DCEvaluationService.Vendors">
          <NavigationPropertyBinding Path="Vendors" Target="Plants"/>
        </EntitySet>
        <EntitySet Name="Plants" EntityType="DCEvaluationService.Plants">
          <NavigationPropertyBinding Path="Vendors" Target="Vendors"/>
        </EntitySet>
        <EntitySet Name="Evaluations" EntityType="DCEvaluationService.Evaluations">
          <NavigationPropertyBinding Path="depotDetails" Target="Depots"/>
          <NavigationPropertyBinding Path="stageDetails" Target="MstrStages"/>
          <NavigationPropertyBinding Path="statusDetails" Target="MstrStatus"/>
          <NavigationPropertyBinding Path="evaluationCategory" Target="EvaluationCategory"/>
          <NavigationPropertyBinding Path="evaluationDates" Target="MstrEvaluationDates"/>
          <NavigationPropertyBinding Path="yearDetails" Target="MstrFinancialYears"/>
          <NavigationPropertyBinding Path="monthDetails" Target="MstrMonths"/>
          <NavigationPropertyBinding Path="evaluationTasksHistory" Target="EvaluationTasksHistory"/>
          <NavigationPropertyBinding Path="generationStatusDetails" Target="MstrStatus"/>
          <NavigationPropertyBinding Path="evaluationEditHistory" Target="EvaluationEditHistory"/>
        </EntitySet>
        <EntitySet Name="EvaluationCategory" EntityType="DCEvaluationService.EvaluationCategory">
          <NavigationPropertyBinding Path="categoryDetails" Target="MstrCategories"/>
          <NavigationPropertyBinding Path="evaluationKeyKpi" Target="EvaluationKeyKpis"/>
        </EntitySet>
        <EntitySet Name="EvaluationKeyKpis" EntityType="DCEvaluationService.EvaluationKeyKpis">
          <NavigationPropertyBinding Path="categoryDetails" Target="MstrCategories"/>
          <NavigationPropertyBinding Path="keyKpiDetails" Target="MstrKeyKPIs"/>
          <NavigationPropertyBinding Path="evaluationKeyKpiArea" Target="EvaluationKeyKpiAreas"/>
        </EntitySet>
        <EntitySet Name="EvaluationKeyKpiAreas" EntityType="DCEvaluationService.EvaluationKeyKpiAreas">
          <NavigationPropertyBinding Path="categoryDetails" Target="MstrCategories"/>
          <NavigationPropertyBinding Path="keyKpiDetails" Target="MstrKeyKPIs"/>
          <NavigationPropertyBinding Path="keyKpiAreaAttachments" Target="EvaluationAttachments"/>
          <NavigationPropertyBinding Path="keyKpiAreaDetails" Target="MstrKeyKPIAreas"/>
          <NavigationPropertyBinding Path="editHistory" Target="EvaluationEditHistory"/>
        </EntitySet>
        <EntitySet Name="EvaluationAttachments" EntityType="DCEvaluationService.EvaluationAttachments">
          <NavigationPropertyBinding Path="evaluation" Target="Evaluations"/>
          <NavigationPropertyBinding Path="evaluationKeyKpiArea" Target="EvaluationKeyKpiAreas"/>
        </EntitySet>
        <EntitySet Name="EvaluationTasksHistory" EntityType="DCEvaluationService.EvaluationTasksHistory">
          <NavigationPropertyBinding Path="evaluationStageDetails" Target="MstrStages"/>
          <NavigationPropertyBinding Path="evaluationStatusDetails" Target="MstrStatus"/>
          <NavigationPropertyBinding Path="assignedByUser" Target="MstrUsers"/>
          <NavigationPropertyBinding Path="assignedToUser" Target="MstrUsers"/>
        </EntitySet>
        <EntitySet Name="DownloadEvaluationAttachment" EntityType="DCEvaluationService.DownloadEvaluationAttachment"/>
        <EntitySet Name="EvaluationEditHistory" EntityType="DCEvaluationService.EvaluationEditHistory">
          <NavigationPropertyBinding Path="evaluationKeyKpiArea" Target="EvaluationKeyKpiAreas"/>
          <NavigationPropertyBinding Path="editedByUser" Target="MstrUsers"/>
        </EntitySet>
        <EntitySet Name="KeyKPIAreasYearlyEditHistory" EntityType="DCEvaluationService.KeyKPIAreasYearlyEditHistory">
          <NavigationPropertyBinding Path="keyKpiAreaDetails" Target="MstrKeyKPIAreas"/>
          <NavigationPropertyBinding Path="modifiedByUser" Target="MstrUsers"/>
        </EntitySet>
        <EntitySet Name="KeyKPIAreasYearly" EntityType="DCEvaluationService.KeyKPIAreasYearly">
          <NavigationPropertyBinding Path="keyKpiAreaDetails" Target="MstrKeyKPIAreas"/>
        </EntitySet>
        <EntitySet Name="KeyKpiYearly" EntityType="DCEvaluationService.KeyKpiYearly">
          <NavigationPropertyBinding Path="keyKpiDetails" Target="MstrKeyKPIs"/>
          <NavigationPropertyBinding Path="keyKPIAreasYearly" Target="KeyKPIAreasYearly"/>
        </EntitySet>
        <EntitySet Name="CategoryYearly" EntityType="DCEvaluationService.CategoryYearly">
          <NavigationPropertyBinding Path="categoryDetails" Target="MstrCategories"/>
          <NavigationPropertyBinding Path="keyKpiYearly" Target="KeyKpiYearly"/>
        </EntitySet>
        <EntitySet Name="EvaluationDateHistory" EntityType="DCEvaluationService.EvaluationDateHistory">
          <NavigationPropertyBinding Path="yearDetails" Target="MstrFinancialYears"/>
          <NavigationPropertyBinding Path="monthDetails" Target="MstrMonths"/>
        </EntitySet>
        <EntitySet Name="ConfigurationProperties" EntityType="DCEvaluationService.ConfigurationProperties"/>
        <EntitySet Name="DashboardDetails" EntityType="DCEvaluationService.DashboardDetails">
          <NavigationPropertyBinding Path="depotDetails" Target="Depots"/>
          <NavigationPropertyBinding Path="yearDetails" Target="MstrFinancialYears"/>
          <NavigationPropertyBinding Path="monthDetails" Target="MstrMonths"/>
        </EntitySet>
        <ActionImport Name="triggerMonthlyEvaluationDataScheduler" Action="DCEvaluationService.triggerMonthlyEvaluationDataScheduler"/>
        <ActionImport Name="triggerYearlyEvaluationDataScheduler" Action="DCEvaluationService.triggerYearlyEvaluationDataScheduler"/>
        <ActionImport Name="triggerEmail" Action="DCEvaluationService.triggerEmail"/>
        <ActionImport Name="triggerTotalCategoryAndKeyKpiPoints" Action="DCEvaluationService.triggerTotalCategoryAndKeyKpiPoints"/>
        <ActionImport Name="triggerUpdateStageAndStatusScheduler" Action="DCEvaluationService.triggerUpdateStageAndStatusScheduler"/>
        <FunctionImport Name="getLoggedInUserInfo" Function="DCEvaluationService.getLoggedInUserInfo"/>
        <ActionImport Name="normSubmissionReminderEmail" Action="DCEvaluationService.normSubmissionReminderEmail"/>
        <ActionImport Name="normSubmissionIntimationEmailToDepotUser" Action="DCEvaluationService.normSubmissionIntimationEmailToDepotUser"/>
        <ActionImport Name="evaluationSubmissionReminderEmail" Action="DCEvaluationService.evaluationSubmissionReminderEmail"/>
        <ActionImport Name="evaluationSubmissionIntimationToDepotUserEmail" Action="DCEvaluationService.evaluationSubmissionIntimationToDepotUserEmail"/>
        <ActionImport Name="approvalCycleReminderEmailToSle" Action="DCEvaluationService.approvalCycleReminderEmailToSle"/>
        <ActionImport Name="sleApprovalIntimationEmailToDepotUSer" Action="DCEvaluationService.sleApprovalIntimationEmailToDepotUSer"/>
        <ActionImport Name="sleRejectionEmailToDepotUSer" Action="DCEvaluationService.sleRejectionEmailToDepotUSer"/>
        <ActionImport Name="sleRejectionReminderEmailToDepotUSer" Action="DCEvaluationService.sleRejectionReminderEmailToDepotUSer"/>
        <ActionImport Name="deleteEvaluationAttachment" Action="DCEvaluationService.deleteEvaluationAttachment"/>
        <ActionImport Name="getEvaluationSummaryReport" Action="DCEvaluationService.getEvaluationSummaryReport"/>
        <ActionImport Name="getEvaluationDepotWiseReport" Action="DCEvaluationService.getEvaluationDepotWiseReport"/>
        <ActionImport Name="triggerReminderEmails" Action="DCEvaluationService.triggerReminderEmails"/>
        <ActionImport Name="uploadDocumentsToOpenText" Action="DCEvaluationService.uploadDocumentsToOpenText"/>
        <ActionImport Name="approvalCycleReminderToCorporateUser" Action="DCEvaluationService.approvalCycleReminderToCorporateUser"/>
        <ActionImport Name="approvalIntimationToCorporateUser" Action="DCEvaluationService.approvalIntimationToCorporateUser"/>
        <ActionImport Name="corporateUserApprovalIntimationToDepotUSer" Action="DCEvaluationService.corporateUserApprovalIntimationToDepotUSer"/>
        <ActionImport Name="corporateRejectionIntimationToDepotUSer" Action="DCEvaluationService.corporateRejectionIntimationToDepotUSer"/>
        <ActionImport Name="updateEvaluationStatusGenerated" Action="DCEvaluationService.updateEvaluationStatusGenerated"/>
        <ActionImport Name="getEvaluationReportCard" Action="DCEvaluationService.getEvaluationReportCard"/>
        <ActionImport Name="getEvaluationStatusReport" Action="DCEvaluationService.getEvaluationStatusReport"/>
        <ActionImport Name="getGstrFiledDateNorm" Action="DCEvaluationService.getGstrFiledDateNorm"/>
        <ActionImport Name="getDepotWiseDashboardDetails" Action="DCEvaluationService.getDepotWiseDashboardDetails"/>
        <ActionImport Name="getZoneWiseDashboardDetails" Action="DCEvaluationService.getZoneWiseDashboardDetails"/>
        <ActionImport Name="getStateWiseDashboardDetails" Action="DCEvaluationService.getStateWiseDashboardDetails"/>
        <ActionImport Name="getSleWiseDashboardDetails" Action="DCEvaluationService.getSleWiseDashboardDetails"/>
        <ActionImport Name="getMonthWiseDashboardDetails" Action="DCEvaluationService.getMonthWiseDashboardDetails"/>
        <ActionImport Name="getCategoryWiseDashboardDetails" Action="DCEvaluationService.getCategoryWiseDashboardDetails"/>
        <ActionImport Name="saveEvaluationDatesForYear" Action="DCEvaluationService.saveEvaluationDatesForYear"/>
        <ActionImport Name="updateEvaluationForceRejected" Action="DCEvaluationService.updateEvaluationForceRejected"/>
        <ActionImport Name="removeEvaluationDocumentFromDB" Action="DCEvaluationService.removeEvaluationDocumentFromDB"/>
      </EntityContainer>
      <EntityType Name="CompanySettings">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="companyAddress" Type="Edm.String"/>
        <Property Name="companyTelephone" Type="Edm.String"/>
        <Property Name="companyFax" Type="Edm.String"/>
        <Property Name="facebookLink" Type="Edm.String"/>
        <Property Name="twitterLink" Type="Edm.String"/>
        <Property Name="linkedInLink" Type="Edm.String"/>
        <Property Name="instagramLink" Type="Edm.String"/>
        <Property Name="youtubeLink" Type="Edm.String"/>
        <Property Name="signupDisclaimerContent" Type="Edm.String"/>
        <Property Name="IsEmailEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="IsSMSEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="isOpenTextEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="isCorporateApprovalEnabled" Type="Edm.Boolean" DefaultValue="false"/>
      </EntityType>
      <EntityType Name="MstrCategories">
        <Key>
          <PropertyRef Name="category"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="category" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
        <Property Name="sequence" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="MstrEvaluationDates">
        <Key>
          <PropertyRef Name="ID"/>
          <PropertyRef Name="IsActiveEntity"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="30"/>
        <Property Name="month" Type="Edm.String" MaxLength="15"/>
        <Property Name="generationStartDate" Type="Edm.Date"/>
        <Property Name="generationEndDate" Type="Edm.Date"/>
        <Property Name="evaluationStartDate" Type="Edm.Date"/>
        <Property Name="evaluationEndDate" Type="Edm.Date"/>
        <Property Name="approvalStartDate" Type="Edm.Date"/>
        <Property Name="approvalEndDate" Type="Edm.Date"/>
        <Property Name="remark" Type="Edm.String" MaxLength="200"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <Property Name="isRegenerated" Type="Edm.Boolean" DefaultValue="false"/>
        <NavigationProperty Name="yearDetails" Type="DCEvaluationService.MstrFinancialYears">
          <ReferentialConstraint Property="year" ReferencedProperty="year"/>
        </NavigationProperty>
        <NavigationProperty Name="monthDetails" Type="DCEvaluationService.MstrMonths">
          <ReferentialConstraint Property="month" ReferencedProperty="month"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationDateHistory" Type="Collection(DCEvaluationService.EvaluationDateHistory)"/>
        <Property Name="IsActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="true"/>
        <Property Name="HasActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <Property Name="HasDraftEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <NavigationProperty Name="DraftAdministrativeData" Type="DCEvaluationService.DraftAdministrativeData" ContainsTarget="true"/>
        <NavigationProperty Name="SiblingEntity" Type="DCEvaluationService.MstrEvaluationDates"/>
      </EntityType>
      <EntityType Name="MstrNormTypes">
        <Key>
          <PropertyRef Name="normType"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="normType" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
      </EntityType>
      <EntityType Name="MstrValueTypes">
        <Key>
          <PropertyRef Name="valueType"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="valueType" Type="Edm.String" MaxLength="30" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
      </EntityType>
      <EntityType Name="MstrUsers">
        <Key>
          <PropertyRef Name="ID"/>
          <PropertyRef Name="IsActiveEntity"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="firstName" Type="Edm.String" MaxLength="50"/>
        <Property Name="lastName" Type="Edm.String" MaxLength="50"/>
        <Property Name="email" Type="Edm.String" MaxLength="100"/>
        <Property Name="designation" Type="Edm.String" MaxLength="50"/>
        <Property Name="name" Type="Edm.String" MaxLength="100"/>
        <Property Name="isMappingApplicable" Type="Edm.Boolean" DefaultValue="false"/>
        <NavigationProperty Name="mapDepotUser" Type="Collection(DCEvaluationService.MapDepotUsers)" Partner="MstrUsers">
          <OnDelete Action="Cascade"/>
        </NavigationProperty>
        <NavigationProperty Name="roleDetails" Type="DCEvaluationService.MstrRoles">
          <ReferentialConstraint Property="designation" ReferencedProperty="role"/>
        </NavigationProperty>
        <Property Name="IsActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="true"/>
        <Property Name="HasActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <Property Name="HasDraftEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <NavigationProperty Name="DraftAdministrativeData" Type="DCEvaluationService.DraftAdministrativeData" ContainsTarget="true"/>
        <NavigationProperty Name="SiblingEntity" Type="DCEvaluationService.MstrUsers"/>
      </EntityType>
      <EntityType Name="MstrRoles">
        <Key>
          <PropertyRef Name="role"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="role" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
      </EntityType>
      <EntityType Name="MstrStates">
        <Key>
          <PropertyRef Name="sapStateCode"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="sapStateCode" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <Property Name="stateCode" Type="Edm.String" MaxLength="10"/>
        <Property Name="state" Type="Edm.String" MaxLength="50"/>
      </EntityType>
      <EntityType Name="MstrKeyKPIs">
        <Key>
          <PropertyRef Name="keyKPI"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="keyKPI" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="500"/>
        <Property Name="points" Type="Edm.String" MaxLength="10"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="sequence" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="MstrKeyKPIAreas">
        <Key>
          <PropertyRef Name="code"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="code" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKPI" Type="Edm.String" MaxLength="500"/>
        <Property Name="keyKPIArea" Type="Edm.String" MaxLength="700"/>
        <Property Name="points" Type="Edm.String" MaxLength="10"/>
        <Property Name="normType" Type="Edm.String" MaxLength="50"/>
        <Property Name="normModality" Type="Edm.String" MaxLength="500"/>
        <Property Name="valueType" Type="Edm.String" MaxLength="50"/>
        <Property Name="valueModality" Type="Edm.String" MaxLength="500"/>
        <Property Name="valueValidation" Type="Edm.String" MaxLength="100"/>
        <Property Name="criteria" Type="Edm.String" MaxLength="50"/>
        <Property Name="info" Type="Edm.String" MaxLength="50"/>
        <Property Name="normDataType" Type="Edm.String" MaxLength="20"/>
        <Property Name="valueDataType" Type="Edm.String" MaxLength="20"/>
        <Property Name="workingDetailsValueType" Type="Edm.String" MaxLength="20"/>
        <Property Name="attachmentValueType" Type="Edm.String" MaxLength="20"/>
        <Property Name="workingDetailsValue" Type="Edm.String" MaxLength="20"/>
        <Property Name="keyKPIAreaInfoDescription" Type="Edm.String" MaxLength="500"/>
        <Property Name="normInfoDescription" Type="Edm.String" MaxLength="500"/>
        <Property Name="valueInfoDescription" Type="Edm.String" MaxLength="500"/>
        <Property Name="defaultNorm" Type="Edm.String" MaxLength="20"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <NavigationProperty Name="keyKpiDetails" Type="DCEvaluationService.MstrKeyKPIs">
          <ReferentialConstraint Property="keyKPI" ReferencedProperty="keyKPI"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="MstrStages">
        <Key>
          <PropertyRef Name="stage"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="stage" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
        <Property Name="criticality" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="MstrStatus">
        <Key>
          <PropertyRef Name="status"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="status" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="100"/>
        <Property Name="criticality" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="MapDepotUsers">
        <Key>
          <PropertyRef Name="ID"/>
          <PropertyRef Name="IsActiveEntity"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="depotId" Type="Edm.String" MaxLength="10"/>
        <Property Name="userId" Type="Edm.String" MaxLength="36"/>
        <Property Name="role" Type="Edm.String" MaxLength="50"/>
        <NavigationProperty Name="userDetails" Type="DCEvaluationService.MstrUsers">
          <ReferentialConstraint Property="userId" ReferencedProperty="ID"/>
        </NavigationProperty>
        <NavigationProperty Name="roleDetails" Type="DCEvaluationService.MstrRoles">
          <ReferentialConstraint Property="role" ReferencedProperty="role"/>
        </NavigationProperty>
        <NavigationProperty Name="depotDetails" Type="DCEvaluationService.Depots">
          <ReferentialConstraint Property="depotId" ReferencedProperty="WERKS"/>
        </NavigationProperty>
        <NavigationProperty Name="MstrUsers" Type="DCEvaluationService.MstrUsers" Partner="mapDepotUser">
          <ReferentialConstraint Property="MstrUsers_ID" ReferencedProperty="ID"/>
        </NavigationProperty>
        <Property Name="MstrUsers_ID" Type="Edm.Guid"/>
        <Property Name="IsActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="true"/>
        <Property Name="HasActiveEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <Property Name="HasDraftEntity" Type="Edm.Boolean" Nullable="false" DefaultValue="false"/>
        <NavigationProperty Name="DraftAdministrativeData" Type="DCEvaluationService.DraftAdministrativeData" ContainsTarget="true"/>
        <NavigationProperty Name="SiblingEntity" Type="DCEvaluationService.MapDepotUsers"/>
      </EntityType>
      <EntityType Name="MapUserRoles">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="userId" Type="Edm.String" MaxLength="36"/>
        <Property Name="role" Type="Edm.String" MaxLength="50"/>
        <NavigationProperty Name="roleDetails" Type="DCEvaluationService.MstrRoles">
          <ReferentialConstraint Property="role" ReferencedProperty="role"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="MstrFinancialYears">
        <Key>
          <PropertyRef Name="year"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="4" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="categoryYearly" Type="Collection(DCEvaluationService.CategoryYearly)"/>
      </EntityType>
      <EntityType Name="MstrMonths">
        <Key>
          <PropertyRef Name="month"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="month" Type="Edm.String" MaxLength="3" Nullable="false"/>
        <Property Name="description" Type="Edm.String" MaxLength="15"/>
        <Property Name="sequence" Type="Edm.Int32"/>
      </EntityType>
      <EntityType Name="Depots">
        <Key>
          <PropertyRef Name="WERKS"/>
        </Key>
        <Property Name="WERKS" Type="Edm.String" MaxLength="4" Nullable="false"/>
        <Property Name="PLANT_NAME" Type="Edm.String" MaxLength="40"/>
        <Property Name="VKGRP" Type="Edm.String" MaxLength="3"/>
        <Property Name="TOWN" Type="Edm.String" MaxLength="25"/>
        <Property Name="STATE" Type="Edm.String" MaxLength="30"/>
        <Property Name="COUNTRY" Type="Edm.String" MaxLength="3"/>
        <Property Name="REGION" Type="Edm.String" MaxLength="3"/>
        <Property Name="MANDT" Type="Edm.String" MaxLength="3"/>
        <Property Name="PLANT_DESC" Type="Edm.String" MaxLength="20"/>
        <NavigationProperty Name="zoneDetails" Type="DCEvaluationService.Zones">
          <ReferentialConstraint Property="VKGRP" ReferencedProperty="VKGRP"/>
        </NavigationProperty>
        <NavigationProperty Name="stateDetails" Type="DCEvaluationService.MstrStates">
          <ReferentialConstraint Property="REGION" ReferencedProperty="sapStateCode"/>
        </NavigationProperty>
        <NavigationProperty Name="sleUser" Type="DCEvaluationService.MapDepotUsers"/>
        <NavigationProperty Name="depotUser" Type="DCEvaluationService.MapDepotUsers"/>
        <NavigationProperty Name="corporateUser" Type="DCEvaluationService.MapDepotUsers"/>
      </EntityType>
      <EntityType Name="Zones">
        <Key>
          <PropertyRef Name="VKGRP"/>
        </Key>
        <Property Name="VKGRP" Type="Edm.String" MaxLength="30" Nullable="false"/>
        <Property Name="BEZEI" Type="Edm.String" MaxLength="100"/>
      </EntityType>
      <EntityType Name="ValueTypes">
        <Key>
          <PropertyRef Name="MANDT"/>
        </Key>
        <Property Name="MANDT" Type="Edm.String" MaxLength="3" Nullable="false"/>
        <Property Name="CALMONTH" Type="Edm.String" MaxLength="40"/>
        <Property Name="WERKS" Type="Edm.String" MaxLength="3"/>
        <Property Name="QSRNO" Type="Edm.String" MaxLength="20"/>
        <Property Name="VTYPE" Type="Edm.String" MaxLength="20"/>
        <Property Name="QVALUE" Type="Edm.String" MaxLength="100"/>
      </EntityType>
      <EntityType Name="Gst">
        <Key>
          <PropertyRef Name="MANDT"/>
        </Key>
        <Property Name="MANDT" Type="Edm.String" MaxLength="3" Nullable="false"/>
        <Property Name="CALMONTH" Type="Edm.String" MaxLength="6"/>
        <Property Name="WERKS" Type="Edm.String" MaxLength="4"/>
        <Property Name="FTYPE" Type="Edm.String" MaxLength="1"/>
        <Property Name="FILEDT" Type="Edm.String" MaxLength="10"/>
      </EntityType>
      <EntityType Name="Vendors">
        <Key>
          <PropertyRef Name="MANDT"/>
          <PropertyRef Name="LIFNR"/>
        </Key>
        <Property Name="MANDT" Type="Edm.String" Nullable="false"/>
        <Property Name="LIFNR" Type="Edm.String" MaxLength="10" Nullable="false"/>
        <Property Name="SPERM" Type="Edm.String" MaxLength="1"/>
        <Property Name="NAME1" Type="Edm.String" MaxLength="35"/>
        <Property Name="NAME2" Type="Edm.String" MaxLength="35"/>
        <NavigationProperty Name="Vendors" Type="DCEvaluationService.Plants"/>
      </EntityType>
      <EntityType Name="Plants">
        <Key>
          <PropertyRef Name="MANDT"/>
          <PropertyRef Name="WERKS"/>
        </Key>
        <Property Name="MANDT" Type="Edm.String" MaxLength="3" Nullable="false"/>
        <Property Name="WERKS" Type="Edm.String" MaxLength="4" Nullable="false"/>
        <Property Name="LIFNR" Type="Edm.String" MaxLength="10"/>
        <Property Name="ADRNR" Type="Edm.String" MaxLength="10"/>
        <NavigationProperty Name="Vendors" Type="DCEvaluationService.Vendors">
          <ReferentialConstraint Property="LIFNR" ReferencedProperty="LIFNR"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="Evaluations">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationCode" Type="Edm.String" MaxLength="12"/>
        <Property Name="year" Type="Edm.String" MaxLength="20"/>
        <Property Name="month" Type="Edm.String" MaxLength="10"/>
        <Property Name="depotId" Type="Edm.String" MaxLength="10"/>
        <Property Name="stage" Type="Edm.String" MaxLength="50"/>
        <Property Name="status" Type="Edm.String" MaxLength="50"/>
        <Property Name="totalCategoryPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="totalCategoryDepotPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="generationStatus" Type="Edm.String" MaxLength="50"/>
        <Property Name="generationDate" Type="Edm.Date"/>
        <Property Name="rejectionReason" Type="Edm.String" MaxLength="500"/>
        <Property Name="assignedBy" Type="Edm.String" MaxLength="36"/>
        <Property Name="assignedTo" Type="Edm.String" MaxLength="36"/>
        <NavigationProperty Name="depotDetails" Type="DCEvaluationService.Depots">
          <ReferentialConstraint Property="depotId" ReferencedProperty="WERKS"/>
        </NavigationProperty>
        <NavigationProperty Name="stageDetails" Type="DCEvaluationService.MstrStages">
          <ReferentialConstraint Property="stage" ReferencedProperty="stage"/>
        </NavigationProperty>
        <NavigationProperty Name="statusDetails" Type="DCEvaluationService.MstrStatus">
          <ReferentialConstraint Property="status" ReferencedProperty="status"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationCategory" Type="Collection(DCEvaluationService.EvaluationCategory)"/>
        <NavigationProperty Name="evaluationDates" Type="DCEvaluationService.MstrEvaluationDates"/>
        <NavigationProperty Name="yearDetails" Type="DCEvaluationService.MstrFinancialYears">
          <ReferentialConstraint Property="year" ReferencedProperty="year"/>
        </NavigationProperty>
        <NavigationProperty Name="monthDetails" Type="DCEvaluationService.MstrMonths">
          <ReferentialConstraint Property="month" ReferencedProperty="month"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationTasksHistory" Type="Collection(DCEvaluationService.EvaluationTasksHistory)"/>
        <NavigationProperty Name="generationStatusDetails" Type="DCEvaluationService.MstrStatus">
          <ReferentialConstraint Property="generationStatus" ReferencedProperty="status"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationEditHistory" Type="Collection(DCEvaluationService.EvaluationEditHistory)"/>
      </EntityType>
      <EntityType Name="EvaluationCategory">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.Guid"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="categoryPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="categoryDepotPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <NavigationProperty Name="categoryDetails" Type="DCEvaluationService.MstrCategories">
          <ReferentialConstraint Property="category" ReferencedProperty="category"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationKeyKpi" Type="Collection(DCEvaluationService.EvaluationKeyKpis)"/>
      </EntityType>
      <EntityType Name="EvaluationKeyKpis">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.Guid"/>
        <Property Name="evaluationCategoryId" Type="Edm.Guid"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKpi" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKpiPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="keyKpiDepotPoints" Type="Edm.Double" Nullable="false" DefaultValue="0"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <NavigationProperty Name="categoryDetails" Type="DCEvaluationService.MstrCategories">
          <ReferentialConstraint Property="category" ReferencedProperty="category"/>
        </NavigationProperty>
        <NavigationProperty Name="keyKpiDetails" Type="DCEvaluationService.MstrKeyKPIs">
          <ReferentialConstraint Property="keyKpi" ReferencedProperty="keyKPI"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationKeyKpiArea" Type="Collection(DCEvaluationService.EvaluationKeyKpiAreas)"/>
      </EntityType>
      <EntityType Name="EvaluationKeyKpiAreas">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.Guid"/>
        <Property Name="evaluationKeyKPIId" Type="Edm.Guid"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKpi" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKpiAreaCode" Type="Edm.String" MaxLength="10"/>
        <Property Name="normType" Type="Edm.String" MaxLength="50"/>
        <Property Name="norm" Type="Edm.String" MaxLength="200" DefaultValue=""/>
        <Property Name="valueType" Type="Edm.String" MaxLength="50"/>
        <Property Name="value" Type="Edm.String" MaxLength="200" Nullable="false" DefaultValue=""/>
        <Property Name="isActivated" Type="Edm.Boolean" DefaultValue="true"/>
        <Property Name="comments" Type="Edm.String" MaxLength="500"/>
        <Property Name="workingDetailsValue" Type="Edm.String" MaxLength="20"/>
        <Property Name="attachmentValue" Type="Edm.Double" DefaultValue="0"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <Property Name="isOverwriteEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="LastMonthValue" Type="Edm.String" MaxLength="200" Nullable="false" DefaultValue=""/>
        <NavigationProperty Name="categoryDetails" Type="DCEvaluationService.MstrCategories">
          <ReferentialConstraint Property="category" ReferencedProperty="category"/>
        </NavigationProperty>
        <NavigationProperty Name="keyKpiDetails" Type="DCEvaluationService.MstrKeyKPIs">
          <ReferentialConstraint Property="keyKpi" ReferencedProperty="keyKPI"/>
        </NavigationProperty>
        <NavigationProperty Name="keyKpiAreaAttachments" Type="Collection(DCEvaluationService.EvaluationAttachments)"/>
        <NavigationProperty Name="keyKpiAreaDetails" Type="DCEvaluationService.MstrKeyKPIAreas">
          <ReferentialConstraint Property="keyKpiAreaCode" ReferencedProperty="code"/>
        </NavigationProperty>
        <NavigationProperty Name="editHistory" Type="Collection(DCEvaluationService.EvaluationEditHistory)"/>
      </EntityType>
      <EntityType Name="EvaluationAttachments">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.String" MaxLength="36"/>
        <Property Name="evaluationKeyKpiAreaId" Type="Edm.String" MaxLength="36"/>
        <Property Name="contentType" Type="Edm.String" MaxLength="100"/>
        <Property Name="fileName" Type="Edm.String" MaxLength="200"/>
        <Property Name="document" Type="Edm.Binary"/>
        <Property Name="base64" Type="Edm.String"/>
        <Property Name="openTextId" Type="Edm.String" MaxLength="10"/>
        <Property Name="isUploaded" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="isUpdated" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="documentsUploadedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <NavigationProperty Name="evaluation" Type="DCEvaluationService.Evaluations">
          <ReferentialConstraint Property="evaluationId" ReferencedProperty="ID"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationKeyKpiArea" Type="DCEvaluationService.EvaluationKeyKpiAreas">
          <ReferentialConstraint Property="evaluationKeyKpiAreaId" ReferencedProperty="ID"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="EvaluationTasksHistory">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.String" MaxLength="36"/>
        <Property Name="evaluationStage" Type="Edm.String" MaxLength="50"/>
        <Property Name="evaluationStatus" Type="Edm.String" MaxLength="50"/>
        <Property Name="assignedBy" Type="Edm.String" MaxLength="36"/>
        <Property Name="assignedTo" Type="Edm.String" MaxLength="36"/>
        <Property Name="actionTakenAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="rejectionReason" Type="Edm.String" MaxLength="500"/>
        <NavigationProperty Name="evaluationStageDetails" Type="DCEvaluationService.MstrStages">
          <ReferentialConstraint Property="evaluationStage" ReferencedProperty="stage"/>
        </NavigationProperty>
        <NavigationProperty Name="evaluationStatusDetails" Type="DCEvaluationService.MstrStatus">
          <ReferentialConstraint Property="evaluationStatus" ReferencedProperty="status"/>
        </NavigationProperty>
        <NavigationProperty Name="assignedByUser" Type="DCEvaluationService.MstrUsers">
          <ReferentialConstraint Property="assignedBy" ReferencedProperty="ID"/>
        </NavigationProperty>
        <NavigationProperty Name="assignedToUser" Type="DCEvaluationService.MstrUsers">
          <ReferentialConstraint Property="assignedTo" ReferencedProperty="ID"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="DownloadEvaluationAttachment">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="attachment" Type="Edm.Stream"/>
        <Property Name="mediaType" Type="Edm.String"/>
        <Property Name="fileName" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="EvaluationEditHistory">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationId" Type="Edm.String" MaxLength="36"/>
        <Property Name="evaluationKeyKpiAreaId" Type="Edm.String" MaxLength="36"/>
        <Property Name="editedBy" Type="Edm.String" MaxLength="36"/>
        <Property Name="fieldName" Type="Edm.String" MaxLength="50"/>
        <Property Name="oldValue" Type="Edm.String" MaxLength="200"/>
        <Property Name="newValue" Type="Edm.String" MaxLength="200"/>
        <Property Name="comments" Type="Edm.String" MaxLength="500"/>
        <Property Name="isOverwriteEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <NavigationProperty Name="evaluationKeyKpiArea" Type="DCEvaluationService.EvaluationKeyKpiAreas">
          <ReferentialConstraint Property="evaluationKeyKpiAreaId" ReferencedProperty="ID"/>
        </NavigationProperty>
        <NavigationProperty Name="editedByUser" Type="DCEvaluationService.MstrUsers">
          <ReferentialConstraint Property="editedBy" ReferencedProperty="ID"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="KeyKPIAreasYearlyEditHistory">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="10"/>
        <Property Name="isActivated" Type="Edm.Boolean" DefaultValue="true"/>
        <Property Name="keyKpiAreaCode" Type="Edm.String" MaxLength="10"/>
        <Property Name="isOverwriteEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <NavigationProperty Name="keyKpiAreaDetails" Type="DCEvaluationService.MstrKeyKPIAreas">
          <ReferentialConstraint Property="keyKpiAreaCode" ReferencedProperty="code"/>
        </NavigationProperty>
        <NavigationProperty Name="modifiedByUser" Type="DCEvaluationService.MstrUsers">
          <ReferentialConstraint Property="modifiedBy" ReferencedProperty="ID"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="KeyKPIAreasYearly">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="10"/>
        <Property Name="isActivated" Type="Edm.Boolean" DefaultValue="true"/>
        <Property Name="keyKpiAreaCode" Type="Edm.String" MaxLength="10"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="keyKPI" Type="Edm.String" MaxLength="500"/>
        <Property Name="keyKPIId" Type="Edm.String" MaxLength="50"/>
        <Property Name="defaultNorm" Type="Edm.String" MaxLength="20"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <Property Name="isOverwriteEnabled" Type="Edm.Boolean" DefaultValue="false"/>
        <NavigationProperty Name="keyKpiAreaDetails" Type="DCEvaluationService.MstrKeyKPIAreas">
          <ReferentialConstraint Property="keyKpiAreaCode" ReferencedProperty="code"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="KeyKpiYearly">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="4"/>
        <Property Name="yearlyCategoryId" Type="Edm.Guid"/>
        <Property Name="keyKpi" Type="Edm.String" MaxLength="50"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <Property Name="keyKpiPoints" Type="Edm.Double" DefaultValue="0"/>
        <NavigationProperty Name="keyKpiDetails" Type="DCEvaluationService.MstrKeyKPIs">
          <ReferentialConstraint Property="keyKpi" ReferencedProperty="keyKPI"/>
        </NavigationProperty>
        <NavigationProperty Name="keyKPIAreasYearly" Type="Collection(DCEvaluationService.KeyKPIAreasYearly)"/>
      </EntityType>
      <EntityType Name="CategoryYearly">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="year" Type="Edm.String" MaxLength="4"/>
        <Property Name="category" Type="Edm.String" MaxLength="50"/>
        <Property Name="sequence" Type="Edm.Int32"/>
        <Property Name="categoryPoints" Type="Edm.Double" DefaultValue="0"/>
        <NavigationProperty Name="categoryDetails" Type="DCEvaluationService.MstrCategories">
          <ReferentialConstraint Property="category" ReferencedProperty="category"/>
        </NavigationProperty>
        <NavigationProperty Name="keyKpiYearly" Type="Collection(DCEvaluationService.KeyKpiYearly)"/>
      </EntityType>
      <EntityType Name="EvaluationDateHistory">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="evaluationDateId" Type="Edm.Guid"/>
        <Property Name="year" Type="Edm.String" MaxLength="30"/>
        <Property Name="month" Type="Edm.String" MaxLength="15"/>
        <Property Name="generationStartDate" Type="Edm.Date"/>
        <Property Name="generationEndDate" Type="Edm.Date"/>
        <Property Name="evaluationStartDate" Type="Edm.Date"/>
        <Property Name="evaluationEndDate" Type="Edm.Date"/>
        <Property Name="approvalStartDate" Type="Edm.Date"/>
        <Property Name="approvalEndDate" Type="Edm.Date"/>
        <Property Name="remark" Type="Edm.String"/>
        <NavigationProperty Name="yearDetails" Type="DCEvaluationService.MstrFinancialYears">
          <ReferentialConstraint Property="year" ReferencedProperty="year"/>
        </NavigationProperty>
        <NavigationProperty Name="monthDetails" Type="DCEvaluationService.MstrMonths">
          <ReferentialConstraint Property="month" ReferencedProperty="month"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="ConfigurationProperties">
        <Key>
          <PropertyRef Name="property"/>
        </Key>
        <Property Name="createdAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="createdBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="modifiedAt" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="modifiedBy" Type="Edm.String" MaxLength="255"/>
        <Property Name="isArchived" Type="Edm.Boolean" DefaultValue="false"/>
        <Property Name="property" Type="Edm.String" MaxLength="50" Nullable="false"/>
        <Property Name="value" Type="Edm.String"/>
      </EntityType>
      <EntityType Name="DashboardDetails">
        <Key>
          <PropertyRef Name="ID"/>
        </Key>
        <Property Name="ID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="year" Type="Edm.String"/>
        <Property Name="month" Type="Edm.String"/>
        <Property Name="depotId" Type="Edm.String"/>
        <Property Name="totalCategoryPoints" Type="Edm.Double"/>
        <Property Name="totalCategoryDepotPoints" Type="Edm.Double"/>
        <Property Name="yearDesc" Type="Edm.String" MaxLength="20"/>
        <Property Name="monthDesc" Type="Edm.String" MaxLength="15"/>
        <Property Name="zone" Type="Edm.String" MaxLength="3"/>
        <Property Name="state" Type="Edm.String" MaxLength="50"/>
        <Property Name="depotName" Type="Edm.String" MaxLength="40"/>
        <Property Name="rank" Type="Edm.Int32"/>
        <Property Name="startDate" Type="Edm.Date"/>
        <NavigationProperty Name="depotDetails" Type="DCEvaluationService.Depots">
          <ReferentialConstraint Property="depotId" ReferencedProperty="WERKS"/>
        </NavigationProperty>
        <NavigationProperty Name="yearDetails" Type="DCEvaluationService.MstrFinancialYears">
          <ReferentialConstraint Property="year" ReferencedProperty="year"/>
        </NavigationProperty>
        <NavigationProperty Name="monthDetails" Type="DCEvaluationService.MstrMonths">
          <ReferentialConstraint Property="month" ReferencedProperty="month"/>
        </NavigationProperty>
      </EntityType>
      <EntityType Name="DraftAdministrativeData">
        <Key>
          <PropertyRef Name="DraftUUID"/>
        </Key>
        <Property Name="DraftUUID" Type="Edm.Guid" Nullable="false"/>
        <Property Name="CreationDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="CreatedByUser" Type="Edm.String" MaxLength="256"/>
        <Property Name="DraftIsCreatedByMe" Type="Edm.Boolean"/>
        <Property Name="LastChangeDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
        <Property Name="LastChangedByUser" Type="Edm.String" MaxLength="256"/>
        <Property Name="InProcessByUser" Type="Edm.String" MaxLength="256"/>
        <Property Name="DraftIsProcessedByMe" Type="Edm.Boolean"/>
      </EntityType>
      <ComplexType Name="srv_model_LoggedInUserDetails">
        <Property Name="id" Type="Edm.String"/>
        <Property Name="username" Type="Edm.String"/>
        <Property Name="firstname" Type="Edm.String"/>
        <Property Name="lastname" Type="Edm.String"/>
        <Property Name="email" Type="Edm.String"/>
        <Property Name="roles" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="depots" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="employeeId" Type="Edm.String"/>
        <Property Name="accessToken" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationSummaryReportResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_EvaluationSummaryReport)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationSummaryReport">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="zone" Type="Edm.String"/>
        <Property Name="state" Type="Edm.String"/>
        <Property Name="sleName" Type="Edm.String"/>
        <Property Name="year" Type="Edm.String"/>
        <Property Name="monthYear" Type="Edm.String"/>
        <Property Name="stage" Type="Edm.String"/>
        <Property Name="status" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String"/>
        <Property Name="legalIsoDepotPoint" Type="Edm.String"/>
        <Property Name="operationDepotPoint" Type="Edm.String"/>
        <Property Name="storageManagementDepotPoint" Type="Edm.String"/>
        <Property Name="totalPoint" Type="Edm.String"/>
        <Property Name="totalDepotPoints" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="srv_model_ReportRequest">
        <Property Name="EvaluationId" Type="Collection(Edm.String)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationDepotWiseReportResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_EvaluationDepotWiseReport)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationDepotWiseReport">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="sleName" Type="Edm.String"/>
        <Property Name="year" Type="Edm.String"/>
        <Property Name="monthYear" Type="Edm.String"/>
        <Property Name="category" Type="Edm.String"/>
        <Property Name="keyKpi" Type="Edm.String"/>
        <Property Name="keykpiArea" Type="Edm.String"/>
        <Property Name="norms" Type="Edm.String"/>
        <Property Name="value" Type="Edm.String"/>
        <Property Name="points" Type="Edm.String"/>
        <Property Name="depotPoints" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationIdRequest">
        <Property Name="EvaluationId" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="remark" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationReportCardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_EvaluationReportCard)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationReportCard">
        <Property Name="year" Type="Edm.String"/>
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="category" Type="Edm.String"/>
        <Property Name="aprilTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="aprilDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="mayTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="mayDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="juneTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="juneDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="julyTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="julyDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="augTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="augDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="septTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="septDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="octTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="octDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="novTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="novDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="decTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="decDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="janTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="janDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="febTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="febDepotPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="marchTotalPoint" Type="Edm.String" DefaultValue="NA"/>
        <Property Name="marchDepotPoint" Type="Edm.String" DefaultValue="NA"/>
      </ComplexType>
      <ComplexType Name="srv_model_ReportCardRequest">
        <Property Name="year" Type="Edm.String"/>
        <Property Name="depotId" Type="Collection(Edm.String)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationStatusReportResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_EvaluationStatusReport)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationStatusReport">
        <Property Name="firstField" Type="Edm.String"/>
        <Property Name="secondField" Type="Edm.String"/>
        <Property Name="thirdField" Type="Edm.String"/>
      </ComplexType>
      <ComplexType Name="srv_model_EvaluationStatusReportRequest">
        <Property Name="year" Type="Edm.String"/>
        <Property Name="month" Type="Edm.String"/>
        <Property Name="depotId" Type="Collection(Edm.String)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_DepotWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_DepotWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_DepotWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <ComplexType Name="srv_model_DashboardRequest">
        <Property Name="year" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="month" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="zone" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="state" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="sle" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="depotId" Type="Collection(Edm.String)" Nullable="false"/>
        <Property Name="category" Type="Collection(Edm.String)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_ZoneWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_ZoneWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_ZoneWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="zone" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <ComplexType Name="srv_model_StateWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_StateWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_StateWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="state" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <ComplexType Name="srv_model_SleWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_SleWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_SleWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="sleName" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <ComplexType Name="srv_model_MonthWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_MonthWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_MonthWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="monthYear" Type="Edm.String"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <ComplexType Name="srv_model_CategoryWiseDashboardResponse">
        <Property Name="result" Type="Collection(DCEvaluationService.srv_model_CategoryWiseDashboardDetails)" Nullable="false"/>
      </ComplexType>
      <ComplexType Name="srv_model_CategoryWiseDashboardDetails">
        <Property Name="depotCode" Type="Edm.String"/>
        <Property Name="depotName" Type="Edm.String"/>
        <Property Name="depotNameCode" Type="Edm.String"/>
        <Property Name="category" Type="Edm.String"/>
        <Property Name="categoryPoint" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="infraTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="legalIsoTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="operationTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="storageManagementTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="totalPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedDepotPoints" Type="Edm.String" DefaultValue="0.0"/>
        <Property Name="calculatedTotalPoints" Type="Edm.String" DefaultValue="0.0"/>
      </ComplexType>
      <Action Name="draftPrepare" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrEvaluationDates"/>
        <Parameter Name="SideEffectsQualifier" Type="Edm.String"/>
        <ReturnType Type="DCEvaluationService.MstrEvaluationDates"/>
      </Action>
      <Action Name="draftPrepare" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrUsers"/>
        <Parameter Name="SideEffectsQualifier" Type="Edm.String"/>
        <ReturnType Type="DCEvaluationService.MstrUsers"/>
      </Action>
      <Action Name="draftPrepare" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MapDepotUsers"/>
        <Parameter Name="SideEffectsQualifier" Type="Edm.String"/>
        <ReturnType Type="DCEvaluationService.MapDepotUsers"/>
      </Action>
      <Action Name="draftActivate" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrEvaluationDates"/>
        <ReturnType Type="DCEvaluationService.MstrEvaluationDates"/>
      </Action>
      <Action Name="draftActivate" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrUsers"/>
        <ReturnType Type="DCEvaluationService.MstrUsers"/>
      </Action>
      <Action Name="draftEdit" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrEvaluationDates"/>
        <Parameter Name="PreserveChanges" Type="Edm.Boolean"/>
        <ReturnType Type="DCEvaluationService.MstrEvaluationDates"/>
      </Action>
      <Action Name="draftEdit" IsBound="true" EntitySetPath="in">
        <Parameter Name="in" Type="DCEvaluationService.MstrUsers"/>
        <Parameter Name="PreserveChanges" Type="Edm.Boolean"/>
        <ReturnType Type="DCEvaluationService.MstrUsers"/>
      </Action>
      <Action Name="triggerMonthlyEvaluationDataScheduler" IsBound="false">
        <Parameter Name="limit" Type="Edm.String"/>
        <Parameter Name="year" Type="Edm.String"/>
        <Parameter Name="month" Type="Edm.String"/>
      </Action>
      <Action Name="triggerYearlyEvaluationDataScheduler" IsBound="false">
        <Parameter Name="year" Type="Edm.String"/>
      </Action>
      <Action Name="triggerEmail" IsBound="false">
        <Parameter Name="type" Type="Edm.String"/>
        <Parameter Name="email" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="triggerTotalCategoryAndKeyKpiPoints" IsBound="false"/>
      <Action Name="triggerUpdateStageAndStatusScheduler" IsBound="false"/>
      <Function Name="getLoggedInUserInfo" IsBound="false" IsComposable="false">
        <ReturnType Type="DCEvaluationService.srv_model_LoggedInUserDetails"/>
      </Function>
      <Action Name="normSubmissionReminderEmail" IsBound="false"/>
      <Action Name="normSubmissionIntimationEmailToDepotUser" IsBound="false"/>
      <Action Name="evaluationSubmissionReminderEmail" IsBound="false"/>
      <Action Name="evaluationSubmissionIntimationToDepotUserEmail" IsBound="false"/>
      <Action Name="approvalCycleReminderEmailToSle" IsBound="false"/>
      <Action Name="sleApprovalIntimationEmailToDepotUSer" IsBound="false"/>
      <Action Name="sleRejectionEmailToDepotUSer" IsBound="false"/>
      <Action Name="sleRejectionReminderEmailToDepotUSer" IsBound="false"/>
      <Action Name="deleteEvaluationAttachment" IsBound="false">
        <Parameter Name="attachmentId" Type="Edm.String"/>
      </Action>
      <Action Name="getEvaluationSummaryReport" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_ReportRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_EvaluationSummaryReportResponse"/>
      </Action>
      <Action Name="getEvaluationDepotWiseReport" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_ReportRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_EvaluationDepotWiseReportResponse"/>
      </Action>
      <Action Name="triggerReminderEmails" IsBound="false"/>
      <Action Name="uploadDocumentsToOpenText" IsBound="false"/>
      <Action Name="approvalCycleReminderToCorporateUser" IsBound="false"/>
      <Action Name="approvalIntimationToCorporateUser" IsBound="false"/>
      <Action Name="corporateUserApprovalIntimationToDepotUSer" IsBound="false"/>
      <Action Name="corporateRejectionIntimationToDepotUSer" IsBound="false"/>
      <Action Name="updateEvaluationStatusGenerated" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_EvaluationIdRequest"/>
      </Action>
      <Action Name="getEvaluationReportCard" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_ReportCardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_EvaluationReportCardResponse"/>
      </Action>
      <Action Name="getEvaluationStatusReport" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_EvaluationStatusReportRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_EvaluationStatusReportResponse"/>
      </Action>
      <Action Name="getGstrFiledDateNorm" IsBound="false">
        <Parameter Name="frequency" Type="Edm.String"/>
        <Parameter Name="evaluationId" Type="Edm.String"/>
        <ReturnType Type="Edm.String"/>
      </Action>
      <Action Name="getDepotWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_DepotWiseDashboardResponse"/>
      </Action>
      <Action Name="getZoneWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_ZoneWiseDashboardResponse"/>
      </Action>
      <Action Name="getStateWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_StateWiseDashboardResponse"/>
      </Action>
      <Action Name="getSleWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_SleWiseDashboardResponse"/>
      </Action>
      <Action Name="getMonthWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_MonthWiseDashboardResponse"/>
      </Action>
      <Action Name="getCategoryWiseDashboardDetails" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_DashboardRequest"/>
        <ReturnType Type="DCEvaluationService.srv_model_CategoryWiseDashboardResponse"/>
      </Action>
      <Action Name="saveEvaluationDatesForYear" IsBound="false">
        <Parameter Name="year" Type="Edm.String"/>
      </Action>
      <Action Name="updateEvaluationForceRejected" IsBound="false">
        <Parameter Name="request" Type="DCEvaluationService.srv_model_EvaluationIdRequest"/>
      </Action>
      <Action Name="removeEvaluationDocumentFromDB" IsBound="false"/>
      <Annotations Target="DCEvaluationService.CompanySettings">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/CompanySettings">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.CompanySettings/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CompanySettings/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CompanySettings/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CompanySettings/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CompanySettings/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrCategories/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates">
        <Annotation Term="UI.CreateHidden" Bool="true"/>
        <Annotation Term="UI.FieldGroup" Qualifier="GeneratedGroup">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Generation Start Date"/>
                  <PropertyValue Property="Value" Path="generationStartDate"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Generation End Date"/>
                  <PropertyValue Property="Value" Path="generationEndDate"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.CollectionFacet">
              <PropertyValue Property="Label" String="Evaluation Dates"/>
              <PropertyValue Property="ID" String="group"/>
              <PropertyValue Property="Facets">
                <Collection>
                  <Record Type="UI.ReferenceFacet">
                    <PropertyValue Property="Label" String="Generation Dates"/>
                    <PropertyValue Property="ID" String="GenerationDate"/>
                    <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#GenerationDate"/>
                  </Record>
                  <Record Type="UI.ReferenceFacet">
                    <PropertyValue Property="Label" String="Evaluation Dates"/>
                    <PropertyValue Property="ID" String="EvaluationDate"/>
                    <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#EvaluationDate"/>
                  </Record>
                  <Record Type="UI.ReferenceFacet">
                    <PropertyValue Property="Label" String="Approval Date"/>
                    <PropertyValue Property="ID" String="ApprovalDate"/>
                    <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#ApprovalDate"/>
                  </Record>
                  <Record Type="UI.ReferenceFacet">
                    <PropertyValue Property="Label" String="Reason"/>
                    <PropertyValue Property="ID" String="Reason"/>
                    <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Reason"/>
                    <Annotation Term="UI.Hidden" Bool="true"/>
                  </Record>
                </Collection>
              </PropertyValue>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Edit History"/>
              <PropertyValue Property="ID" String="EvaluationHistory"/>
              <PropertyValue Property="Target" AnnotationPath="evaluationDateHistory/@UI.PresentationVariant#EvaluationHistory"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="monthDetails/description"/>
              <PropertyValue Property="Label" String="Month"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="EvaluationDates">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection/>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Identification">
          <Collection/>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="GenerationDate">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="generationStartDate"/>
                  <PropertyValue Property="Label" String="Generation Start Date"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="generationEndDate"/>
                  <PropertyValue Property="Label" String="Generation End Date"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="EvaluationDate">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="evaluationStartDate"/>
                  <PropertyValue Property="Label" String="Evaluation Start Date"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="evaluationEndDate"/>
                  <PropertyValue Property="Label" String="Evaluation End Date"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="ApprovalDate">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="approvalStartDate"/>
                  <PropertyValue Property="Label" String="Approval Start Date"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="approvalEndDate"/>
                  <PropertyValue Property="Label" String="Approval End Date"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="EditHistory">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection/>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.UpdateHidden" Bool="true"/>
        <Annotation Term="UI.FieldGroup" Qualifier="Reason">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Value" Path="remark"/>
                  <PropertyValue Property="Label" String="Add Reason"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.SelectionPresentationVariant" Qualifier="table">
          <Record Type="UI.SelectionPresentationVariantType">
            <PropertyValue Property="PresentationVariant">
              <Record Type="UI.PresentationVariantType">
                <PropertyValue Property="Visualizations">
                  <Collection>
                    <AnnotationPath>@UI.LineItem</AnnotationPath>
                  </Collection>
                </PropertyValue>
                <PropertyValue Property="SortOrder">
                  <Collection>
                    <Record Type="Common.SortOrderType">
                      <PropertyValue Property="Property" PropertyPath="sequence"/>
                      <PropertyValue Property="Descending" Bool="true"/>
                    </Record>
                  </Collection>
                </PropertyValue>
              </Record>
            </PropertyValue>
            <PropertyValue Property="SelectionVariant">
              <Record Type="UI.SelectionVariantType">
                <PropertyValue Property="SelectOptions">
                  <Collection/>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>year</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="i18nEvaluationDates">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Evaluation Start Date"/>
                  <PropertyValue Property="Value" Path="evaluationStartDate"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Evaluation End Date"/>
                  <PropertyValue Property="Value" Path="evaluationEndDate"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.FieldGroup" Qualifier="i18nApprovalDates">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Approval Start Date"/>
                  <PropertyValue Property="Value" Path="approvalStartDate"/>
                </Record>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="Approval End Date"/>
                  <PropertyValue Property="Value" Path="approvalEndDate"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="Evaluation Date"/>
            <PropertyValue Property="TypeNamePlural" String="Evaluation Date"/>
            <PropertyValue Property="Title">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="monthDetails/description"/>
              </Record>
            </PropertyValue>
            <PropertyValue Property="Description">
              <Record Type="UI.DataField">
                <PropertyValue Property="Value" Path="year"/>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/MstrEvaluationDates">
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="true"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.FilterRestrictions">
          <Record Type="Capabilities.FilterRestrictionsType">
            <PropertyValue Property="RequiresFilter" Bool="true"/>
            <PropertyValue Property="RequiredProperties">
              <Collection>
                <PropertyPath>year</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="FilterExpressionRestrictions">
              <Collection>
                <Record Type="Capabilities.FilterExpressionRestrictionType">
                  <PropertyValue Property="Property" PropertyPath="year"/>
                  <PropertyValue Property="AllowedExpressions" String="SingleValue"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.CreateHidden" Bool="true"/>
        <Annotation Term="UI.UpdateHidden" Bool="true"/>
        <Annotation Term="UI.SelectionPresentationVariant" Qualifier="table">
          <Record Type="UI.SelectionPresentationVariantType">
            <PropertyValue Property="PresentationVariant">
              <Record Type="UI.PresentationVariantType">
                <PropertyValue Property="Visualizations">
                  <Collection>
                    <AnnotationPath>@UI.LineItem</AnnotationPath>
                  </Collection>
                </PropertyValue>
                <PropertyValue Property="SortOrder">
                  <Collection>
                    <Record Type="Common.SortOrderType">
                      <PropertyValue Property="Property" PropertyPath="sequence"/>
                      <PropertyValue Property="Descending" Bool="true"/>
                    </Record>
                  </Collection>
                </PropertyValue>
              </Record>
            </PropertyValue>
            <PropertyValue Property="SelectionVariant">
              <Record Type="UI.SelectionVariantType">
                <PropertyValue Property="SelectOptions">
                  <Collection/>
                </PropertyValue>
              </Record>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Common.DraftRoot">
          <Record Type="Common.DraftRootType">
            <PropertyValue Property="ActivationAction" String="DCEvaluationService.draftActivate"/>
            <PropertyValue Property="EditAction" String="DCEvaluationService.draftEdit"/>
            <PropertyValue Property="PreparationAction" String="DCEvaluationService.draftPrepare"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/ID">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/isArchived">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/year">
        <Annotation Term="Common.Label" String="Year"/>
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="CollectionPath" String="MstrFinancialYears"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="LocalDataProperty" PropertyPath="year"/>
                  <PropertyValue Property="ValueListProperty" String="year"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Label" String="Year"/>
          </Record>
        </Annotation>
        <Annotation Term="Common.ValueListWithFixedValues" Bool="true"/>
        <Annotation Term="Common.Text" Path="yearDetails/year">
          <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextOnly"/>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/month">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/generationStartDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/generationEndDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/evaluationStartDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/evaluationEndDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/approvalStartDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/approvalEndDate">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/IsActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/HasActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/HasDraftEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrEvaluationDates/DraftAdministrativeData">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrNormTypes/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrValueTypes/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers">
        <Annotation Term="UI.FieldGroup" Qualifier="GeneratedGroup">
          <Record Type="UI.FieldGroupType">
            <PropertyValue Property="Data">
              <Collection>
                <Record Type="UI.DataField">
                  <PropertyValue Property="Label" String="User Type"/>
                  <PropertyValue Property="Value" Path="roleDetails/description"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.Facets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="ID" String="GeneratedFacet1"/>
              <PropertyValue Property="Label" String="Mapping"/>
              <PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#GeneratedGroup"/>
              <Annotation Term="UI.Hidden">
                <Eq>
                  <Path>isMappingApplicable</Path>
                  <Bool>false</Bool>
                </Eq>
              </Annotation>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Add Depot"/>
              <PropertyValue Property="ID" String="DepotDetails"/>
              <PropertyValue Property="Target" AnnotationPath="mapDepotUser/@UI.LineItem#DepotDetails"/>
              <Annotation Term="UI.Hidden">
                <Eq>
                  <Path>isMappingApplicable</Path>
                  <Bool>false</Bool>
                </Eq>
              </Annotation>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="Label" String="Add Depot"/>
              <PropertyValue Property="ID" String="AddDepot"/>
              <PropertyValue Property="Target" AnnotationPath="mapDepotUser/@UI.LineItem#AddDepot"/>
              <Annotation Term="UI.Hidden" Bool="true"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Label" String="User Name"/>
              <PropertyValue Property="Value" Path="name"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Label" String="User Type"/>
              <PropertyValue Property="Value" Path="roleDetails/description"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.UpdateHidden">
          <Eq>
            <Path>isMappingApplicable</Path>
            <Bool>false</Bool>
          </Eq>
        </Annotation>
        <Annotation Term="UI.SelectionFields">
          <Collection>
            <PropertyPath>designation</PropertyPath>
          </Collection>
        </Annotation>
        <Annotation Term="UI.HeaderInfo">
          <Record Type="UI.HeaderInfoType">
            <PropertyValue Property="TypeName" String="User List"/>
            <PropertyValue Property="TypeNamePlural" String="User List"/>
            <PropertyValue Property="ImageUrl" String=""/>
            <PropertyValue Property="TypeImageUrl" String="sap-icon://customer"/>
          </Record>
        </Annotation>
        <Annotation Term="UI.DataPoint" Qualifier="designation">
          <Record Type="UI.DataPointType">
            <PropertyValue Property="Value" Path="roleDetails/description"/>
            <PropertyValue Property="Title" String="User Type"/>
          </Record>
        </Annotation>
        <Annotation Term="UI.HeaderFacets">
          <Collection>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="ID" String="firstName"/>
              <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#firstName"/>
            </Record>
            <Record Type="UI.ReferenceFacet">
              <PropertyValue Property="ID" String="designation"/>
              <PropertyValue Property="Target" AnnotationPath="@UI.DataPoint#designation"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.DataPoint" Qualifier="firstName">
          <Record Type="UI.DataPointType">
            <PropertyValue Property="Value" Path="name"/>
            <PropertyValue Property="Title" String="Name"/>
          </Record>
        </Annotation>
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/MstrUsers">
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="true"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.FilterRestrictions">
          <Record Type="Capabilities.FilterRestrictionsType">
            <PropertyValue Property="FilterExpressionRestrictions">
              <Collection>
                <Record Type="Capabilities.FilterExpressionRestrictionType">
                  <PropertyValue Property="Property" PropertyPath="designation"/>
                  <PropertyValue Property="AllowedExpressions" String="SingleValue"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.UpdateHidden">
          <Eq>
            <Path>isMappingApplicable</Path>
            <Bool>false</Bool>
          </Eq>
        </Annotation>
        <Annotation Term="Common.DraftRoot">
          <Record Type="Common.DraftRootType">
            <PropertyValue Property="ActivationAction" String="DCEvaluationService.draftActivate"/>
            <PropertyValue Property="EditAction" String="DCEvaluationService.draftEdit"/>
            <PropertyValue Property="PreparationAction" String="DCEvaluationService.draftPrepare"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/designation">
        <Annotation Term="Common.Label" String="User Type"/>
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="CollectionPath" String="MstrRoles"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="LocalDataProperty" PropertyPath="designation"/>
                  <PropertyValue Property="ValueListProperty" String="role"/>
                </Record>
                <Record Type="Common.ValueListParameterIn">
                  <PropertyValue Property="LocalDataProperty" PropertyPath="roleDetails/description"/>
                  <PropertyValue Property="ValueListProperty" String="description"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Label" String="Role"/>
          </Record>
        </Annotation>
        <Annotation Term="Common.ValueListWithFixedValues" Bool="true"/>
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/ReadOnly"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/IsActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/HasActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/HasDraftEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrUsers/DraftAdministrativeData">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrRoles/description">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/ReadOnly"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/sapStateCode">
        <Annotation Term="Common.Label" String="sapStateCode"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/stateCode">
        <Annotation Term="Common.Label" String="stateCode"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStates/state">
        <Annotation Term="Common.Label" String="state"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIs/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrKeyKPIAreas/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStages/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrStatus/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers">
        <Annotation Term="UI.LineItem" Qualifier="AddDepot">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotId"/>
              <PropertyValue Property="Label" String="Depot Code"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotDetails/PLANT_NAME"/>
              <PropertyValue Property="Label" String="Depot"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotDetails/zoneDetails/BEZEI"/>
              <PropertyValue Property="Label" String="Zone"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.LineItem" Qualifier="DepotDetails">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotId"/>
              <PropertyValue Property="Label" String="Depot Code"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotDetails/PLANT_NAME"/>
              <PropertyValue Property="Label" String="Depot"/>
            </Record>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="depotDetails/zoneDetails/BEZEI"/>
              <PropertyValue Property="Label" String="Zone"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/MapDepotUsers">
        <Annotation Term="Common.DraftNode">
          <Record Type="Common.DraftNodeType">
            <PropertyValue Property="PreparationAction" String="DCEvaluationService.draftPrepare"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/depotId">
        <Annotation Term="Common.ValueList">
          <Record Type="Common.ValueListType">
            <PropertyValue Property="CollectionPath" String="Depots"/>
            <PropertyValue Property="Parameters">
              <Collection>
                <Record Type="Common.ValueListParameterInOut">
                  <PropertyValue Property="LocalDataProperty" PropertyPath="depotId"/>
                  <PropertyValue Property="ValueListProperty" String="WERKS"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="Label" String="Depot"/>
          </Record>
        </Annotation>
        <Annotation Term="Common.ValueListWithFixedValues" Bool="false"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/IsActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/HasActiveEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/HasDraftEntity">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapDepotUsers/DraftAdministrativeData">
        <Annotation Term="UI.Hidden" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MapUserRoles/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrFinancialYears/year">
        <Annotation Term="Common.Text" Path="description">
          <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextOnly"/>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.MstrMonths/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Depots/WERKS">
        <Annotation Term="Common.Text" Path="PLANT_NAME">
          <Annotation Term="UI.TextArrangement" EnumMember="UI.TextArrangementType/TextFirst"/>
        </Annotation>
        <Annotation Term="Common.Label" String="Depot"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Depots/PLANT_NAME">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/ReadOnly"/>
        <Annotation Term="Common.Label" String="Depot.Description"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Depots/VKGRP">
        <Annotation Term="Common.Label" String="Depot.Zone"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Zones/VKGRP">
        <Annotation Term="Common.Label" String="Zones.Zone"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Zones/BEZEI">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/ReadOnly"/>
        <Annotation Term="Common.Label" String="Zones.Description"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/Vendors">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/Plants">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record Type="Capabilities.InsertRestrictionsType">
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.Plants/ADRNR">
        <Annotation Term="Common.Label" String="Addresses.AddressNumber"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Plants/Vendors">
        <Annotation Term="Common.Label" String="Vendors"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.Evaluations/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationCategory/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpis/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationKeyKpiAreas/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationAttachments/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationTasksHistory/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DownloadEvaluationAttachment">
        <Annotation Term="Core.Description" String="Aspect for entities with canonical universal IDs&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-cuid"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DownloadEvaluationAttachment/attachment">
        <Annotation Term="Core.MediaType" Path="mediaType"/>
        <Annotation Term="Core.ContentDisposition">
          <Record Type="Core.ContentDispositionType">
            <PropertyValue Property="Filename" Path="fileName"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.DownloadEvaluationAttachment/mediaType">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DownloadEvaluationAttachment/fileName">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationEditHistory/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearlyEditHistory/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKPIAreasYearly/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.KeyKpiYearly/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.CategoryYearly/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.triggerEmail()/type">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.triggerEmail()/email">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.deleteEvaluationAttachment()/attachmentId">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.getGstrFiledDateNorm()/frequency">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.getGstrFiledDateNorm()/evaluationId">
        <Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory">
        <Annotation Term="UI.LineItem" Qualifier="EvaluationHistory">
          <Collection>
            <Record Type="UI.DataField">
              <PropertyValue Property="Value" Path="modifiedBy"/>
              <PropertyValue Property="Label" String="Edited By"/>
            </Record>
          </Collection>
        </Annotation>
        <Annotation Term="UI.PresentationVariant" Qualifier="EvaluationHistory">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem#EvaluationHistory</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="modifiedAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.CreateHidden" Bool="true"/>
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/EvaluationDateHistory">
        <Annotation Term="UI.PresentationVariant" Qualifier="EvaluationHistory">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.LineItem#EvaluationHistory</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="SortOrder">
              <Collection>
                <Record Type="Common.SortOrderType">
                  <PropertyValue Property="Property" PropertyPath="modifiedAt"/>
                  <PropertyValue Property="Descending" Bool="true"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.CreateHidden" Bool="true"/>
        <Annotation Term="Capabilities.SearchRestrictions">
          <Record Type="Capabilities.SearchRestrictionsType">
            <PropertyValue Property="Searchable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record Type="Capabilities.UpdateRestrictionsType">
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record Type="Capabilities.DeleteRestrictionsType">
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EvaluationDateHistory/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties">
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties/createdAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties/createdBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Immutable" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties/modifiedAt">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Common.Label" String="Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties/modifiedBy">
        <Annotation Term="UI.HiddenFilter" Bool="true"/>
        <Annotation Term="Core.Computed" Bool="true"/>
        <Annotation Term="Core.Description" String="A user's unique ID"/>
        <Annotation Term="Common.Label" String="Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.ConfigurationProperties/isArchived">
        <Annotation Term="Common.Label" String="Archived"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails">
        <Annotation Term="Aggregation.ApplySupported">
          <Record Type="Aggregation.ApplySupportedType">
            <PropertyValue Property="Transformations">
              <Collection>
                <String>aggregate</String>
                <String>topcount</String>
                <String>bottomcount</String>
                <String>identity</String>
                <String>concat</String>
                <String>groupby</String>
                <String>filter</String>
                <String>expand</String>
                <String>search</String>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="GroupableProperties">
              <Collection>
                <PropertyPath>depotName</PropertyPath>
                <PropertyPath>zone</PropertyPath>
                <PropertyPath>state</PropertyPath>
                <PropertyPath>month</PropertyPath>
                <PropertyPath>year</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="AggregatableProperties">
              <Collection>
                <Record Type="Aggregation.AggregatablePropertyType">
                  <PropertyValue Property="Property" PropertyPath="totalCategoryDepotPoints"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="Analytics.AggregatedProperty" Qualifier="totalStock">
          <Record Type="Analytics.AggregatedPropertyType">
            <PropertyValue Property="AggregatableProperty" PropertyPath="totalCategoryDepotPoints"/>
            <PropertyValue Property="AggregationMethod" String="max"/>
            <PropertyValue Property="Name" String="minTotalCategoryDepotPoints"/>
            <Annotation Term="Common.Label" String="Total Points"/>
          </Record>
        </Annotation>
        <Annotation Term="UI.Chart">
          <Record Type="UI.ChartDefinitionType">
            <PropertyValue Property="Title" String="Depot Leadership Board - Top 10"/>
            <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Column"/>
            <PropertyValue Property="Dimensions">
              <Collection>
                <PropertyPath>depotName</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="DimensionAttributes">
              <Collection>
                <Record Type="UI.ChartDimensionAttributeType">
                  <PropertyValue Property="Dimension" PropertyPath="depotName"/>
                  <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Category"/>
                </Record>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="DynamicMeasures">
              <Collection>
                <AnnotationPath>@Analytics.AggregatedProperty#totalStock</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="MeasureAttributes">
              <Collection>
                <Record Type="UI.ChartMeasureAttributeType">
                  <PropertyValue Property="DynamicMeasure" AnnotationPath="@Analytics.AggregatedProperty#totalStock"/>
                  <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.Chart</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="MaxItems" Int="1"/>
          </Record>
        </Annotation>
        <Annotation Term="Core.Description" String="Aspect to capture changes by user and name&#xA;&#xA;See https://cap.cloud.sap/docs/cds/common#aspect-managed"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.EntityContainer/DashboardDetails">
        <Annotation Term="Aggregation.ApplySupported">
          <Record Type="Aggregation.ApplySupportedType">
            <PropertyValue Property="Transformations">
              <Collection>
                <String>aggregate</String>
                <String>topcount</String>
                <String>bottomcount</String>
                <String>identity</String>
                <String>concat</String>
                <String>groupby</String>
                <String>filter</String>
                <String>expand</String>
                <String>search</String>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="GroupableProperties">
              <Collection>
                <PropertyPath>depotName</PropertyPath>
                <PropertyPath>zone</PropertyPath>
                <PropertyPath>state</PropertyPath>
                <PropertyPath>month</PropertyPath>
                <PropertyPath>year</PropertyPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="AggregatableProperties">
              <Collection>
                <Record Type="Aggregation.AggregatablePropertyType">
                  <PropertyValue Property="Property" PropertyPath="totalCategoryDepotPoints"/>
                </Record>
              </Collection>
            </PropertyValue>
          </Record>
        </Annotation>
        <Annotation Term="UI.PresentationVariant">
          <Record Type="UI.PresentationVariantType">
            <PropertyValue Property="Visualizations">
              <Collection>
                <AnnotationPath>@UI.Chart</AnnotationPath>
              </Collection>
            </PropertyValue>
            <PropertyValue Property="MaxItems" Int="1"/>
          </Record>
        </Annotation>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/totalCategoryDepotPoints">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/zone">
        <Annotation Term="Common.Label" String="Depot.Zone"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/state">
        <Annotation Term="Common.Label" String="state"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/depotName">
        <Annotation Term="Common.Label" String="Depot.Description"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/rank">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DashboardDetails/startDate">
        <Annotation Term="Core.Computed" Bool="true"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData">
        <Annotation Term="Common.Label" String="Draft Administrative Data"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/DraftUUID">
        <Annotation Term="UI.Hidden" Bool="true"/>
        <Annotation Term="Common.Label" String="Draft (Technical ID)"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/CreationDateTime">
        <Annotation Term="Common.Label" String="Draft Created On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/CreatedByUser">
        <Annotation Term="Common.Label" String="Draft Created By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/DraftIsCreatedByMe">
        <Annotation Term="UI.Hidden" Bool="true"/>
        <Annotation Term="Common.Label" String="Draft Created By Me"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/LastChangeDateTime">
        <Annotation Term="Common.Label" String="Draft Last Changed On"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/LastChangedByUser">
        <Annotation Term="Common.Label" String="Draft Last Changed By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/InProcessByUser">
        <Annotation Term="Common.Label" String="Draft In Process By"/>
      </Annotations>
      <Annotations Target="DCEvaluationService.DraftAdministrativeData/DraftIsProcessedByMe">
        <Annotation Term="UI.Hidden" Bool="true"/>
        <Annotation Term="Common.Label" String="Draft In Process By Me"/>
      </Annotations>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>