<?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.Views.Services" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ControlMarkup"><Key><PropertyRef Name="Key" /></Key><Property Name="Key" Type="Edm.String" Nullable="false" /><Property Name="Code" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Markup" Type="Edm.String" /><Property Name="MinWidth" Type="Edm.Int32" Nullable="false" /><Property Name="MinHeight" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultWidth" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultHeight" Type="Edm.Int32" Nullable="false" /></EntityType><EntityContainer Name="MarkupService"><EntitySet Name="ControlMarkups" EntityType="CargoWise.Glow.Views.Services.ControlMarkup" /><FunctionImport Name="GetControlMarkupsQuery" Function="ControlMarkupsActionExtender.GetControlMarkupsQuery" EntitySet="ControlMarkups" /></EntityContainer><Annotations Target="CargoWise.Glow.Views.Services.ControlMarkup"><Annotation Term="Glow.FriendlyName" Qualifier="ControlMarkup" String="IControlMarkup" /></Annotations></Schema><Schema Namespace="ControlMarkupsActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetControlMarkupsQuery" IsComposable="true"><Parameter Name="language" Type="Edm.String" /><ReturnType Type="Collection(CargoWise.Glow.Views.Services.ControlMarkup)" /></Function></Schema></edmx:DataServices></edmx:Edmx>