<?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.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:DataServices>
    <Schema Namespace="CPLService" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityContainer Name="EntityContainer">
        <EntitySet Name="cpl" EntityType="CPLService.cpl"/>
      </EntityContainer>
      <EntityType Name="cpl">
        <Key>
          <PropertyRef Name="PROJECT_ID"/>
          <PropertyRef Name="PLAN_LETTING_DATE"/>
        </Key>
        <Property Name="Plan_RW_Acquisition_Date" Type="Edm.Date"/>
        <Property Name="Actual_RW_Acquisition_Date" Type="Edm.Date"/>
        <Property Name="Plan_RW_Plans_Complete_Date" Type="Edm.Date"/>
        <Property Name="Actual_RW_Plans_Complete_Date" Type="Edm.Date"/>
        <Property Name="Plan_Production_RW_Date" Type="Edm.Date"/>
        <Property Name="Actual_Production_RW_Date" Type="Edm.Date"/>
        <Property Name="Shelved_RW_Plan_Complete" Type="Edm.Date"/>
        <Property Name="Shelved_at_Final_Planning_Document" Type="Edm.Date"/>
        <Property Name="Shelved_at_RW_Acquisition" Type="Edm.Date"/>
        <Property Name="Shelved_at_Final_Plans" Type="Edm.Date"/>
        <Property Name="Plan_Utility_Relocation_by_Others_Complete" Type="Edm.Date"/>
        <Property Name="Actual_Utility_Relocation_by_Others_Complete" Type="Edm.Date"/>
        <Property Name="Plan_Utility_Relocation_By_Others_Begins" Type="Edm.Date"/>
        <Property Name="Actual_Utility_Relocation_By_Others_Begins" Type="Edm.Date"/>
        <Property Name="Plan_All_ROW_Parcels_Accessible" Type="Edm.Date"/>
        <Property Name="Actual_All_ROW_Parcels_Accessible" Type="Edm.Date"/>
        <Property Name="CON_Funding_type" Type="Edm.String" MaxLength="1"/>
        <Property Name="ROW_Funding_type" Type="Edm.String" MaxLength="1"/>
        <Property Name="ROW_ESTIMATE_DT" Type="Edm.Date"/>
        <Property Name="UTIL_ESTIMATE_DT" Type="Edm.Date"/>
        <Property Name="CONST_ESTIMATE_DT" Type="Edm.Date"/>
        <Property Name="OTHER_ESTIMATE_DT" Type="Edm.Date"/>
        <Property Name="DESCRIPTION" Type="Edm.String" MaxLength="250"/>
        <Property Name="LETTING_TYPE" Type="Edm.String" MaxLength="60"/>
        <Property Name="DIVISION" Type="Edm.String" MaxLength="2"/>
        <Property Name="DIVISION_DESCRIPTION" Type="Edm.String" MaxLength="20"/>
        <Property Name="COUNTY" Type="Edm.String" MaxLength="3"/>
        <Property Name="COUNTY_DESCRIPTION" Type="Edm.String" MaxLength="20"/>
        <Property Name="PROJECT_MANAGER" Type="Edm.String" MaxLength="60"/>
        <Property Name="STIP_PROJECT_IDENTIFIER" Type="Edm.String" MaxLength="1"/>
        <Property Name="PE_MF_DATE" Type="Edm.Date"/>
        <Property Name="ROW_MF_DATE" Type="Edm.Date"/>
        <Property Name="UTIL_MF_DATE" Type="Edm.Date"/>
        <Property Name="FINAL_PLANNING_DOC_TYPE" Type="Edm.String" MaxLength="60"/>
        <Property Name="RESPONSIBLE_GROUP" Type="Edm.String" MaxLength="20"/>
        <Property Name="PROJECT_ID" Type="Edm.String" MaxLength="24" Nullable="false"/>
        <Property Name="FINAL_ACTUAL_DOCUMENT_DT" Type="Edm.Date"/>
        <Property Name="FINAL_PLAN_DOCUMENT_DT" Type="Edm.Date"/>
        <Property Name="PLAN_NTP_DATE" Type="Edm.Date"/>
        <Property Name="ACTUAL_NTP_DATE" Type="Edm.Date"/>
        <Property Name="PLAN_LETTING_DATE" Type="Edm.Date" Nullable="false"/>
        <Property Name="PROJECT_DEFINITION" Type="Edm.String" MaxLength="24"/>
        <Property Name="RW_FISCAL_YEAR" Type="Edm.String" MaxLength="4"/>
        <Property Name="LET_FISCAL_YEAR" Type="Edm.String" MaxLength="4"/>
        <Property Name="ROW_DOL" Type="Edm.Decimal" Scale="2" Precision="17"/>
        <Property Name="UTIL" Type="Edm.Decimal" Scale="2" Precision="17"/>
        <Property Name="CONST" Type="Edm.Decimal" Scale="2" Precision="17"/>
        <Property Name="OTHER" Type="Edm.Decimal" Scale="2" Precision="17"/>
        <Property Name="Project_Count" Type="Edm.Int32"/>
      </EntityType>
      <Annotations Target="CPLService.EntityContainer/cpl">
        <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="CPLService.cpl/Plan_RW_Acquisition_Date">
        <Annotation Term="Common.Label" String="Plan R/W Acquistion Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_RW_Acquisition_Date">
        <Annotation Term="Common.Label" String="Actual R/W Acquisition Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Plan_RW_Plans_Complete_Date">
        <Annotation Term="Common.Label" String="Plan R/W Plans Complete Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_RW_Plans_Complete_Date">
        <Annotation Term="Common.Label" String="Actual R/W Plans Complete Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Plan_Production_RW_Date">
        <Annotation Term="Common.Label" String="Plan Production R/W Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_Production_RW_Date">
        <Annotation Term="Common.Label" String="Actual Production R/W Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Shelved_RW_Plan_Complete">
        <Annotation Term="Common.Label" String="Shelved R/W Plan Complete"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Shelved_at_Final_Planning_Document">
        <Annotation Term="Common.Label" String="Shelved at Final Planning Document"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Shelved_at_RW_Acquisition">
        <Annotation Term="Common.Label" String="Shelved at R/W Acquisition"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Shelved_at_Final_Plans">
        <Annotation Term="Common.Label" String="Shelved at Final Plans"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Plan_Utility_Relocation_by_Others_Complete">
        <Annotation Term="Common.Label" String="Plan Utility Relocation by Others Complete"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_Utility_Relocation_by_Others_Complete">
        <Annotation Term="Common.Label" String="Actual Utility Relocation by Others Complete"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Plan_Utility_Relocation_By_Others_Begins">
        <Annotation Term="Common.Label" String="Plan Utility Relocation By Others Begins"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_Utility_Relocation_By_Others_Begins">
        <Annotation Term="Common.Label" String="Actual Utility Relocation By Others Begins"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Plan_All_ROW_Parcels_Accessible">
        <Annotation Term="Common.Label" String="Plan All ROW Parcels Accessible"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Actual_All_ROW_Parcels_Accessible">
        <Annotation Term="Common.Label" String="Actual All ROW Parcels Accessible"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/CON_Funding_type">
        <Annotation Term="Common.Label" String="CON Funding type"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/ROW_Funding_type">
        <Annotation Term="Common.Label" String="ROW Funding type"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/ROW_ESTIMATE_DT">
        <Annotation Term="Common.Label" String="ROW Estimate Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/UTIL_ESTIMATE_DT">
        <Annotation Term="Common.Label" String="UTIL Estimate Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/CONST_ESTIMATE_DT">
        <Annotation Term="Common.Label" String="CONST Estimate Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/OTHER_ESTIMATE_DT">
        <Annotation Term="Common.Label" String="OTHER Estimate Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/DESCRIPTION">
        <Annotation Term="Common.Label" String="Description"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/LETTING_TYPE">
        <Annotation Term="Common.Label" String="Letting Type"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/DIVISION">
        <Annotation Term="Common.Label" String="Division"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/DIVISION_DESCRIPTION">
        <Annotation Term="Common.Label" String="Division Description"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/COUNTY">
        <Annotation Term="Common.Label" String="County"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/COUNTY_DESCRIPTION">
        <Annotation Term="Common.Label" String="County Description"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PROJECT_MANAGER">
        <Annotation Term="Common.Label" String="Project Manager"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/STIP_PROJECT_IDENTIFIER">
        <Annotation Term="Common.Label" String="STIP Project Identifier"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PE_MF_DATE">
        <Annotation Term="Common.Label" String="PE MF Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/ROW_MF_DATE">
        <Annotation Term="Common.Label" String="ROW MF Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/UTIL_MF_DATE">
        <Annotation Term="Common.Label" String="UTIL MF Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/FINAL_PLANNING_DOC_TYPE">
        <Annotation Term="Common.Label" String="Final Planning Document Type"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/RESPONSIBLE_GROUP">
        <Annotation Term="Common.Label" String="Responsible Group"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PROJECT_ID">
        <Annotation Term="Common.Label" String="Project ID"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/FINAL_ACTUAL_DOCUMENT_DT">
        <Annotation Term="Common.Label" String="Final Actual Document Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/FINAL_PLAN_DOCUMENT_DT">
        <Annotation Term="Common.Label" String="Final Plan Document Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PLAN_NTP_DATE">
        <Annotation Term="Common.Label" String="Plan NTP Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/ACTUAL_NTP_DATE">
        <Annotation Term="Common.Label" String="Actual NTP Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PLAN_LETTING_DATE">
        <Annotation Term="Common.Label" String="Plan Letting Date"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/PROJECT_DEFINITION">
        <Annotation Term="Common.Label" String="Project Definition"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/RW_FISCAL_YEAR">
        <Annotation Term="Common.Label" String="R/W Fiscal Year"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/LET_FISCAL_YEAR">
        <Annotation Term="Common.Label" String="Let Fiscal Year"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/ROW_DOL">
        <Annotation Term="Common.Label" String="ROW $"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/UTIL">
        <Annotation Term="Common.Label" String="UTIL $"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/CONST">
        <Annotation Term="Common.Label" String="CONST $"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/OTHER">
        <Annotation Term="Common.Label" String="OTHER $"/>
      </Annotations>
      <Annotations Target="CPLService.cpl/Project_Count">
        <Annotation Term="Common.Label" String="Project Count"/>
      </Annotations>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>