<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="CargoWise.Glow.Business.BPM.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ConfigurableFormFlow"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.String" Nullable="false" /><Property Name="ConfigurationKey" Type="Edm.Guid" Nullable="false" /><Property Name="Caption" Type="Edm.String" /><Property Name="Usage" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /></EntityType><EntityType Name="ConfigurablePage"><Key><PropertyRef Name="FormPK" /></Key><Property Name="FormPK" Type="Edm.String" Nullable="false" /><Property Name="ConfigurationKey" Type="Edm.Guid" Nullable="false" /><Property Name="FormID" Type="Edm.String" /><Property Name="FormFactor" Type="Edm.String" /><Property Name="Caption" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /></EntityType><EntityContainer Name="ConfigurationService"><EntitySet Name="ConfigurableFormFlows" EntityType="CargoWise.Glow.Business.BPM.Service.ConfigurableFormFlow" /><EntitySet Name="ConfigurablePages" EntityType="CargoWise.Glow.Business.BPM.Service.ConfigurablePage" /><FunctionImport Name="GetConfigurableFormFlowsQuery" Function="ConfigurableActionExtender.GetConfigurableFormFlowsQuery" EntitySet="ConfigurableFormFlows" /></EntityContainer><Annotations Target="CargoWise.Glow.Business.BPM.Service.ConfigurableFormFlow"><Annotation Term="Glow.FriendlyName" Qualifier="ConfigurableFormFlow" String="IConfigurableFormFlow" /></Annotations><Annotations Target="CargoWise.Glow.Business.BPM.Service.ConfigurablePage"><Annotation Term="Glow.FriendlyName" Qualifier="ConfigurablePage" String="IConfigurablePage" /></Annotations></Schema><Schema Namespace="ConfigurableActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetConfigurableFormFlowsQuery" IsComposable="true"><Parameter Name="moduleCode" Type="Edm.String" /><ReturnType Type="Collection(CargoWise.Glow.Business.BPM.Service.ConfigurableFormFlow)" /></Function></Schema></edmx:DataServices></edmx:Edmx>