<?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="Odyssey" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccBankAccountInfo"><Key><PropertyRef Name="AB_PK" /></Key><Property Name="AB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AB_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_RX_NKAccountCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccountCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AB_RX_NKAccountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccBankAccount" /><Annotation Term="Glow.TableCode" String="AB" /></EntityType><EntityType Name="GlbBranchInfo"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranch" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbCompanyInfo"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbCompany" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbPersonInfo"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Picture" Type="Edm.Binary" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaffInfo)" Partner="GlbPerson" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbStaffInfo"><Key><PropertyRef Name="GS_Code" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PER" Type="Edm.Guid" /><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbStaff" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="NERAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystemExchangeRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NER_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="NERLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystemExchangeRate" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NER_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NettingFXDeal"><Key><PropertyRef Name="NFD_PK" /></Key><Property Name="NFD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NFD_AB_BuyAccount" Type="Edm.Guid" /><Property Name="NFD_AB_SellAccount" Type="Edm.Guid" /><Property Name="NFD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NFD_BuyAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CurrencyBuy/RX_SubUnitRatio" /></Property><Property Name="NFD_CrossRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="NFD_DealNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="NFD_DealStatus" Type="Edm.String" DefaultValue="OTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFD_NS_System" Type="Edm.Guid" Nullable="false" /><Property Name="NFD_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NFD_OH_Bank" Type="Edm.Guid" Nullable="false" /><Property Name="NFD_QuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="NFD_RX_NKCurrencyBuy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFD_RX_NKCurrencySell" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFD_SellAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CurrencySell/RX_SubUnitRatio" /></Property><Property Name="NFD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NFD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NFD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFD_ValueDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="BuyAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="NFD_AB_BuyAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="NFD_AB_SellAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="NettingFXDeals"><ReferentialConstraint Property="NFD_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="System" Type="Odyssey.NettingSystem" Nullable="false"><ReferentialConstraint Property="NFD_NS_System" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Bank" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="NFD_OH_Bank" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CurrencyBuy" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NFD_RX_NKCurrencyBuy" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CurrencySell" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NFD_RX_NKCurrencySell" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NFD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NFD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NFDLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NFDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NFD" /></EntityType><EntityType Name="NettingFXOffer" Abstract="true"><Key><PropertyRef Name="NFO_PK" /></Key><Property Name="NFO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NFO_ApprovalStatus" Type="Edm.String" DefaultValue="SUB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NFO_DeclinedReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="NFO_NS_System" Type="Edm.Guid" Nullable="false" /><Property Name="NFO_NSO_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NFO_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NFO_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NFO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NFO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NFO_Value" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><NavigationProperty Name="Organisation" Type="Odyssey.NettingOrganisationInfo" Nullable="false"><ReferentialConstraint Property="NFO_NSO_Organisation" ReferencedProperty="NSO_PK" /></NavigationProperty><NavigationProperty Name="System" Type="Odyssey.NettingSystem" Nullable="false"><ReferentialConstraint Property="NFO_NS_System" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NFO_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NFO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NFO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NFOLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NFOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NFO" /></EntityType><EntityType Name="NettingForeignCurrencyRequest" BaseType="Odyssey.NettingFXOffer"><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="NettingForeignCurrencyRequests"><ReferentialConstraint Property="NFO_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty></EntityType><EntityType Name="NettingForeignCurrencyOffer" BaseType="Odyssey.NettingFXOffer"><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="NettingForeignCurrencyOffers"><ReferentialConstraint Property="NFO_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty></EntityType><EntityType Name="NettingMatchPivot"><Key><PropertyRef Name="NMP_PK" /></Key><Property Name="NMP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NMP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NMP_NPL_PayableLine" Type="Edm.Guid" /><Property Name="NMP_NPT_PayableTransaction" Type="Edm.Guid" /><Property Name="NMP_NRL_ReceivableLine" Type="Edm.Guid" /><Property Name="NMP_NRT_ReceivableTransaction" Type="Edm.Guid" /><Property Name="NMP_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NMP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NMP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NMP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NMP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PayableLine" Type="Odyssey.NettingPayableTransactionLine" Partner="NettingMatchPivots"><ReferentialConstraint Property="NMP_NPL_PayableLine" ReferencedProperty="NPL_PK" /></NavigationProperty><NavigationProperty Name="PayableTransaction" Type="Odyssey.NettingPayableTransaction" Partner="NettingMatchPivots"><ReferentialConstraint Property="NMP_NPT_PayableTransaction" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="ReceivableLine" Type="Odyssey.NettingReceivableTransactionLine" Partner="NettingMatchPivots"><ReferentialConstraint Property="NMP_NRL_ReceivableLine" ReferencedProperty="NRL_PK" /></NavigationProperty><NavigationProperty Name="ReceivableTransaction" Type="Odyssey.NettingReceivableTransaction" Partner="NettingMatchPivots"><ReferentialConstraint Property="NMP_NRT_ReceivableTransaction" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NMP_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NMP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NMP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NMPLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NMPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NMP" /></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingPayableLineReference"><Key><PropertyRef Name="NP1_PK" /></Key><Property Name="NP1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NP1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NP1_NPL_Line" Type="Edm.Guid" Nullable="false" /><Property Name="NP1_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NP1_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NP1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NP1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NP1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NP1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NP1_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Line" Type="Odyssey.NettingPayableTransactionLine" Nullable="false" Partner="NettingPayableLineReferences"><ReferentialConstraint Property="NP1_NPL_Line" ReferencedProperty="NPL_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NP1_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NP1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NP1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NP1Log)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NP1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NP1" /></EntityType><EntityType Name="NettingPayableTransactionLine"><Key><PropertyRef Name="NPL_PK" /></Key><Property Name="NPL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NPL_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><Property Name="NPL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NPL_IsApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="NPL_NPT_Transaction" Type="Edm.Guid" Nullable="false" /><Property Name="NPL_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NPL_PrimaryJobReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NPL_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingMatchPivots" Type="Collection(Odyssey.NettingMatchPivot)" Partner="PayableLine" /><NavigationProperty Name="NettingPayableLineReferences" Type="Collection(Odyssey.NettingPayableLineReference)" Partner="Line" /><NavigationProperty Name="Transaction" Type="Odyssey.NettingPayableTransaction" Nullable="false" Partner="NettingPayableTransactionLines"><ReferentialConstraint Property="NPL_NPT_Transaction" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NPL_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NPL_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NPLLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NPLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NPL" /></EntityType><EntityType Name="NettingPayableTransactionRef"><Key><PropertyRef Name="NPR_PK" /></Key><Property Name="NPR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NPR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NPR_NPT_Transaction" Type="Edm.Guid" Nullable="false" /><Property Name="NPR_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NPR_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NPR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPR_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Transaction" Type="Odyssey.NettingPayableTransaction" Nullable="false" Partner="NettingPayableTransactionRefs"><ReferentialConstraint Property="NPR_NPT_Transaction" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NPR_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NPRLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NPRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NPR" /></EntityType><EntityType Name="NettingPayableTransaction"><Key><PropertyRef Name="NPT_PK" /></Key><Property Name="NPT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NPT_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="InvoiceCurrency/RX_SubUnitRatio" /></Property><Property Name="NPT_ApprovalStatus" Type="Edm.String" DefaultValue="ADD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NPT_Date" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NPT_DueDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NPT_NPT_OriginalTransaction" Type="Edm.Guid" /><Property Name="NPT_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NPT_NSO_Issuer" Type="Edm.Guid" Nullable="false" /><Property Name="NPT_NSO_Recipient" Type="Edm.Guid" Nullable="false" /><Property Name="NPT_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NPT_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NPT_RX_NKInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NPT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NPT_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingMatchPivots" Type="Collection(Odyssey.NettingMatchPivot)" Partner="PayableTransaction" /><NavigationProperty Name="NettingPayableTransactionLines" Type="Collection(Odyssey.NettingPayableTransactionLine)" Partner="Transaction" /><NavigationProperty Name="NettingPayableTransactionRefs" Type="Collection(Odyssey.NettingPayableTransactionRef)" Partner="Transaction" /><NavigationProperty Name="OriginalTransaction" Type="Odyssey.NettingPayableTransaction"><ReferentialConstraint Property="NPT_NPT_OriginalTransaction" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="Issuer" Type="Odyssey.NettingOrganisationInfo" Nullable="false"><ReferentialConstraint Property="NPT_NSO_Issuer" ReferencedProperty="NSO_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.NettingOrganisationInfo" Nullable="false"><ReferentialConstraint Property="NPT_NSO_Recipient" ReferencedProperty="NSO_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NPT_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystem" Nullable="false"><ReferentialConstraint Property="NPT_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="InvoiceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NPT_RX_NKInvoiceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NPT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NPTLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NPTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NPT" /></EntityType><EntityType Name="NettingReceivableLineReference"><Key><PropertyRef Name="NR1_PK" /></Key><Property Name="NR1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NR1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NR1_NRL_Line" Type="Edm.Guid" Nullable="false" /><Property Name="NR1_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NR1_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NR1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NR1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NR1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NR1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NR1_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Line" Type="Odyssey.NettingReceivableTransactionLine" Nullable="false" Partner="NettingReceivableLineReferences"><ReferentialConstraint Property="NR1_NRL_Line" ReferencedProperty="NRL_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NR1_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NR1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NR1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NR1Log)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NR1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NR1" /></EntityType><EntityType Name="NettingReceivableTransactionLine"><Key><PropertyRef Name="NRL_PK" /></Key><Property Name="NRL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NRL_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><Property Name="NRL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NRL_IsApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="NRL_NRT_Transaction" Type="Edm.Guid" Nullable="false" /><Property Name="NRL_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NRL_PrimaryJobReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NRL_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingMatchPivots" Type="Collection(Odyssey.NettingMatchPivot)" Partner="ReceivableLine" /><NavigationProperty Name="NettingReceivableLineReferences" Type="Collection(Odyssey.NettingReceivableLineReference)" Partner="Line" /><NavigationProperty Name="Transaction" Type="Odyssey.NettingReceivableTransaction" Nullable="false" Partner="NettingReceivableTransactionLines"><ReferentialConstraint Property="NRL_NRT_Transaction" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NRL_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NRL_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NRLLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NRLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NRL" /></EntityType><EntityType Name="NettingReceivableTransactionRef"><Key><PropertyRef Name="NRR_PK" /></Key><Property Name="NRR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NRR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NRR_NRT_Transaction" Type="Edm.Guid" Nullable="false" /><Property Name="NRR_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NRR_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NRR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRR_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Transaction" Type="Odyssey.NettingReceivableTransaction" Nullable="false" Partner="NettingReceivableTransactionRefs"><ReferentialConstraint Property="NRR_NRT_Transaction" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NRR_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NRRLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NRRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NRR" /></EntityType><EntityType Name="NettingReceivableTransaction"><Key><PropertyRef Name="NRT_PK" /></Key><Property Name="NRT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NRT_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="InvoiceCurrency/RX_SubUnitRatio" /></Property><Property Name="NRT_ApprovalStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NRT_Date" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NRT_DueDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NRT_NRT_OriginalTransaction" Type="Edm.Guid" /><Property Name="NRT_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NRT_NSO_Issuer" Type="Edm.Guid" Nullable="false" /><Property Name="NRT_NSO_Recipient" Type="Edm.Guid" Nullable="false" /><Property Name="NRT_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NRT_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="NRT_RX_NKInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NRT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NRT_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingMatchPivots" Type="Collection(Odyssey.NettingMatchPivot)" Partner="ReceivableTransaction" /><NavigationProperty Name="NettingReceivableTransactionLines" Type="Collection(Odyssey.NettingReceivableTransactionLine)" Partner="Transaction" /><NavigationProperty Name="NettingReceivableTransactionRefs" Type="Collection(Odyssey.NettingReceivableTransactionRef)" Partner="Transaction" /><NavigationProperty Name="OriginalTransaction" Type="Odyssey.NettingReceivableTransaction"><ReferentialConstraint Property="NRT_NRT_OriginalTransaction" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="Issuer" Type="Odyssey.NettingOrganisationInfo" Nullable="false"><ReferentialConstraint Property="NRT_NSO_Issuer" ReferencedProperty="NSO_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.NettingOrganisationInfo" Nullable="false"><ReferentialConstraint Property="NRT_NSO_Recipient" ReferencedProperty="NSO_PK" /></NavigationProperty><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false"><ReferentialConstraint Property="NRT_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystem" Nullable="false"><ReferentialConstraint Property="NRT_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="InvoiceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NRT_RX_NKInvoiceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NRT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NRTLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NRTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NRT" /></EntityType><EntityType Name="NettingSystemExchangeRate" Abstract="true"><Key><PropertyRef Name="NER_PK" /></Key><Property Name="NER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NER_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NER_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NER_NSP_Period" Type="Edm.Guid" Nullable="false" /><Property Name="NER_Rate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="NER_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NER_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NER_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NER_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NER_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystem" Nullable="false"><ReferentialConstraint Property="NER_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NER_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NER_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NER_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NERLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NERAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NER" /></EntityType><EntityType Name="NettingIndicativeExchangeRate" BaseType="Odyssey.NettingSystemExchangeRate"><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="NettingIndicativeExchangeRates"><ReferentialConstraint Property="NER_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty></EntityType><EntityType Name="NettingExecutionExchangeRate" BaseType="Odyssey.NettingSystemExchangeRate"><NavigationProperty Name="Period" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="NettingExecutionExchangeRates"><ReferentialConstraint Property="NER_NSP_Period" ReferencedProperty="NSP_PK" /></NavigationProperty></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="NettingSystemPeriod"><Key><PropertyRef Name="NSP_PK" /></Key><Property Name="NSP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NSP_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="NSP_EarliestInvoiceDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NSP_IsComplete" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="NSP_LatestApprovalDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSP_LatestFXOfferDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSP_LatestInvoiceDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NSP_LatestUploadDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSP_NettingExecutionDateUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NSP_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSP_OfferPrepaymentDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="NSP_Period" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="NSP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSP_ValueDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="NettingFXDeals" Type="Collection(Odyssey.NettingFXDeal)" Partner="Period" /><NavigationProperty Name="NettingForeignCurrencyRequests" Type="Collection(Odyssey.NettingForeignCurrencyRequest)" Partner="Period" /><NavigationProperty Name="NettingForeignCurrencyOffers" Type="Collection(Odyssey.NettingForeignCurrencyOffer)" Partner="Period" /><NavigationProperty Name="NettingIndicativeExchangeRates" Type="Collection(Odyssey.NettingIndicativeExchangeRate)" Partner="Period" /><NavigationProperty Name="NettingExecutionExchangeRates" Type="Collection(Odyssey.NettingExecutionExchangeRate)" Partner="Period" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystem" Nullable="false" Partner="NettingSystemPeriods"><ReferentialConstraint Property="NSP_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NSP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NSP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NSPLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NSPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NSP" /></EntityType><EntityType Name="NettingSystem"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_GC" Type="Edm.Guid" Nullable="false" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="NS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystemPeriods" Type="Collection(Odyssey.NettingSystemPeriod)" Partner="NettingSystem" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="NS_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NSLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="INettingSystemInfo" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="NFDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingFXDeal" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NFD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NFDLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingFXDeal" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NFD_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NFOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingFXOffer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NFO_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NFOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingFXOffer" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NFO_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NMPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingMatchPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NMP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NMPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingMatchPivot" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NMP_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NP1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableLineReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NP1_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NP1Log" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableLineReference" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NP1_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransactionLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NPL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransactionLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NPL_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransactionRef" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NPR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPRLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransactionRef" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NPR_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransaction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NPTLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingPayableTransaction" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NPT_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NR1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableLineReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NR1_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NR1Log" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableLineReference" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NR1_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransactionLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NRL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransactionLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NRL_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransactionRef" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NRR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRRLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransactionRef" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NRR_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransaction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NRTLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingReceivableTransaction" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NRT_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystem" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NSPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NSPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingSystemPeriod" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NSP_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefServiceLevelInfo"><Key><PropertyRef Name="RS_Code" /></Key><Property Name="RS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RS_ServiceDeliveryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefServiceLevel" /><Annotation Term="Glow.TableCode" String="RS" /></EntityType><EntityType Name="RefShippingLineInfo"><Key><PropertyRef Name="RSL_PK" /></Key><Property Name="RSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RSL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RSL_StandardCarrierAlphaCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefShippingLine" /><Annotation Term="Glow.TableCode" String="RSL" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></Annotations><Annotations Target="Odyssey.GlbBranchInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchInfo" String="IGlbBranchInfo" /></Annotations><Annotations Target="Odyssey.GlbCompanyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompanyInfo" String="IGlbCompanyInfo" /></Annotations><Annotations Target="Odyssey.GlbPersonInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonInfo" String="IGlbPersonInfo" /></Annotations><Annotations Target="Odyssey.GlbStaffInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffInfo" String="IGlbStaffInfo" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.NERAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NERAcknowledgement" String="IAcknowledgement[[INettingSystemExchangeRate]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.NERLog"><Annotation Term="Glow.FriendlyName" Qualifier="NERLog" String="ILog[[INettingSystemExchangeRate]]" /></Annotations><Annotations Target="Odyssey.NettingFXDeal"><Annotation Term="Glow.FriendlyName" Qualifier="NettingFXDeal" String="INettingFXDeal" /></Annotations><Annotations Target="Odyssey.NettingFXOffer"><Annotation Term="Glow.FriendlyName" Qualifier="NettingFXOffer" String="INettingFXOffer" /></Annotations><Annotations Target="Odyssey.NettingForeignCurrencyRequest"><Annotation Term="Glow.FriendlyName" Qualifier="NettingForeignCurrencyRequest" String="INettingForeignCurrencyRequest" /></Annotations><Annotations Target="Odyssey.NettingForeignCurrencyOffer"><Annotation Term="Glow.FriendlyName" Qualifier="NettingForeignCurrencyOffer" String="INettingForeignCurrencyOffer" /></Annotations><Annotations Target="Odyssey.NettingMatchPivot"><Annotation Term="Glow.FriendlyName" Qualifier="NettingMatchPivot" String="INettingMatchPivot" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingPayableLineReference"><Annotation Term="Glow.FriendlyName" Qualifier="NettingPayableLineReference" String="INettingPayableLineReference" /></Annotations><Annotations Target="Odyssey.NettingPayableTransactionLine"><Annotation Term="Glow.FriendlyName" Qualifier="NettingPayableTransactionLine" String="INettingPayableTransactionLine" /></Annotations><Annotations Target="Odyssey.NettingPayableTransactionRef"><Annotation Term="Glow.FriendlyName" Qualifier="NettingPayableTransactionRef" String="INettingPayableTransactionRef" /></Annotations><Annotations Target="Odyssey.NettingPayableTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="NettingPayableTransaction" String="INettingPayableTransaction" /></Annotations><Annotations Target="Odyssey.NettingReceivableLineReference"><Annotation Term="Glow.FriendlyName" Qualifier="NettingReceivableLineReference" String="INettingReceivableLineReference" /></Annotations><Annotations Target="Odyssey.NettingReceivableTransactionLine"><Annotation Term="Glow.FriendlyName" Qualifier="NettingReceivableTransactionLine" String="INettingReceivableTransactionLine" /></Annotations><Annotations Target="Odyssey.NettingReceivableTransactionRef"><Annotation Term="Glow.FriendlyName" Qualifier="NettingReceivableTransactionRef" String="INettingReceivableTransactionRef" /></Annotations><Annotations Target="Odyssey.NettingReceivableTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="NettingReceivableTransaction" String="INettingReceivableTransaction" /></Annotations><Annotations Target="Odyssey.NettingSystemExchangeRate"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemExchangeRate" String="INettingSystemExchangeRate" /></Annotations><Annotations Target="Odyssey.NettingIndicativeExchangeRate"><Annotation Term="Glow.FriendlyName" Qualifier="NettingIndicativeExchangeRate" String="INettingIndicativeExchangeRate" /></Annotations><Annotations Target="Odyssey.NettingExecutionExchangeRate"><Annotation Term="Glow.FriendlyName" Qualifier="NettingExecutionExchangeRate" String="INettingExecutionExchangeRate" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemPeriod"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemPeriod" String="INettingSystemPeriod" /></Annotations><Annotations Target="Odyssey.NettingSystem"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystem" String="INettingSystem" /></Annotations><Annotations Target="Odyssey.NFDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NFDAcknowledgement" String="IAcknowledgement[[INettingFXDeal]]" /></Annotations><Annotations Target="Odyssey.NFDLog"><Annotation Term="Glow.FriendlyName" Qualifier="NFDLog" String="ILog[[INettingFXDeal]]" /></Annotations><Annotations Target="Odyssey.NFOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NFOAcknowledgement" String="IAcknowledgement[[INettingFXOffer]]" /></Annotations><Annotations Target="Odyssey.NFOLog"><Annotation Term="Glow.FriendlyName" Qualifier="NFOLog" String="ILog[[INettingFXOffer]]" /></Annotations><Annotations Target="Odyssey.NMPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NMPAcknowledgement" String="IAcknowledgement[[INettingMatchPivot]]" /></Annotations><Annotations Target="Odyssey.NMPLog"><Annotation Term="Glow.FriendlyName" Qualifier="NMPLog" String="ILog[[INettingMatchPivot]]" /></Annotations><Annotations Target="Odyssey.NP1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NP1Acknowledgement" String="IAcknowledgement[[INettingPayableLineReference]]" /></Annotations><Annotations Target="Odyssey.NP1Log"><Annotation Term="Glow.FriendlyName" Qualifier="NP1Log" String="ILog[[INettingPayableLineReference]]" /></Annotations><Annotations Target="Odyssey.NPLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NPLAcknowledgement" String="IAcknowledgement[[INettingPayableTransactionLine]]" /></Annotations><Annotations Target="Odyssey.NPLLog"><Annotation Term="Glow.FriendlyName" Qualifier="NPLLog" String="ILog[[INettingPayableTransactionLine]]" /></Annotations><Annotations Target="Odyssey.NPRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NPRAcknowledgement" String="IAcknowledgement[[INettingPayableTransactionRef]]" /></Annotations><Annotations Target="Odyssey.NPRLog"><Annotation Term="Glow.FriendlyName" Qualifier="NPRLog" String="ILog[[INettingPayableTransactionRef]]" /></Annotations><Annotations Target="Odyssey.NPTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NPTAcknowledgement" String="IAcknowledgement[[INettingPayableTransaction]]" /></Annotations><Annotations Target="Odyssey.NPTLog"><Annotation Term="Glow.FriendlyName" Qualifier="NPTLog" String="ILog[[INettingPayableTransaction]]" /></Annotations><Annotations Target="Odyssey.NR1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NR1Acknowledgement" String="IAcknowledgement[[INettingReceivableLineReference]]" /></Annotations><Annotations Target="Odyssey.NR1Log"><Annotation Term="Glow.FriendlyName" Qualifier="NR1Log" String="ILog[[INettingReceivableLineReference]]" /></Annotations><Annotations Target="Odyssey.NRLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NRLAcknowledgement" String="IAcknowledgement[[INettingReceivableTransactionLine]]" /></Annotations><Annotations Target="Odyssey.NRLLog"><Annotation Term="Glow.FriendlyName" Qualifier="NRLLog" String="ILog[[INettingReceivableTransactionLine]]" /></Annotations><Annotations Target="Odyssey.NRRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NRRAcknowledgement" String="IAcknowledgement[[INettingReceivableTransactionRef]]" /></Annotations><Annotations Target="Odyssey.NRRLog"><Annotation Term="Glow.FriendlyName" Qualifier="NRRLog" String="ILog[[INettingReceivableTransactionRef]]" /></Annotations><Annotations Target="Odyssey.NRTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NRTAcknowledgement" String="IAcknowledgement[[INettingReceivableTransaction]]" /></Annotations><Annotations Target="Odyssey.NRTLog"><Annotation Term="Glow.FriendlyName" Qualifier="NRTLog" String="ILog[[INettingReceivableTransaction]]" /></Annotations><Annotations Target="Odyssey.NSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NSAcknowledgement" String="IAcknowledgement[[INettingSystem]]" /></Annotations><Annotations Target="Odyssey.NSLog"><Annotation Term="Glow.FriendlyName" Qualifier="NSLog" String="ILog[[INettingSystem]]" /></Annotations><Annotations Target="Odyssey.NSPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NSPAcknowledgement" String="IAcknowledgement[[INettingSystemPeriod]]" /></Annotations><Annotations Target="Odyssey.NSPLog"><Annotation Term="Glow.FriendlyName" Qualifier="NSPLog" String="ILog[[INettingSystemPeriod]]" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefServiceLevelInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefServiceLevelInfo" String="IRefServiceLevelInfo" /></Annotations><Annotations Target="Odyssey.RefShippingLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefShippingLineInfo" String="IRefShippingLineInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="NERAcknowledgements" EntityType="Odyssey.NERAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingSystemExchangeRates" /></EntitySet><EntitySet Name="NERLogs" EntityType="Odyssey.NERLog"><NavigationPropertyBinding Path="Parent" Target="NettingSystemExchangeRates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NettingFXDeals" EntityType="Odyssey.NettingFXDeal"><NavigationPropertyBinding Path="Acknowledgements" Target="NFDAcknowledgements" /><NavigationPropertyBinding Path="Bank" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BuyAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CurrencyBuy" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CurrencySell" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NFDLogs" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="SellAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="System" Target="NettingSystems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NFD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingFXOffers" EntityType="Odyssey.NettingFXOffer"><NavigationPropertyBinding Path="Acknowledgements" Target="NFOAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NFOLogs" /><NavigationPropertyBinding Path="Odyssey.NettingForeignCurrencyOffer/Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Odyssey.NettingForeignCurrencyRequest/Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Organisation" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="System" Target="NettingSystems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NFO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingMatchPivots" EntityType="Odyssey.NettingMatchPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="NMPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NMPLogs" /><NavigationPropertyBinding Path="PayableLine" Target="NettingPayableTransactionLines" /><NavigationPropertyBinding Path="PayableTransaction" Target="NettingPayableTransactions" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="ReceivableLine" Target="NettingReceivableTransactionLines" /><NavigationPropertyBinding Path="ReceivableTransaction" Target="NettingReceivableTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NMP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingPayableLineReferences" EntityType="Odyssey.NettingPayableLineReference"><NavigationPropertyBinding Path="Acknowledgements" Target="NP1Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Line" Target="NettingPayableTransactionLines" /><NavigationPropertyBinding Path="Logs" Target="NP1Logs" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NP1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingPayableTransactionLines" EntityType="Odyssey.NettingPayableTransactionLine"><NavigationPropertyBinding Path="Acknowledgements" Target="NPLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NPLLogs" /><NavigationPropertyBinding Path="NettingMatchPivots" Target="NettingMatchPivots" /><NavigationPropertyBinding Path="NettingPayableLineReferences" Target="NettingPayableLineReferences" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Transaction" Target="NettingPayableTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NPL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingPayableTransactionRefs" EntityType="Odyssey.NettingPayableTransactionRef"><NavigationPropertyBinding Path="Acknowledgements" Target="NPRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NPRLogs" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Transaction" Target="NettingPayableTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NPR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingPayableTransactions" EntityType="Odyssey.NettingPayableTransaction"><NavigationPropertyBinding Path="Acknowledgements" Target="NPTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="InvoiceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Issuer" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NPTLogs" /><NavigationPropertyBinding Path="NettingMatchPivots" Target="NettingMatchPivots" /><NavigationPropertyBinding Path="NettingPayableTransactionLines" Target="NettingPayableTransactionLines" /><NavigationPropertyBinding Path="NettingPayableTransactionRefs" Target="NettingPayableTransactionRefs" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystems" /><NavigationPropertyBinding Path="OriginalTransaction" Target="NettingPayableTransactions" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Recipient" Target="NettingOrganisationInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NPT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingReceivableLineReferences" EntityType="Odyssey.NettingReceivableLineReference"><NavigationPropertyBinding Path="Acknowledgements" Target="NR1Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Line" Target="NettingReceivableTransactionLines" /><NavigationPropertyBinding Path="Logs" Target="NR1Logs" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NR1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingReceivableTransactionLines" EntityType="Odyssey.NettingReceivableTransactionLine"><NavigationPropertyBinding Path="Acknowledgements" Target="NRLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NRLLogs" /><NavigationPropertyBinding Path="NettingMatchPivots" Target="NettingMatchPivots" /><NavigationPropertyBinding Path="NettingReceivableLineReferences" Target="NettingReceivableLineReferences" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Transaction" Target="NettingReceivableTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NRL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingReceivableTransactionRefs" EntityType="Odyssey.NettingReceivableTransactionRef"><NavigationPropertyBinding Path="Acknowledgements" Target="NRRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NRRLogs" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Transaction" Target="NettingReceivableTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NRR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingReceivableTransactions" EntityType="Odyssey.NettingReceivableTransaction"><NavigationPropertyBinding Path="Acknowledgements" Target="NRTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="InvoiceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Issuer" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NRTLogs" /><NavigationPropertyBinding Path="NettingMatchPivots" Target="NettingMatchPivots" /><NavigationPropertyBinding Path="NettingReceivableTransactionLines" Target="NettingReceivableTransactionLines" /><NavigationPropertyBinding Path="NettingReceivableTransactionRefs" Target="NettingReceivableTransactionRefs" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystems" /><NavigationPropertyBinding Path="OriginalTransaction" Target="NettingReceivableTransactions" /><NavigationPropertyBinding Path="Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Recipient" Target="NettingOrganisationInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NRT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingSystemExchangeRates" EntityType="Odyssey.NettingSystemExchangeRate"><NavigationPropertyBinding Path="Acknowledgements" Target="NERAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NERLogs" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystems" /><NavigationPropertyBinding Path="Odyssey.NettingExecutionExchangeRate/Period" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="Odyssey.NettingIndicativeExchangeRate/Period" Target="NettingSystemPeriods" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NER_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="NettingSystemPeriods" EntityType="Odyssey.NettingSystemPeriod"><NavigationPropertyBinding Path="Acknowledgements" Target="NSPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NSPLogs" /><NavigationPropertyBinding Path="NettingExecutionExchangeRates" Target="NettingSystemExchangeRates" /><NavigationPropertyBinding Path="NettingForeignCurrencyOffers" Target="NettingFXOffers" /><NavigationPropertyBinding Path="NettingForeignCurrencyRequests" Target="NettingFXOffers" /><NavigationPropertyBinding Path="NettingFXDeals" Target="NettingFXDeals" /><NavigationPropertyBinding Path="NettingIndicativeExchangeRates" Target="NettingSystemExchangeRates" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NSP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingSystems" EntityType="Odyssey.NettingSystem"><NavigationPropertyBinding Path="Acknowledgements" Target="NSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NSLogs" /><NavigationPropertyBinding Path="NettingSystemPeriods" Target="NettingSystemPeriods" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NFDAcknowledgements" EntityType="Odyssey.NFDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingFXDeals" /></EntitySet><EntitySet Name="NFDLogs" EntityType="Odyssey.NFDLog"><NavigationPropertyBinding Path="Parent" Target="NettingFXDeals" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NFOAcknowledgements" EntityType="Odyssey.NFOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingFXOffers" /></EntitySet><EntitySet Name="NFOLogs" EntityType="Odyssey.NFOLog"><NavigationPropertyBinding Path="Parent" Target="NettingFXOffers" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NMPAcknowledgements" EntityType="Odyssey.NMPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingMatchPivots" /></EntitySet><EntitySet Name="NMPLogs" EntityType="Odyssey.NMPLog"><NavigationPropertyBinding Path="Parent" Target="NettingMatchPivots" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NP1Acknowledgements" EntityType="Odyssey.NP1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingPayableLineReferences" /></EntitySet><EntitySet Name="NP1Logs" EntityType="Odyssey.NP1Log"><NavigationPropertyBinding Path="Parent" Target="NettingPayableLineReferences" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NPLAcknowledgements" EntityType="Odyssey.NPLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactionLines" /></EntitySet><EntitySet Name="NPLLogs" EntityType="Odyssey.NPLLog"><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactionLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NPRAcknowledgements" EntityType="Odyssey.NPRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactionRefs" /></EntitySet><EntitySet Name="NPRLogs" EntityType="Odyssey.NPRLog"><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactionRefs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NPTAcknowledgements" EntityType="Odyssey.NPTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactions" /></EntitySet><EntitySet Name="NPTLogs" EntityType="Odyssey.NPTLog"><NavigationPropertyBinding Path="Parent" Target="NettingPayableTransactions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NR1Acknowledgements" EntityType="Odyssey.NR1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingReceivableLineReferences" /></EntitySet><EntitySet Name="NR1Logs" EntityType="Odyssey.NR1Log"><NavigationPropertyBinding Path="Parent" Target="NettingReceivableLineReferences" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NRLAcknowledgements" EntityType="Odyssey.NRLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactionLines" /></EntitySet><EntitySet Name="NRLLogs" EntityType="Odyssey.NRLLog"><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactionLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NRRAcknowledgements" EntityType="Odyssey.NRRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactionRefs" /></EntitySet><EntitySet Name="NRRLogs" EntityType="Odyssey.NRRLog"><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactionRefs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NRTAcknowledgements" EntityType="Odyssey.NRTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactions" /></EntitySet><EntitySet Name="NRTLogs" EntityType="Odyssey.NRTLog"><NavigationPropertyBinding Path="Parent" Target="NettingReceivableTransactions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NSAcknowledgements" EntityType="Odyssey.NSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingSystems" /></EntitySet><EntitySet Name="NSLogs" EntityType="Odyssey.NSLog"><NavigationPropertyBinding Path="Parent" Target="NettingSystems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NSPAcknowledgements" EntityType="Odyssey.NSPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingSystemPeriods" /></EntitySet><EntitySet Name="NSPLogs" EntityType="Odyssey.NSPLog"><NavigationPropertyBinding Path="Parent" Target="NettingSystemPeriods" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>