<?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.Documents.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DeliveryDocument"><Key><PropertyRef Name="PK" /></Key><Property Name="InstructionsPK" Type="Edm.Guid" Nullable="false" /><Property Name="DocumentId" Type="Edm.Guid" Nullable="false" /><Property Name="Mode" Type="Edm.String" MaxLength="3" /><Property Name="Name" Type="Edm.String" MaxLength="150" /><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="ShouldInclude" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Instructions" Type="CargoWise.Glow.Business.Documents.Service.DeliveryInstructions" Partner="Documents"><ReferentialConstraint Property="InstructionsPK" ReferencedProperty="PK" /></NavigationProperty></EntityType><EntityType Name="DeliveryInstructions"><Key><PropertyRef Name="PK" /></Key><Property Name="BranchPK" Type="Edm.Guid" /><Property Name="BusinessObjectPK" Type="Edm.Guid" Nullable="false" /><Property Name="DepartmentPK" Type="Edm.Guid" /><Property Name="DocumentCommandPK" Type="Edm.Guid" Nullable="false" /><Property Name="Copies" Type="Edm.Int32" Nullable="false" /><Property Name="CoverNote" Type="Edm.String" /><Property Name="IsDraft" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDraftReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="PrinterPK" Type="Edm.Guid" /><Property Name="IsSelectedPrinterAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowOnlyPrintersUserCanPrintTo" Type="Edm.Boolean" Nullable="false" /><Property Name="TablePrefix" Type="Edm.String" /><Property Name="UseCoverNote" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Documents" Type="Collection(CargoWise.Glow.Business.Documents.Service.DeliveryDocument)" Partner="Instructions" /><NavigationProperty Name="Recipients" Type="Collection(CargoWise.Glow.Business.Documents.Service.DeliveryRecipient)" Partner="Instructions" /></EntityType><EntityType Name="DeliveryRecipient"><Key><PropertyRef Name="PK" /></Key><Property Name="Address" Type="Edm.String" DefaultValue="" MaxLength="100" /><Property Name="CC" Type="Edm.String" DefaultValue="" MaxLength="300" /><Property Name="BCC" Type="Edm.String" DefaultValue="" MaxLength="300" /><Property Name="AttachmentType" Type="Edm.String" DefaultValue="" MaxLength="3" /><Property Name="DeliveryMethod" Type="Edm.String" DefaultValue="" MaxLength="3" /><Property Name="DeliveryToType" Type="Edm.String" DefaultValue="" MaxLength="3" /><Property Name="InstructionsPK" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" DefaultValue="" MaxLength="100" /><Property Name="StaffCode" Type="Edm.String" DefaultValue="" MaxLength="3" /><Property Name="OrganizationPK" Type="Edm.Guid" Nullable="false" /><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="DocumentCommandPK" Type="Edm.Guid" Nullable="false" /><Property Name="TablePrefix" Type="Edm.String" /><Property Name="BusinessObjectPK" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Instructions" Type="CargoWise.Glow.Business.Documents.Service.DeliveryInstructions" Partner="Recipients"><ReferentialConstraint Property="InstructionsPK" ReferencedProperty="PK" /></NavigationProperty></EntityType><EntityContainer Name="DocumentService"><EntitySet Name="Documents" EntityType="CargoWise.Glow.Business.Documents.Service.DeliveryDocument"><NavigationPropertyBinding Path="Instructions" Target="Instructions" /></EntitySet><EntitySet Name="Instructions" EntityType="CargoWise.Glow.Business.Documents.Service.DeliveryInstructions"><NavigationPropertyBinding Path="Documents" Target="Documents" /><NavigationPropertyBinding Path="Recipients" Target="Recipients" /></EntitySet><EntitySet Name="Recipients" EntityType="CargoWise.Glow.Business.Documents.Service.DeliveryRecipient"><NavigationPropertyBinding Path="Instructions" Target="Instructions" /></EntitySet></EntityContainer><Annotations Target="CargoWise.Glow.Business.Documents.Service.DeliveryDocument"><Annotation Term="Glow.FriendlyName" Qualifier="DeliveryDocument" String="IDeliveryDocument" /></Annotations><Annotations Target="CargoWise.Glow.Business.Documents.Service.DeliveryInstructions"><Annotation Term="Glow.FriendlyName" Qualifier="DeliveryInstructions" String="IDeliveryInstructions" /></Annotations><Annotations Target="CargoWise.Glow.Business.Documents.Service.DeliveryRecipient"><Annotation Term="Glow.FriendlyName" Qualifier="DeliveryRecipient" String="IDeliveryRecipient" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>