<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <Schema Namespace="GCIS.Secured.Core.Crossings" xmlns:frads="gov.fra.dataservices.schema" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="Crossing">
        <Key>
          <PropertyRef Name="CrossingId" />
          <PropertyRef Name="ReportBaseId" />
        </Key>
        <Property Name="ReportBaseId" Type="Edm.Int32" Nullable="false" frads:DisplayName="Unique Id for Crossing records in each table in the DB" />
        <Property Name="SubmissionId" Type="Edm.String" frads:DisplayName="Submission Id" />
        <Property Name="ReportStatus" Type="Edm.String" frads:DisplayName="Submission Status" />
        <Property Name="HasErrors" Type="Edm.String" frads:DisplayName="Has Errors" />
        <Property Name="ReportingAgencyTypeID" Type="Edm.Int32" Nullable="false" frads:DisplayName="Reporting AgencyType " />
        <Property Name="ReportingAgencyID" Type="Edm.Int32" Nullable="false" frads:DisplayName="Reporting Agency" />
        <Property Name="Created" Type="Edm.DateTime" frads:DisplayName="Created Date" />
        <Property Name="LastUpdated" Type="Edm.DateTime" Nullable="false" frads:DisplayName="Last Updated" />
        <Property Name="CrossingClosed" Type="Edm.String" frads:DisplayName="Crossing Closed" />
        <Property Name="ReasonId" Type="Edm.Int32" Nullable="false" frads:DisplayName="Reason For Update" />
        <Property Name="CrossingId" Type="Edm.String" Nullable="false" frads:DisplayName="DOT Crossing Inventory Number" />
        <Property Name="RevisionDate" Type="Edm.DateTime" frads:DisplayName="Revision Date" />
        <Property Name="ReportType" Type="Edm.String" frads:DisplayName="Full Inventory Record or Railroad Data Only" />
        <Property Name="Railroad" Type="Edm.String" frads:DisplayName="Primary Operating Railroad" />
        <Property Name="StateCD" Type="Edm.String" frads:DisplayName="State" />
        <Property Name="CntyCD" Type="Edm.String" frads:DisplayName="County" />
        <Property Name="Nearest" Type="Edm.String" frads:DisplayName="In/Near Flag" />
        <Property Name="CityCD" Type="Edm.String" frads:DisplayName="City / Municipality" />
        <Property Name="Street" Type="Edm.String" frads:DisplayName="Street / Road Name" />
        <Property Name="BlockNumb" Type="Edm.String" frads:DisplayName="Block Number" />
        <Property Name="Highway" Type="Edm.String" frads:DisplayName="Highway Type &amp; No" />
        <Property Name="SepInd" Type="Edm.String" frads:DisplayName="Do Other Railroads Operate a Separate Track at Crossing?" />
        <Property Name="SepRr1" Type="Edm.String" frads:DisplayName="Separate Track RR ID 1" />
        <Property Name="SepRr2" Type="Edm.String" frads:DisplayName="Separate Track RR ID 2" />
        <Property Name="SepRr3" Type="Edm.String" frads:DisplayName="Separate Track RR ID 3" />
        <Property Name="SepRr4" Type="Edm.String" frads:DisplayName="Separate Track RR ID 4" />
        <Property Name="SameInd" Type="Edm.String" frads:DisplayName="Do Other Railroads Operate Over Your Track at Crossing?" />
        <Property Name="SameRr1" Type="Edm.String" frads:DisplayName="Same Track RR ID 1" />
        <Property Name="SameRr2" Type="Edm.String" frads:DisplayName="Same Track RR ID 2" />
        <Property Name="SameRr3" Type="Edm.String" frads:DisplayName="Same Track RR ID 3" />
        <Property Name="SameRr4" Type="Edm.String" frads:DisplayName="Same Track RR ID 4" />
        <Property Name="RrID" Type="Edm.String" frads:DisplayName="Line Segment" />
        <Property Name="TtstnNam" Type="Edm.String" frads:DisplayName="Nearest RR Timetable Station" />
        <Property Name="RrMain" Type="Edm.String" frads:DisplayName="Parent RR" />
        <Property Name="XingOwnr" Type="Edm.String" frads:DisplayName="Crossing Owner" />
        <Property Name="TypeXing" Type="Edm.String" frads:DisplayName="Crossing Type" />
        <Property Name="XPurpose" Type="Edm.String" frads:DisplayName="Crossing Purpose" />
        <Property Name="PosXing" Type="Edm.String" frads:DisplayName="Crossing Position" />
        <Property Name="OpenPub" Type="Edm.String" frads:DisplayName="Public Access" />
        <Property Name="TypeTrnSrvcIDs" Type="Edm.String" frads:DisplayName="Type of Train Service" />
        <Property Name="DevelTypID" Type="Edm.String" frads:DisplayName="Type of Land Use" />
        <Property Name="XingAdj" Type="Edm.String" frads:DisplayName="Is there and Adjacent Crossing with a Separate Number?" />
        <Property Name="XngAdjNo" Type="Edm.String" frads:DisplayName="If Yes, Provide Crossing Number" />
        <Property Name="Whistban" Type="Edm.String" frads:DisplayName="Quiet Zone -FRA Provided" />
        <Property Name="WhistDate" Type="Edm.DateTime" frads:DisplayName="Quiet Established Date" />
        <Property Name="HscoRrid" Type="Edm.String" frads:DisplayName="HSR Corridor ID" />
        <Property Name="SfxHscoRrid" Type="Edm.String" frads:DisplayName="HSR Corridor ID Suffix" />
        <Property Name="Latitude" Type="Edm.String" frads:DisplayName="Latitude" />
        <Property Name="Longitude" Type="Edm.String" frads:DisplayName="Longitude" />
        <Property Name="LLsource" Type="Edm.String" frads:DisplayName="Lat/Long Source" />
        <Property Name="RrNarr1" Type="Edm.String" frads:DisplayName="Railroad Use" />
        <Property Name="RrNarr2" Type="Edm.String" frads:DisplayName="Railroad Use" />
        <Property Name="RrNarr3" Type="Edm.String" frads:DisplayName="Railroad Use" />
        <Property Name="RrNarr4" Type="Edm.String" frads:DisplayName="Railroad Use" />
        <Property Name="StNarr1" Type="Edm.String" frads:DisplayName="State Use" />
        <Property Name="StNarr2" Type="Edm.String" frads:DisplayName="State Use" />
        <Property Name="StNarr3" Type="Edm.String" frads:DisplayName="State Use" />
        <Property Name="StNarr4" Type="Edm.String" frads:DisplayName="State Use" />
        <Property Name="RrNarr" Type="Edm.String" frads:DisplayName="Narrative (Railroad Use)" />
        <Property Name="StNarr" Type="Edm.String" frads:DisplayName="Narrative (State Use)" />
        <Property Name="PolCont" Type="Edm.String" frads:DisplayName="Emergency Notification Telephone No." />
        <Property Name="RrCont" Type="Edm.String" frads:DisplayName="Railroad Contact (Telephone No.)" />
        <Property Name="HwyCont" Type="Edm.String" frads:DisplayName="State Contact (Telephone No.)" />
        <Property Name="RrDiv" Type="Edm.String" frads:DisplayName="Railroad Division or Region" />
        <Property Name="RrSubDiv" Type="Edm.String" frads:DisplayName="Railroad Subdivision or District" />
        <Property Name="Branch" Type="Edm.String" frads:DisplayName="Branch or Line Name" />
        <Property Name="PrfxMilePost" Type="Edm.String" frads:DisplayName="RR Milepost (Prefix)" />
        <Property Name="MilePost" Type="Edm.String" frads:DisplayName="RR Milepost Number" />
        <Property Name="SfxMilePost" Type="Edm.String" frads:DisplayName="RR Milepost (Suffix)" />
        <Property Name="Lt1PassMov" Type="Edm.String" frads:DisplayName="Less than One per Day" />
        <Property Name="PassCnt" Type="Edm.Decimal" frads:DisplayName="Average Passenger Train Count Per Day" />
        <Property Name="DayThru" Type="Edm.Decimal" frads:DisplayName="Total Daylight Thru Trains" />
        <Property Name="NghtThru" Type="Edm.Double" frads:DisplayName="Total Night time Thru Trains" />
        <Property Name="TotalSwt" Type="Edm.Double" frads:DisplayName="Total Switching Trains" />
        <Property Name="TotalLtr" Type="Edm.Double" frads:DisplayName="Total Light Rail Trains" />
        <Property Name="Lt1Mov" Type="Edm.String" frads:DisplayName="Check if Less Than One Movement Per Day" />
        <Property Name="WeekTrnMov" Type="Edm.Double" frads:DisplayName="How many Trains per Week?" />
        <Property Name="YearTrnMov" Type="Edm.Double" frads:DisplayName="Year of Train Count Data (YYYY)" />
        <Property Name="MaxTtSpd" Type="Edm.Decimal" frads:DisplayName="Maximum Timetable Speed (mph)" />
        <Property Name="MinSpd" Type="Edm.Decimal" frads:DisplayName="Typical Speed Range Over Crossing (mph) From" />
        <Property Name="MaxSpd" Type="Edm.Decimal" frads:DisplayName="Typical Speed Range Over Crossing (mph) To" />
        <Property Name="MainTrk" Type="Edm.Decimal" frads:DisplayName="Type and Count of Tracks (Main)" />
        <Property Name="SidingTrk" Type="Edm.Decimal" frads:DisplayName="Type and Count of Tracks (Siding)" />
        <Property Name="YardTrk" Type="Edm.Decimal" frads:DisplayName="Type and Count of Tracks (Yard)" />
        <Property Name="TransitTrk" Type="Edm.Decimal" frads:DisplayName="Type and Count of Tracks (Transit)" />
        <Property Name="IndustryTrk" Type="Edm.Decimal" frads:DisplayName="Type and Count of Tracks (Industry)" />
        <Property Name="SpselIDs" Type="Edm.String" frads:DisplayName="Train Detection (Main Track Only)" />
        <Property Name="Sgnleqp" Type="Edm.String" frads:DisplayName="Is Track Signaled?" />
        <Property Name="EMonitorDvce" Type="Edm.String" frads:DisplayName="Event Recorder" />
        <Property Name="HealthMonitor" Type="Edm.String" frads:DisplayName="Remote Health Monitoring" />
        <Property Name="NoSigns" Type="Edm.String" frads:DisplayName="Are There Signs or Signals?" />
        <Property Name="XBuck" Type="Edm.Decimal" frads:DisplayName="Crossbuck Assemblies" />
        <Property Name="StopStd" Type="Edm.Decimal" frads:DisplayName="STOP Signs (R1-1)" />
        <Property Name="YieldStd" Type="Edm.Decimal" frads:DisplayName="YIELD Signs (R1-2)" />
        <Property Name="AdvWarn" Type="Edm.String" frads:DisplayName="Advance Warning Signs" />
        <Property Name="AdvW10_1" Type="Edm.Decimal" frads:DisplayName="W10-1" />
        <Property Name="AdvW10_2" Type="Edm.Decimal" frads:DisplayName="W10-2" />
        <Property Name="AdvW10_3" Type="Edm.Decimal" frads:DisplayName="W10-3" />
        <Property Name="AdvW10_4" Type="Edm.Decimal" frads:DisplayName="W10-4" />
        <Property Name="AdvW10_11" Type="Edm.Decimal" frads:DisplayName="W10-11" />
        <Property Name="AdvW10_12" Type="Edm.Decimal" frads:DisplayName="W10-12" />
        <Property Name="Low_Grnd" Type="Edm.String" frads:DisplayName="Low Ground Clearance Sign (W10-5)" />
        <Property Name="Low_GrndSigns" Type="Edm.Decimal" frads:DisplayName="Low Ground Clearance Sign (W10-5) (count)" />
        <Property Name="PaveMrkIDs" Type="Edm.String" frads:DisplayName="Pavement Markings" />
        <Property Name="Channel" Type="Edm.String" frads:DisplayName="Channelization Devices/Medians" />
        <Property Name="Exempt" Type="Edm.String" frads:DisplayName="EXEMPT Sign (R15-3)" />
        <Property Name="EnsSign" Type="Edm.String" frads:DisplayName="ENS Sign (I-13) Displayed" />
        <Property Name="OthSgn" Type="Edm.String" frads:DisplayName="Other MUTCD Signs" />
        <Property Name="OthSgn1" Type="Edm.Decimal" frads:DisplayName="Other MUTCD Signs (count)" />
        <Property Name="OthDes1" Type="Edm.String" frads:DisplayName="Other MUTCD Signs (Specify Type)" />
        <Property Name="OthSgn2" Type="Edm.Decimal" frads:DisplayName="Other MUTCD Signs (count)" />
        <Property Name="OthDes2" Type="Edm.String" frads:DisplayName="Other MUTCD Signs (Specify Type)" />
        <Property Name="OthSgn3" Type="Edm.Decimal" frads:DisplayName="Other MUTCD Signs (count)" />
        <Property Name="OthDes3" Type="Edm.String" frads:DisplayName="Other MUTCD Signs (Specify Type)" />
        <Property Name="PrvxSign" Type="Edm.String" frads:DisplayName="Private Crossing Signs (if private)" />
        <Property Name="Led" Type="Edm.String" frads:DisplayName="LED Enhanced Signs (List types)" />
        <Property Name="Gates" Type="Edm.Decimal" frads:DisplayName="Gate Arms (Roadway)" />
        <Property Name="GatePed" Type="Edm.Decimal" frads:DisplayName="Gate Arms (Pedestrian)" />
        <Property Name="GateConf" Type="Edm.String" frads:DisplayName="Gate Configuration" />
        <Property Name="GateConfType" Type="Edm.String" frads:DisplayName="Gate Configuration Type" />
        <Property Name="FlashOv" Type="Edm.Decimal" frads:DisplayName="Cantilevered (or Bridged) Flashing Light Structures - Over Traffic Lane" />
        <Property Name="FlashNov" Type="Edm.Decimal" frads:DisplayName="Cantilevered (or Bridged) Flashing Light Structures - Not Over Traffic Lane" />
        <Property Name="CFlashType" Type="Edm.String" frads:DisplayName="Cantilevered (or Bridged) Flashing Light Structures (Specify Type)" />
        <Property Name="FlashPost" Type="Edm.Decimal" frads:DisplayName="Mast Mounted Flashing Lights (count of masts)" />
        <Property Name="FlashPostType" Type="Edm.String" frads:DisplayName="Mast Mounted Flashing Lights (Specify Type)" />
        <Property Name="Bkl_FlashPost" Type="Edm.String" frads:DisplayName="Back Lights Included" />
        <Property Name="Sdl_FlashPost" Type="Edm.String" frads:DisplayName="Side Lights Included" />
        <Property Name="FlashPai" Type="Edm.Decimal" frads:DisplayName="Total Count of Flashing Light Pairs" />
        <Property Name="AwdIDate" Type="Edm.String" frads:DisplayName="Original Installation Date of Current Active Warning Devices: (MM/YYYY)" />
        <Property Name="AwhornChk" Type="Edm.String" frads:DisplayName="Wayside Horn" />
        <Property Name="AwhornlDate" Type="Edm.String" frads:DisplayName="Wayside Horn Installed on (MM/YYYY)" />
        <Property Name="HwyTrafSignl" Type="Edm.String" frads:DisplayName="Highway Traffic Signals Controlling Crossing" />
        <Property Name="Bells" Type="Edm.Decimal" frads:DisplayName="Bells" />
        <Property Name="SpecPro" Type="Edm.String" frads:DisplayName="Non-Train Active Warning" />
        <Property Name="FlashOth" Type="Edm.Decimal" frads:DisplayName="Other Flashing Lights or Warning Devices" />
        <Property Name="FlashOthDes" Type="Edm.String" frads:DisplayName="Other Flashing Lights or Warning Devices (Specify type)" />
        <Property Name="HwynrSig" Type="Edm.String" frads:DisplayName="Deos Nearby Highway Intersection have Traffic Signals?" />
        <Property Name="Intrprmp" Type="Edm.String" frads:DisplayName="Hwy Traffic Signal Interconnection" />
        <Property Name="PrempType" Type="Edm.String" frads:DisplayName="Hwy Traffic Signal Preemption" />
        <Property Name="HwtrfPsig" Type="Edm.String" frads:DisplayName="Highway Traffic Pre-Signals" />
        <Property Name="HwtrfPsigsdis" Type="Edm.Decimal" frads:DisplayName="Highway Traffic Pre-Signals - Storage Distance" />
        <Property Name="HwtrfPsiglndis" Type="Edm.Decimal" frads:DisplayName="Highway Traffic Pre-Signals - Stop Line Distance" />
        <Property Name="MonitorDev" Type="Edm.String" frads:DisplayName="Highway Monitoring Devices" />
        <Property Name="TraficLn" Type="Edm.String" frads:DisplayName="Traffic Lanes Crossing Railroad" />
        <Property Name="TraflnType" Type="Edm.String" frads:DisplayName="Traffic Lanes Crossing Railroad (Specify Type)" />
        <Property Name="HwyPved" Type="Edm.String" frads:DisplayName="Is Roadway/Pathway Paved?" />
        <Property Name="Downst" Type="Edm.String" frads:DisplayName="Does Track Run Down a Street?" />
        <Property Name="Illumina" Type="Edm.String" frads:DisplayName="Is Crossing Illuminated? (Street lights within approx. 50 feet from nearest rail)" />
        <Property Name="XSurfDate" Type="Edm.String" frads:DisplayName="Crossing Surface (on Main Track, multiple types allowed) - Installation Date" />
        <Property Name="XSurfWidth" Type="Edm.Decimal" frads:DisplayName="Crossing Surface-Width" />
        <Property Name="XSurfLength" Type="Edm.Decimal" frads:DisplayName="Crossing Surface-Length" />
        <Property Name="XSurfaceIDs" Type="Edm.String" frads:DisplayName="Crossing Surface (Specify Type)" />
        <Property Name="XSurOthr" Type="Edm.String" frads:DisplayName="Other Crossing Surface" />
        <Property Name="HwyNear" Type="Edm.String" frads:DisplayName="Intersecting Roadway within 500 feet?" />
        <Property Name="HwynDist" Type="Edm.Decimal" frads:DisplayName="If Yes, Approximate Distance (feet)" />
        <Property Name="XAngle" Type="Edm.String" frads:DisplayName="Smallest Crossing Angle" />
        <Property Name="ComPower" Type="Edm.String" frads:DisplayName="Is Commercial Power Available?" />
        <Property Name="HwySys" Type="Edm.String" frads:DisplayName="Highway System" />
        <Property Name="HwyClassCD" Type="Edm.String" frads:DisplayName="Functional Classification of Road at Crossing: Rural or Urban" />
        <Property Name="HwyClassrdtpID" Type="Edm.String" frads:DisplayName="Functional Classification of Road at Crossing: Type of Highway/Roadway" />
        <Property Name="StHwy1" Type="Edm.String" frads:DisplayName="Is Crossing on State Highway System?" />
        <Property Name="HwySpeed" Type="Edm.Decimal" frads:DisplayName="Highway Speed Limit" />
        <Property Name="HwySpeedps" Type="Edm.String" frads:DisplayName="Posted or Statutory" />
        <Property Name="LrsRouteid" Type="Edm.String" frads:DisplayName="Linear Referencing System (LRS Route ID)" />
        <Property Name="LrsMilePost" Type="Edm.String" frads:DisplayName="LRS Milepost" />
        <Property Name="Aadt" Type="Edm.String" frads:DisplayName="Annual Average Daily Traffic (AADT)" />
        <Property Name="AadtYear" Type="Edm.String" frads:DisplayName="Annual Average Daily Traffic (AADT) - Year" />
        <Property Name="PctTruk" Type="Edm.String" frads:DisplayName="Estimated Percent Trucks" />
        <Property Name="SchlBusChk" Type="Edm.String" frads:DisplayName="Regularly Used by School Buses?" />
        <Property Name="SchlBsCnt" Type="Edm.Decimal" frads:DisplayName="Average Number per Day" />
        <Property Name="EmrgncySrvc" Type="Edm.String" frads:DisplayName="Emergency Services Route" />
      </EntityType>
      <EntityType Name="CrossingProcessRequest">
        <Property Name="isCancelRequest" Type="Edm.Boolean" Nullable="false" />
        <Property Name="DelegatingAgencyCode" Type="Edm.String" />
        <NavigationProperty Name="Crossings" Relationship="GCIS.Secured.Core.Crossings.GCIS_Secured_Core_Crossings_CrossingProcessRequest_Crossings_GCIS_Secured_Core_Crossings_Crossing_CrossingsPartner" ToRole="Crossings" FromRole="CrossingsPartner" />
      </EntityType>
      <EntityType Name="CrossingError">
        <Key>
          <PropertyRef Name="ReportBaseId" />
        </Key>
        <Property Name="ReportBaseId" Type="Edm.Int32" Nullable="false" frads:DisplayName="Unique Id for Crossing records in each table in the DB" />
        <Property Name="CrossingId" Type="Edm.String" frads:DisplayName="DOT Crossing Inventory Number" />
        <Property Name="SubmissionId" Type="Edm.String" frads:DisplayName="Submission Id" />
        <Property Name="Code" Type="Edm.String" frads:DisplayName="Error Code" />
        <Property Name="Description" Type="Edm.String" frads:DisplayName="Error Description" />
      </EntityType>
      <Association Name="GCIS_Secured_Core_Crossings_CrossingProcessRequest_Crossings_GCIS_Secured_Core_Crossings_Crossing_CrossingsPartner">
        <End Type="GCIS.Secured.Core.Crossings.Crossing" Role="Crossings" Multiplicity="*" />
        <End Type="GCIS.Secured.Core.Crossings.CrossingProcessRequest" Role="CrossingsPartner" Multiplicity="0..1" />
      </Association>
    </Schema>
    <Schema Namespace="GCIS.Secured.Core.ErrorCodes" xmlns:frads="gov.fra.dataservices.schema" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="ErrorCode">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" frads:DisplayName="Error Code" />
        <Property Name="Section" Type="Edm.String" frads:DisplayName="Section" />
        <Property Name="Description" Type="Edm.String" frads:DisplayName="Description" />
      </EntityType>
    </Schema>
    <Schema Namespace="GCIS.Secured.Core.Lookups" xmlns:frads="gov.fra.dataservices.schema" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="Lookup">
        <Key>
          <PropertyRef Name="ID" />
          <PropertyRef Name="LookupType" />
        </Key>
        <Property Name="ID" Type="Edm.String" Nullable="false" frads:DisplayName="Id" />
        <Property Name="LookupType" Type="Edm.String" Nullable="false" frads:DisplayName="Lookup Type" />
        <Property Name="LookupText" Type="Edm.String" frads:DisplayName="Text" />
        <Property Name="StartDate" Type="Edm.DateTime" frads:DisplayName="Start Date" />
        <Property Name="EndDate" Type="Edm.DateTime" frads:DisplayName="End Date" />
        <Property Name="Status" Type="Edm.Int32" frads:DisplayName="Status" />
        <Property Name="Created" Type="Edm.DateTime" frads:DisplayName="Created" />
      </EntityType>
      <EntityType Name="Location">
        <Property Name="STATECD" Type="Edm.String" frads:DisplayName="State Code" />
        <Property Name="CNTYCD" Type="Edm.String" frads:DisplayName="County Code" />
        <Property Name="CITYCD" Type="Edm.String" frads:DisplayName="City Code" />
        <Property Name="STATEAB" Type="Edm.String" frads:DisplayName="State AB" />
        <Property Name="StateNM" Type="Edm.String" frads:DisplayName="State Name" />
        <Property Name="CNTYNM" Type="Edm.String" frads:DisplayName="County Name" />
        <Property Name="CITYNM" Type="Edm.String" frads:DisplayName="City Name" />
        <Property Name="REGION" Type="Edm.String" frads:DisplayName="Region" />
      </EntityType>
      <EntityType Name="Railroad">
        <Property Name="Code" Type="Edm.String" frads:DisplayName="Railroad Code" />
        <Property Name="Name" Type="Edm.String" frads:DisplayName="Railroad Name" />
        <Property Name="ParentCode" Type="Edm.String" frads:DisplayName="ParentCode" />
      </EntityType>
      <EntityType Name="ReportingAgency">
        <Property Name="AgencyId" Type="Edm.Int32" Nullable="false" frads:DisplayName="AgencyId" />
        <Property Name="Code" Type="Edm.String" frads:DisplayName="Code" />
        <Property Name="Name" Type="Edm.String" frads:DisplayName="Name" />
        <Property Name="AgencyTypeId" Type="Edm.Int32" Nullable="false" frads:DisplayName="AgencyTypeId" />
      </EntityType>
      <EntityType Name="Company">
        <Property Name="Code" Type="Edm.String" frads:DisplayName="Company Code" />
        <Property Name="Name" Type="Edm.String" frads:DisplayName="Company Name" />
      </EntityType>
      <EntityType Name="TimeTableStation">
        <Property Name="STATECD" Type="Edm.String" frads:DisplayName="State Code" />
        <Property Name="STATEAB" Type="Edm.String" frads:DisplayName="State AB" />
        <Property Name="StateNM" Type="Edm.String" frads:DisplayName="State Name" />
        <Property Name="TimeTableStationCode" Type="Edm.String" frads:DisplayName="Time Table Station Code" />
        <Property Name="TimeTableStationName" Type="Edm.String" frads:DisplayName="Time Table Station Name" />
      </EntityType>
      <EntityType Name="CountyCoordinate">
        <Property Name="CNTYCD" Type="Edm.String" frads:DisplayName="County Code" />
        <Property Name="CNTYNM" Type="Edm.String" frads:DisplayName="County Name" />
        <Property Name="LatitudeNorth" Type="Edm.String" frads:DisplayName="Latitude North" />
        <Property Name="LatitudeSouth" Type="Edm.String" frads:DisplayName="Latitude South" />
        <Property Name="LongitudeEast" Type="Edm.String" frads:DisplayName="Longitude East" />
        <Property Name="LongitudeWest" Type="Edm.String" frads:DisplayName="Longitude West" />
      </EntityType>
    </Schema>
    <Schema Namespace="Secured.Core" xmlns:frads="gov.fra.dataservices.schema" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityContainer Name="Container" m:IsDefaultEntityContainer="true">
        <EntitySet Name="Crossings" EntityType="GCIS.Secured.Core.Crossings.Crossing" />
        <EntitySet Name="ProcessRequest" EntityType="GCIS.Secured.Core.Crossings.CrossingProcessRequest" />
        <EntitySet Name="CrossingErrors" EntityType="GCIS.Secured.Core.Crossings.CrossingError" />
        <EntitySet Name="ErrorCodes" EntityType="GCIS.Secured.Core.ErrorCodes.ErrorCode" />
        <EntitySet Name="Lookups" EntityType="GCIS.Secured.Core.Lookups.Lookup" />
        <EntitySet Name="Locations" EntityType="GCIS.Secured.Core.Lookups.Location" />
        <EntitySet Name="Railroads" EntityType="GCIS.Secured.Core.Lookups.Railroad" />
        <EntitySet Name="ReportingAgencies" EntityType="GCIS.Secured.Core.Lookups.ReportingAgency" />
        <EntitySet Name="Companies" EntityType="GCIS.Secured.Core.Lookups.Company" />
        <EntitySet Name="TimeTableStations" EntityType="GCIS.Secured.Core.Lookups.TimeTableStation" />
        <EntitySet Name="CountyCoordinates" EntityType="GCIS.Secured.Core.Lookups.CountyCoordinate" />
        <AssociationSet Name="GCIS_Secured_Core_Crossings_CrossingProcessRequest_Crossings_GCIS_Secured_Core_Crossings_Crossing_CrossingsPartnerSet" Association="GCIS.Secured.Core.Crossings.GCIS_Secured_Core_Crossings_CrossingProcessRequest_Crossings_GCIS_Secured_Core_Crossings_Crossing_CrossingsPartner">
          <End Role="CrossingsPartner" EntitySet="ProcessRequest" />
          <End Role="Crossings" EntitySet="Crossings" />
        </AssociationSet>
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>