<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"
	xmlns:gp="http://www.sap.com/Protocols/SAPData/GenericPlayer" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
	xmlns:sap="http://www.sap.com/Protocols/SAPData" xmlns:ux="http://www.sap.com/Protocols/OData4SAP/UX">
	<edmx:DataServices m:DataServiceVersion="2.0">
		<Schema Namespace="RMTSAMPLEFLIGHT" xml:lang="en" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
			<EntityType Name="Subscription" sap:content-version="1" sap:semantics="subscriptions">
				<Key>
					<PropertyRef Name="ID"/>
				</Key>
				<Property MaxLength="32" Name="ID" Nullable="false" Type="Edm.String" sap:creatable="false" sap:filterable="false" sap:label="Sub. ID"
					sap:updatable="false"/>
				<Property MaxLength="12" Name="user" Type="Edm.String" m:FC_KeepInContent="false" m:FC_TargetPath="SyndicationAuthorName"
					sap:creatable="false" sap:filterable="false" sap:label="User Name"/>
				<Property Name="updated" Precision="0" Type="Edm.DateTime" m:FC_KeepInContent="false" m:FC_TargetPath="SyndicationUpdated"
					sap:creatable="false" sap:filterable="false" sap:label="Time Stamp"/>
				<Property MaxLength="255" Name="title" Type="Edm.String" m:FC_KeepInContent="false" m:FC_TargetPath="SyndicationTitle"
					sap:filterable="false" sap:label="Title"/>
				<Property Name="deliveryAddress" Type="Edm.String" sap:filterable="false" sap:label="Delivery Address"/>
				<Property Name="persistNotifications" Type="Edm.Boolean" sap:filterable="false" sap:label="Persist Notification"/>
				<Property MaxLength="40" Name="collection" Type="Edm.String" sap:filterable="false" sap:label="Collection"/>
				<Property Name="filter" Type="Edm.String" sap:filterable="false" sap:label="Filter"/>
				<Property MaxLength="255" Name="select" Type="Edm.String" sap:filterable="false" sap:label="Select"/>
				<Property MaxLength="30" Name="changeType" Type="Edm.String" sap:label="Change Type"/>
			</EntityType>
			<EntityType Name="Notification" sap:content-version="1" sap:semantics="notifications">
				<Key>
					<PropertyRef Name="ID"/>
				</Key>
				<Property MaxLength="32" Name="ID" Nullable="false" Type="Edm.String" sap:label="Notification ID"/>
				<Property MaxLength="40" Name="collection" Type="Edm.String" sap:label="Collection"/>
				<Property Name="title" Type="Edm.String" m:FC_KeepInContent="false" m:FC_TargetPath="SyndicationTitle" sap:label="Notif. Text"/>
				<Property Name="updated" Precision="0" Type="Edm.DateTime" m:FC_KeepInContent="false" m:FC_TargetPath="SyndicationUpdated"
					sap:label="Time Stamp"/>
				<Property MaxLength="30" Name="changeType" Type="Edm.String" sap:label="Change Type"/>
				<Property Name="entriesOfInterest" Type="Edm.Int32" sap:label="No. of Entries"/>
				<Property MaxLength="112" Name="recipient" Type="Edm.String" sap:creatable="false" sap:label="Recipient" sap:updatable="false"/>
			</EntityType>
			<EntityType Name="Flight" sap:content-version="1">
				<Key>
					<PropertyRef Name="carrid"/>
					<PropertyRef Name="connid"/>
					<PropertyRef Name="fldate"/>
				</Key>
				<Property Name="flightDetails" Nullable="false" Type="RMTSAMPLEFLIGHT.FlightDetails"/>
				<Property MaxLength="3" Name="carrid" Nullable="false" Type="Edm.String" sap:label="Airline"/>
				<Property MaxLength="4" Name="connid" Nullable="false" Type="Edm.String" sap:label="Flight Number"/>
				<Property Name="fldate" Nullable="false" Precision="0" Type="Edm.DateTime" sap:label="Date"/>
				<Property Name="PRICE" Precision="15" Scale="2" Type="Edm.Decimal" sap:label="Airfare" sap:unit="CURRENCY"/>
				<Property MaxLength="5" Name="CURRENCY" Type="Edm.String" sap:label="Airline Currency" sap:semantics="currency-code" sap:sortable="false"/>
				<Property MaxLength="10" Name="PLANETYPE" Type="Edm.String" sap:label="Type of the plane"/>
				<Property Name="SEATSMAX" Type="Edm.Int32" sap:label="Max. capacity econ."/>
				<Property Name="SEATSOCC" Type="Edm.Int32" sap:label="Occupied econ."/>
				<Property Name="PAYMENTSUM" Precision="17" Scale="2" Type="Edm.Decimal" sap:label="Total"/>
				<Property Name="SEATSMAX_B" Type="Edm.Int32" sap:label="Max. capacity bus."/>
				<Property Name="SEATSOCC_B" Type="Edm.Int32" sap:label="Occupied bus."/>
				<Property Name="SEATSMAX_F" Type="Edm.Int32" sap:label="Max. capacity 1st"/>
				<Property Name="SEATSOCC_F" Type="Edm.Int32" sap:label="Occupied 1st"/>
				<NavigationProperty FromRole="FromRole_BookingFlight" Name="flightbooking" Relationship="RMTSAMPLEFLIGHT.BookingFlight"
					ToRole="ToRole_BookingFlight"/>
				<NavigationProperty FromRole="FromRole_FlightBookings" Name="flightBookings" Relationship="RMTSAMPLEFLIGHT.FlightBookings"
					ToRole="ToRole_FlightBookings"/>
				<NavigationProperty FromRole="ToRole_CarrierToFlight" Name="FlightCarrier" Relationship="RMTSAMPLEFLIGHT.CarrierToFlight"
					ToRole="FromRole_CarrierToFlight"/>
			</EntityType>
			<EntityType Name="Flight_DQ" sap:content-version="1">
				<Key>
					<PropertyRef Name="carrid"/>
					<PropertyRef Name="connid"/>
					<PropertyRef Name="fldate"/>
				</Key>
				<Property MaxLength="3" Name="carrid" Nullable="false" Type="Edm.String" sap:label="Airline"/>
				<Property MaxLength="4" Name="connid" Nullable="false" Type="Edm.String" sap:label="Flight Number"/>
				<Property Name="fldate" Nullable="false" Precision="0" Type="Edm.DateTime" sap:label="Date"/>
				<Property Name="PRICE" Precision="15" Scale="2" Type="Edm.Decimal" sap:label="Airfare" sap:unit="CURRENCY"/>
				<Property MaxLength="5" Name="CURRENCY" Type="Edm.String" sap:label="Airline Currency" sap:semantics="currency-code" sap:sortable="false"/>
				<Property MaxLength="10" Name="PLANETYPE" Type="Edm.String" sap:label="Type of the plane"/>
				<Property Name="SEATSMAX" Type="Edm.Int32" sap:label="Max. capacity econ."/>
				<Property Name="SEATSOCC" Type="Edm.Int32" sap:label="Occupied econ."/>
				<Property Name="PAYMENTSUM" Precision="17" Scale="2" Type="Edm.Decimal" sap:label="Total"/>
				<Property Name="SEATSMAX_B" Type="Edm.Int32" sap:label="Max. capacity bus."/>
				<Property Name="SEATSOCC_B" Type="Edm.Int32" sap:label="Occupied bus."/>
				<Property Name="SEATSMAX_F" Type="Edm.Int32" sap:label="Max. capacity 1st"/>
				<Property Name="SEATSOCC_F" Type="Edm.Int32" sap:label="Occupied 1st"/>
			</EntityType>
			<EntityType Name="Booking" sap:content-version="1" sap:label="Flight Booking" sap:semantics="FLIGHT_BOOKING">
				<Key>
					<PropertyRef Name="carrid"/>
					<PropertyRef Name="connid"/>
					<PropertyRef Name="fldate"/>
					<PropertyRef Name="bookid"/>
				</Key>
				<Property MaxLength="3" Name="carrid" Nullable="false" Type="Edm.String" sap:label="Airline"/>
				<Property MaxLength="4" Name="connid" Nullable="false" Type="Edm.String" sap:label="Flight Number"/>
				<Property Name="fldate" Nullable="false" Precision="0" Type="Edm.DateTime" sap:label="Date"/>
				<Property MaxLength="8" Name="bookid" Nullable="false" Type="Edm.String" sap:label="Booking number"/>
				<Property MaxLength="8" Name="CUSTOMID" Type="Edm.String" sap:label="Customer Number"/>
				<Property MaxLength="1" Name="CUSTTYPE" Type="Edm.String" sap:label="B/P customer"/>
				<Property MaxLength="1" Name="SMOKER" Type="Edm.String" sap:label="Smoker"/>
				<Property MaxLength="3" Name="WUNIT" Type="Edm.String" sap:label="Unit of measure" sap:semantics="unit-of-measure"/>
				<Property Name="LUGGWEIGHT" Precision="9" Scale="4" Type="Edm.Decimal" sap:label="Luggage Weight" sap:unit="WUNIT"/>
				<Property MaxLength="1" Name="INVOICE" Type="Edm.String" sap:label="Invoice pty."/>
				<Property MaxLength="1" Name="CLASS" Type="Edm.String" sap:label="Class"/>
				<Property Name="FORCURAM" Precision="15" Scale="14" Type="Edm.Decimal" sap:label="Amount" sap:unit="FORCURKEY"/>
				<Property MaxLength="5" Name="FORCURKEY" Type="Edm.String" sap:label="Paymnt currency" sap:semantics="currency-code"/>
				<Property Name="LOCCURAM" Precision="15" Scale="14" Type="Edm.Decimal" sap:label="Amount" sap:unit="LOCCURKEY"/>
				<Property MaxLength="5" Name="LOCCURKEY" Type="Edm.String" sap:label="Airline Currency" sap:semantics="currency-code"/>
				<Property ConcurrencyMode="Fixed" Name="ORDER_DATE" Precision="0" Type="Edm.DateTime" sap:label="Booking date" sap:updatable="false"/>
				<Property MaxLength="8" Name="COUNTER" Type="Edm.String" sap:label="Sales office" sap:updatable="false"/>
				<Property MaxLength="8" Name="AGENCYNUM" Type="Edm.String" sap:label="Agency No." sap:updatable="false"/>
				<Property MaxLength="1" Name="CANCELLED" Type="Edm.String" sap:label="Cancelation flag" sap:updatable="false"/>
				<Property MaxLength="1" Name="RESERVED" Type="Edm.String" sap:label="Reserved" sap:updatable="false"/>
				<Property MaxLength="25" Name="PASSNAME" Type="Edm.String" sap:label="Passenger Name"/>
				<Property MaxLength="15" Name="PASSFORM" Type="Edm.String" sap:label="Title"/>
				<Property Name="PASSBIRTH" Precision="0" Type="Edm.DateTime" sap:label="DOB of Passeng."/>
				<NavigationProperty FromRole="ToRole_BookingFlight" Name="bookedFlight" Relationship="RMTSAMPLEFLIGHT.BookingFlight"
					ToRole="FromRole_BookingFlight" gp:display-order="0111" sap:label="Flight bookings"/>
			</EntityType>
			<EntityType Name="Carrier" m:HasStream="true" sap:content-version="1">
				<Key>
					<PropertyRef Name="carrid"/>
				</Key>
				<Property MaxLength="3" Name="carrid" Nullable="false" Type="Edm.String" sap:label="Airline"/>
				<Property MaxLength="20" Name="CARRNAME" Type="Edm.String" sap:label="Airline"/>
				<Property MaxLength="5" Name="CURRCODE" Type="Edm.String" sap:label="Airline Currency" sap:semantics="currency-code"/>
				<Property MaxLength="255" Name="URL" Type="Edm.String" sap:label="URL"/>
				<Property MaxLength="128" Name="mimeType" Type="Edm.String" sap:filterable="false" sap:label="MIME Type"/>
				<NavigationProperty FromRole="FromRole_CarrierToFlight" Name="carrierFlights" Relationship="RMTSAMPLEFLIGHT.CarrierToFlight"
					ToRole="ToRole_CarrierToFlight"/>
			</EntityType>
			<EntityType Name="Travelagency" sap:content-version="1" ux:thing-name="travel agency">
				<Key>
					<PropertyRef Name="agencynum"/>
				</Key>
				<Property MaxLength="8" Name="agencynum" Nullable="false" Type="Edm.String" sap:label="Agency No."/>
				<Property MaxLength="25" Name="NAME" Type="Edm.String" sap:label="Travel agency name"/>
				<Property MaxLength="30" Name="STREET" Type="Edm.String" sap:label="Street"/>
				<Property MaxLength="10" Name="POSTBOX" Type="Edm.String" sap:label="PO Box"/>
				<Property MaxLength="10" Name="POSTCODE" Type="Edm.String" sap:label="Postal Code"/>
				<Property MaxLength="25" Name="CITY" Type="Edm.String" sap:label="City"/>
				<Property MaxLength="3" Name="COUNTRY" Type="Edm.String" sap:label="Country"/>
				<Property MaxLength="3" Name="REGION" Type="Edm.String" sap:label="Region"/>
				<Property MaxLength="30" Name="TELEPHONE" Type="Edm.String" sap:label="Tel."/>
				<Property MaxLength="255" Name="URL" Type="Edm.String" sap:label="Travel agency URL"/>
				<Property MaxLength="2" Name="LANGU" Type="Edm.String" sap:label="Language"/>
				<Property MaxLength="5" Name="CURRENCY" Type="Edm.String" sap:label="Trav.Agency.Curr" sap:semantics="currency-code"/>
				<Property MaxLength="128" Name="mimeType" Type="Edm.String" sap:label="MIME Type"/>
			</EntityType>
			<EntityType Name="Travelagency_DQ" sap:content-version="1" ux:thing-name="travel agency">
				<Key>
					<PropertyRef Name="agencynum"/>
				</Key>
				<Property MaxLength="8" Name="agencynum" Nullable="false" Type="Edm.String" sap:label="Agency No."/>
				<Property MaxLength="25" Name="NAME" Type="Edm.String" sap:label="Travel agency name"/>
				<Property MaxLength="30" Name="STREET" Type="Edm.String" sap:label="Street"/>
				<Property MaxLength="10" Name="POSTBOX" Type="Edm.String" sap:label="PO Box"/>
				<Property MaxLength="10" Name="POSTCODE" Type="Edm.String" sap:label="Postal Code"/>
				<Property MaxLength="25" Name="CITY" Type="Edm.String" sap:label="City"/>
				<Property MaxLength="3" Name="COUNTRY" Type="Edm.String" sap:label="Country"/>
				<Property MaxLength="3" Name="REGION" Type="Edm.String" sap:label="Region"/>
				<Property MaxLength="30" Name="TELEPHONE" Type="Edm.String" sap:label="Tel."/>
				<Property MaxLength="255" Name="URL" Type="Edm.String" sap:label="Travel agency URL"/>
				<Property MaxLength="2" Name="LANGU" Type="Edm.String" sap:label="Language"/>
				<Property MaxLength="5" Name="CURRENCY" Type="Edm.String" sap:label="Trav.Agency.Curr" sap:semantics="currency-code"/>
				<Property MaxLength="128" Name="mimeType" Type="Edm.String" sap:label="MIME Type"/>
			</EntityType>
			<ComplexType Name="FlightDetails" gp:display-order="0010">
				<Property MaxLength="3" Name="countryFrom" Type="Edm.String" sap:label="Country"/>
				<Property MaxLength="20" Name="cityFrom" Type="Edm.String" sap:label="Depart.city"/>
				<Property MaxLength="3" Name="airportFrom" Type="Edm.String" sap:label="Dep. airport"/>
				<Property MaxLength="3" Name="countryTo" Type="Edm.String" sap:label="Country"/>
				<Property MaxLength="20" Name="cityTo" Type="Edm.String" sap:label="Arrival city"/>
				<Property MaxLength="3" Name="airportTo" Type="Edm.String" sap:label="Dest. airport"/>
				<Property Name="flightTime" Type="Edm.Int32" sap:label="Flight time"/>
				<Property Name="departureTime" Precision="0" Type="Edm.Time" sap:label="Departure"/>
				<Property Name="arrivalTime" Precision="0" Type="Edm.Time" sap:label="Arrival Time"/>
				<Property Name="distance" Precision="9" Scale="4" Type="Edm.Decimal" sap:label="Distance" sap:unit="distanceUnit"/>
				<Property MaxLength="3" Name="distanceUnit" Type="Edm.String" sap:label="Distance in" sap:semantics="unit-of-measure"/>
				<Property MaxLength="1" Name="flightType" Type="Edm.String" sap:label="Charter"/>
				<Property Name="period" Type="Edm.Byte" sap:label="n day(s) later"/>
			</ComplexType>
			<ComplexType Name="FlightAvailability">
				<Property Name="ECONOMAX" Type="Edm.Int32" sap:label="Max. capacity econ."/>
				<Property Name="ECONOFREE" Type="Edm.Int32" sap:label="Free seats"/>
				<Property Name="BUSINMAX" Type="Edm.Int32" sap:label="Max. capacity bus."/>
				<Property Name="BUSINFREE" Type="Edm.Int32" sap:label="Free seats"/>
				<Property Name="FIRSTMAX" Type="Edm.Int32" sap:label="Max. capacity 1st"/>
				<Property Name="FIRSTFREE" Type="Edm.Int32" sap:label="Free seats"/>
			</ComplexType>
			<ComplexType BaseType="RMTSAMPLEFLIGHT.FlightAvailability" Name="FlightAvailability2"/>
			<Association Name="CarrierToFlight" sap:content-version="1">
				<End Multiplicity="1" Role="FromRole_CarrierToFlight" Type="RMTSAMPLEFLIGHT.Carrier"/>
				<End Multiplicity="*" Role="ToRole_CarrierToFlight" Type="RMTSAMPLEFLIGHT.Flight"/>
			</Association>
			<Association Name="BookingFlight" sap:content-version="1" sap:label="Booking Flight Association">
				<End Multiplicity="1" Role="FromRole_BookingFlight" Type="RMTSAMPLEFLIGHT.Flight"/>
				<End Multiplicity="1" Role="ToRole_BookingFlight" Type="RMTSAMPLEFLIGHT.Booking"/>
				<ReferentialConstraint>
					<Principal Role="FromRole_BookingFlight">
						<PropertyRef Name="fldate"/>
						<PropertyRef Name="connid"/>
						<PropertyRef Name="carrid"/>
					</Principal>
					<Dependent Role="ToRole_BookingFlight">
						<PropertyRef Name="fldate"/>
						<PropertyRef Name="connid"/>
						<PropertyRef Name="carrid"/>
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="FlightBookings" sap:content-version="1">
				<End Multiplicity="1" Role="FromRole_FlightBookings" Type="RMTSAMPLEFLIGHT.Flight"/>
				<End Multiplicity="*" Role="ToRole_FlightBookings" Type="RMTSAMPLEFLIGHT.Booking"/>
				<ReferentialConstraint>
					<Principal Role="FromRole_FlightBookings">
						<PropertyRef Name="fldate"/>
						<PropertyRef Name="connid"/>
						<PropertyRef Name="carrid"/>
					</Principal>
					<Dependent Role="ToRole_FlightBookings">
						<PropertyRef Name="fldate"/>
						<PropertyRef Name="connid"/>
						<PropertyRef Name="carrid"/>
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<EntityContainer Name="RMTSAMPLEFLIGHT_Entities" m:IsDefaultEntityContainer="true">
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Booking" Name="BookingCollection" sap:content-version="1" sap:pageable="false"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Carrier" Name="CarrierCollection" sap:content-version="1" sap:creatable="false" sap:deletable="false"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Travelagency" Name="TravelagencyCollection" sap:content-version="1" sap:label="Travel Agencies"
					sap:searchable="true">
					<gp:collectionLayout display-order="0010" top-level="true"/>
				</EntitySet>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Travelagency" Name="TravelAgencies" sap:content-version="1" sap:searchable="true"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Travelagency_DQ" Name="TravelAgencies_DQ" sap:content-version="1" sap:searchable="true"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Subscription" Name="SubscriptionCollection" sap:content-version="1"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Notification" Name="NotificationCollection" sap:addressable="false" sap:content-version="1"
					sap:creatable="false" sap:deletable="false" sap:updatable="false"/>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Flight" Name="FlightCollection" sap:content-version="1">
					<gp:collectionLayout display-order="0010" top-level="true"/>
				</EntitySet>
				<EntitySet EntityType="RMTSAMPLEFLIGHT.Flight_DQ" Name="FlightCollection_DQ" sap:content-version="1"/>
				<AssociationSet Association="RMTSAMPLEFLIGHT.CarrierToFlight" Name="CarrierToFlight_AssocSet" sap:content-version="1" sap:creatable="false"
					sap:deletable="false" sap:updatable="false">
					<End EntitySet="CarrierCollection" Role="FromRole_CarrierToFlight"/>
					<End EntitySet="FlightCollection" Role="ToRole_CarrierToFlight"/>
				</AssociationSet>
				<AssociationSet Association="RMTSAMPLEFLIGHT.FlightBookings" Name="AssocSet_FlightBookings" sap:content-version="1" sap:creatable="false"
					sap:deletable="false" sap:updatable="false">
					<End EntitySet="FlightCollection" Role="FromRole_FlightBookings"/>
					<End EntitySet="BookingCollection" Role="ToRole_FlightBookings"/>
				</AssociationSet>
				<AssociationSet Association="RMTSAMPLEFLIGHT.BookingFlight" Name="AssocSet_BookingFlight" sap:content-version="1" sap:creatable="false"
					sap:deletable="false" sap:updatable="false">
					<End EntitySet="FlightCollection" Role="FromRole_BookingFlight"/>
					<End EntitySet="BookingCollection" Role="ToRole_BookingFlight"/>
				</AssociationSet>
				<FunctionImport Name="CheckFlightAvailability" ReturnType="RMTSAMPLEFLIGHT.FlightAvailability" m:HttpMethod="GET"
					sap:action-for="RMTSAMPLEFLIGHT.Flight" sap:label="Check availability of flight">
					<Parameter MaxLength="3" Mode="In" Name="airlineid" Type="Edm.String">
						<Documentation>
							<Summary>Airline</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter MaxLength="4" Mode="In" Name="connectionid" Type="Edm.String">
						<Documentation>
							<Summary>Flight Number</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter Mode="In" Name="flightdate" Precision="0" Type="Edm.DateTime">
						<Documentation>
							<Summary>Date</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
				</FunctionImport>
				<FunctionImport EntitySet="FlightCollection" Name="GetAvailableFlights" ReturnType="Collection(RMTSAMPLEFLIGHT.Flight)" m:HttpMethod="GET">
					<Parameter Mode="In" Name="fromdate" Precision="0" Type="Edm.DateTime">
						<Documentation>
							<Summary>Date</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter Mode="In" Name="todate" Precision="0" Type="Edm.DateTime">
						<Documentation>
							<Summary>Date</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter MaxLength="20" Mode="In" Name="cityfrom" Type="Edm.String">
						<Documentation>
							<Summary>Depart.city</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter MaxLength="20" Mode="In" Name="cityto" Type="Edm.String">
						<Documentation>
							<Summary>Arrival city</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
				</FunctionImport>
				<FunctionImport Name="GetFlightDetails" ReturnType="RMTSAMPLEFLIGHT.FlightDetails" m:HttpMethod="GET"
					sap:action-for="RMTSAMPLEFLIGHT.Flight">
					<Parameter MaxLength="3" Mode="In" Name="airlineid" Type="Edm.String">
						<Documentation>
							<Summary>Airline</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter MaxLength="4" Mode="In" Name="connectionid" Type="Edm.String">
						<Documentation>
							<Summary>Flight Number</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
				</FunctionImport>
				<FunctionImport EntitySet="TravelagencyCollection" Name="GetAgencyDetails" ReturnType="RMTSAMPLEFLIGHT.Travelagency" m:HttpMethod="GET"
					sap:action-for="RMTSAMPLEFLIGHT.Travelagency">
					<Parameter MaxLength="8" Mode="In" Name="agency_id" Type="Edm.String">
						<Documentation>
							<Summary>Agency No.</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
				</FunctionImport>
				<FunctionImport EntitySet="TravelagencyCollection" Name="UpdateAgencyPhoneNo" ReturnType="RMTSAMPLEFLIGHT.Travelagency" m:HttpMethod="PUT"
					sap:action-for="RMTSAMPLEFLIGHT.Travelagency">
					<Parameter MaxLength="8" Mode="In" Name="agency_id" Type="Edm.String">
						<Documentation>
							<Summary>Agency No.</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
					<Parameter MaxLength="30" Mode="In" Name="telephone" Nullable="true" Type="Edm.String">
						<Documentation>
							<Summary>Tel.</Summary>
							<LongDescription/>
						</Documentation>
					</Parameter>
				</FunctionImport>
			</EntityContainer>
			<atom:link href="http://testservice:8080/sap/opu/odata/iwfnd/RMTSAMPLEFLIGHT/$metadata" rel="self" xmlns:atom="http://www.w3.org/2005/Atom"/>
			<atom:link href="http://testservice:8080/sap/opu/odata/iwfnd/RMTSAMPLEFLIGHT/$metadata" rel="latest-version"
				xmlns:atom="http://www.w3.org/2005/Atom"/>
		</Schema>
	</edmx:DataServices>
</edmx:Edmx>