<?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.Media.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ImageInfo"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.String" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="MimeType" Type="Edm.String" /><Property Name="IsColorizable" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityContainer Name="MediaService"><EntitySet Name="ImageInfos" EntityType="CargoWise.Glow.Media.Service.ImageInfo" /></EntityContainer><Annotations Target="CargoWise.Glow.Media.Service.ImageInfo"><Annotation Term="Glow.FriendlyName" Qualifier="ImageInfo" String="IImageInfo" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>