<?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="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="A9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccInvMsg" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="A9_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="ABAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccBankAccount" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AB_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="ACAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccChargeCode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AC_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="AccAccrualDetail"><Key><PropertyRef Name="AAD_PK" /></Key><Property Name="AAD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AAD_ChargeCode" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AAD_ChargeDesc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="AAD_JobNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AAD_RX_NKCostCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AAD_RX_NKCostTaxCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AAD_OSCostAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="AAD_CostExchangeRate" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="9" /><Property Name="AAD_RX_NKLocalCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AAD_LocalCostAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="LocalCurrency/RX_SubUnitRatio" /></Property><Property Name="AAD_Creditor" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="AAD_CostTaxID" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AAD_CostTaxAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="AAD_Final" Type="Edm.Boolean" /><NavigationProperty Name="CostCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AAD_RX_NKCostCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CostTaxCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AAD_RX_NKCostTaxCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AAD_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty></EntityType><EntityType Name="AccARInvoice"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_AgePeriod" Type="Edm.Int32" Nullable="false" /><Property Name="AH_AH_InvoiceStatement" Type="Edm.Guid" /><Property Name="AH_ChequeOrReference" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_Desc" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_ExchangeRate" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="9" /><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GE" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GSTAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_InvoiceAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_InvoiceApproved" Type="Edm.Boolean" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoicePaymentReferenceCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_InvoicePrinted" Type="Edm.Boolean" Nullable="false" /><Property Name="AH_InvoiceTerm" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_InvoiceTermDays" Type="Edm.Byte" Nullable="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" Nullable="false" /><Property Name="AH_JH" Type="Edm.Guid" /><Property Name="AH_OA_InvoiceAddressOverride" Type="Edm.Guid" /><Property Name="AH_OC_InvoiceContactOverride" Type="Edm.Guid" /><Property Name="AH_OH" Type="Edm.Guid" /><Property Name="AH_OSTotal" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_OutstandingAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_PostDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_PostPeriod" Type="Edm.Int32" Nullable="false" /><Property Name="AH_RequisitionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AH_RequisitionStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AH_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AH_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionReference" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_WithholdingTax" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="OrgHeaderInfo" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AH_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="GlbBranchInfo" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AH_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartmentInfo" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AH_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader"><ReferentialConstraint Property="AH_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="InvoiceAddressOverride" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="AH_OA_InvoiceAddressOverride" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="InvoiceContactOverride" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="AH_OC_InvoiceContactOverride" ReferencedProperty="OC_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AH" /></EntityType><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="AccBankAccount"><Key><PropertyRef Name="AB_PK" /></Key><Property Name="AB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AB_AccountEFTUserID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AB_AccountNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AB_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="AB_AccountType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_AG" Type="Edm.Guid" Nullable="false" /><Property Name="AB_AllowAutoDDR" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AB_AutoDDRFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AB_BankAbbreviation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_BankAccountName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_BankAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="192" /><Property Name="AB_BankName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_BSB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AB_ChequeNumDigits" Type="Edm.Byte" DefaultValue="6" Nullable="false" /><Property Name="AB_ClosingBalance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="AccountCurrency/RX_SubUnitRatio" /></Property><Property Name="AB_ClosingOSBalance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="AccountCurrency/RX_SubUnitRatio" /></Property><Property Name="AB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AB_DebitCreditCardExpiry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="AB_DebitCreditCardName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AB_DebitCreditCardNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="AB_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_DetailedDepositSlip" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AB_FullAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="AB_GB" Type="Edm.Guid" /><Property Name="AB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_IsDefaultReceiptBankAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AB_LastReconcileDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AB_LastStatementDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AB_OpenBalance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="AccountCurrency/RX_SubUnitRatio" /></Property><Property Name="AB_OpenOSBalance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="AccountCurrency/RX_SubUnitRatio" /></Property><Property Name="AB_OpenPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AB_PaymentProvider" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_RN_NKBankAccountCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AB_RX_NKAccountCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_ShowDetailsOnDirectDebits" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_SO_ChequeTemplate" Type="Edm.Guid" /><Property Name="AB_StatementBalance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="AccountCurrency/RX_SubUnitRatio" /></Property><Property Name="AB_SWIFT" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccGLHeader" Type="Odyssey.AccGLHeader" Nullable="false"><ReferentialConstraint Property="AB_AG" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="AB_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AccChequeBooks" Type="Collection(Odyssey.AccChequeBook)" Partner="AccBankAccount" /><NavigationProperty Name="BankAccountCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="AB_RN_NKBankAccountCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="AccountCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AB_RX_NKAccountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ABAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccBankAccountInfo" /><Annotation Term="Glow.TableCode" String="AB" /></EntityType><EntityType Name="AccChargeCodeInfo"><Key><PropertyRef Name="AC_PK" /></Key><Property Name="AC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="AC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_AllowDescriptionOvertype" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_GC" Type="Edm.Guid" /><Property Name="AC_PrintSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="AC_GC" ReferencedProperty="GC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccChargeCode" /><Annotation Term="Glow.TableCode" String="AC" /></EntityType><EntityType Name="AccChargeCode"><Key><PropertyRef Name="AC_PK" /></Key><Property Name="AC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AC_AC_RevenueChargeCode" Type="Edm.Guid" /><Property Name="AC_AG_AccrualAccount" Type="Edm.Guid" /><Property Name="AC_AG_CostAccount" Type="Edm.Guid" /><Property Name="AC_AG_CostClearingAccount" Type="Edm.Guid" /><Property Name="AC_AG_DisbursementShortfallAccount" Type="Edm.Guid" /><Property Name="AC_AG_DisbursementSurplusAccount" Type="Edm.Guid" /><Property Name="AC_AG_RevenueAccount" Type="Edm.Guid" /><Property Name="AC_AG_RevenueClearingAccount" Type="Edm.Guid" /><Property Name="AC_AG_WIPAccount" Type="Edm.Guid" /><Property Name="AC_AllowDescriptionOvertype" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_AR_ExpenseGroup" Type="Edm.Guid" /><Property Name="AC_AR_SalesGroup" Type="Edm.Guid" /><Property Name="AC_AT_GSTRate" Type="Edm.Guid" /><Property Name="AC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AC_AW_WithholdingTaxRate" Type="Edm.Guid" /><Property Name="AC_AX_TaxOverrideGroup" Type="Edm.Guid" /><Property Name="AC_ChargeGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeOtherGroups" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeSubGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_DefaultCommissionProduct" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="AC_DefaultCommissionService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="AC_DefaultCommissionSubModule" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="AC_DepartmentFilterList" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="799" Unicode="false" /><Property Name="AC_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="AC_EnergySourceGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ENettChargeCodeMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_GC" Type="Edm.Guid" /><Property Name="AC_GoodsServiceType" Type="Edm.String" DefaultValue="SRV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_GovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="AC_IATA_ChargeCodeMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AC_InputGSTVATRecoverable" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="4" /><Property Name="AC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_IsAdhocServiceCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AC_IsCommissionable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AC_IsGroupageCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AC_LocalLanguageDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="AC_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="AC_PrintSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="AC_RateCalculator" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ShowOnQuotation" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_SuppressOnQuoteIfZero" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RevenueChargeCode" Type="Odyssey.AccChargeCode"><ReferentialConstraint Property="AC_AC_RevenueChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccrualAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_AccrualAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="CostAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_CostAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="CostClearingAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_CostClearingAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="DisbursementShortfallAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_DisbursementShortfallAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="DisbursementSurplusAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_DisbursementSurplusAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="RevenueAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_RevenueAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="RevenueClearingAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_RevenueClearingAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="WIPAccount" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AC_AG_WIPAccount" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="GSTRate" Type="Odyssey.AccTaxRate"><ReferentialConstraint Property="AC_AT_GSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="AC_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AccChargeTypeOverrides" Type="Collection(Odyssey.AccChargeTypeOverride)" Partner="ChargeCode"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="StmScheduleTasks" Type="Collection(Odyssey.ACStmScheduleTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ACAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccChargeCodeInfo" /><Annotation Term="Glow.TableCode" String="AC" /></EntityType><EntityType Name="AccChargeTypeOverride"><Key><PropertyRef Name="AN_PK" /></Key><Property Name="AN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AN_AC_ChargeCode" Type="Edm.Guid" Nullable="false" /><Property Name="AN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AN_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AN_InvoiceType" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AN_JobDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AN_JobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AN_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="AN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCode" Nullable="false" Partner="AccChargeTypeOverrides"><ReferentialConstraint Property="AN_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ANAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AN" /></EntityType><EntityType Name="AccChequeBookInfo"><Key><PropertyRef Name="AK_PK" /></Key><Property Name="AK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AK_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AK_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AK_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccChequeBook" /><Annotation Term="Glow.TableCode" String="AK" /></EntityType><EntityType Name="AccChequeBook"><Key><PropertyRef Name="AK_PK" /></Key><Property Name="AK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AK_AB" Type="Edm.Guid" Nullable="false" /><Property Name="AK_AutoPrintCheque" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AK_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AK_CurrentNo" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="0" /><Property Name="AK_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AK_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AK_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AK_LastNo" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="0" /><Property Name="AK_SQ" Type="Edm.Guid" /><Property Name="AK_StartNo" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="0" /><Property Name="AK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccount" Nullable="false" Partner="AccChequeBooks"><ReferentialConstraint Property="AK_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AK_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="AK_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccChequeBookInfo" /><Annotation Term="Glow.TableCode" String="AK" /></EntityType><EntityType Name="AccDraftInvoiceChargeLineJobReference"><Key><PropertyRef Name="AIY_PK" /></Key><Property Name="AIY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIY_AIR_JobReference" Type="Edm.Guid" Nullable="false" /><Property Name="AIY_AIX_ChargeLine" Type="Edm.Guid" Nullable="false" /><Property Name="AIY_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIY_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIY_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIY_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIY_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobReference" Type="Odyssey.AccDraftInvoiceJobReference" Nullable="false"><ReferentialConstraint Property="AIY_AIR_JobReference" ReferencedProperty="AIR_PK" /></NavigationProperty><NavigationProperty Name="ChargeLine" Type="Odyssey.AccDraftInvoiceChargeLine" Nullable="false"><ReferentialConstraint Property="AIY_AIX_ChargeLine" ReferencedProperty="AIX_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIY_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIY_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIYAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIY" /></EntityType><EntityType Name="AccDraftInvoiceChargeLine"><Key><PropertyRef Name="AIX_PK" /></Key><Property Name="AIX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIX_AC_ChargeCode" Type="Edm.Guid" /><Property Name="AIX_AIH_DraftInvoice" Type="Edm.Guid" Nullable="false" /><Property Name="AIX_AIJ_ClusterJob" Type="Edm.Guid" /><Property Name="AIX_AIZ_LineReconciliation" Type="Edm.Guid" /><Property Name="AIX_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" /><Property Name="AIX_ExchangeRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="AIX_ExTaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><Property Name="AIX_InvoiceCurrencyExTaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><Property Name="AIX_InvoiceCurrencyTaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><Property Name="AIX_InvoiceCurrencyTotalAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><Property Name="AIX_JobHeaderParentId" Type="Edm.Guid" /><Property Name="AIX_JobHeaderParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIX_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIX_RX_NKChargeLineCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIX_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AIX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIX_TaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><Property Name="AIX_TotalAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ChargeLineCurrency/RX_SubUnitRatio" /></Property><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCode"><ReferentialConstraint Property="AIX_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="DraftInvoice" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false"><ReferentialConstraint Property="AIX_AIH_DraftInvoice" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="ClusterJob" Type="Odyssey.AccDraftInvoiceJob"><ReferentialConstraint Property="AIX_AIJ_ClusterJob" ReferencedProperty="AIJ_PK" /></NavigationProperty><NavigationProperty Name="ChargeLineCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AIX_RX_NKChargeLineCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIX" /></EntityType><EntityType Name="AccDraftInvoiceExRate"><Key><PropertyRef Name="AIE_PK" /></Key><Property Name="AIE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIE_AIH_Header" Type="Edm.Guid" Nullable="false" /><Property Name="AIE_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="AIE_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AIE_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIE_RX_NKRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Header" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="AccDraftInvoiceExRates"><ReferentialConstraint Property="AIE_AIH_Header" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="RateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AIE_RX_NKRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIE" /></EntityType><EntityType Name="AccDraftInvoiceHeaderJob"><Key><PropertyRef Name="AHJ_PK" /></Key><Property Name="AHJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AHJ_ClusterPK" Type="Edm.Guid" Nullable="false" /><Property Name="AHJ_JobNumber" Type="Edm.String" MaxLength="13" Unicode="false" /><Property Name="AHJ_HeaderPK" Type="Edm.Guid" Nullable="false" /><Property Name="AHJ_ParentTableCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AHJ_JobDescription" Type="Edm.String" MaxLength="4000" /><NavigationProperty Name="AccDraftInvoiceHeader" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="AccDraftInvoiceHeaderJobs"><ReferentialConstraint Property="AHJ_HeaderPK" ReferencedProperty="AIH_PK" /></NavigationProperty></EntityType><EntityType Name="AccDraftInvoiceHeaderProxy"><Key><PropertyRef Name="AIHP_PK" /></Key><Property Name="AIHP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIHP_AccDraftInvoiceHeader" Type="Edm.Guid" Nullable="false" /><Property Name="AIHP_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="AIHP_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AIHP_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="AIHP_GE_Department" Type="Edm.Guid" Nullable="false" /><Property Name="AIHP_TransactionType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_TransactionNumber" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIHP_TransactionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_PostDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_OH_Creditor" Type="Edm.Guid" /><Property Name="AIHP_OA_CreditorAddress" Type="Edm.Guid" /><Property Name="AIHP_OC_CreditorContact" Type="Edm.Guid" /><Property Name="AIHP_RX_NKTransactionCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_ExchangeRate" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="9" /><Property Name="AIHP_ExpectedOSExTaxAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIHP_ExpectedOSTaxAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIHP_ExpectedOSTotalAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIHP_Description" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="AIHP_InternalReference" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIHP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIHP_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIHP_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_AH_PostedTransactionHeader" Type="Edm.Guid" /><Property Name="AIHP_AH_OriginalTransaction" Type="Edm.Guid" /><Property Name="AIHP_OriginalInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIHP_OriginalTransactionNum" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIHP_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_StatusReasonCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIHP_StatusReasonDescription" Type="Edm.String" Nullable="false" MaxLength="200" /><Property Name="AIHP_PostingStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="AIHP_TransactionOwnerID" Type="Edm.Guid" /><Property Name="AIHP_TransactionOwnerTableCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AIHP_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIHP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIHP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AccDraftInvoiceHeader" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="AccDraftInvoiceHeaderProxies"><ReferentialConstraint Property="AIHP_AccDraftInvoiceHeader" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AIHP_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AIHP_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AIHP_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AIHP_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="OriginalTransaction" Type="Odyssey.AccTransactionHeader"><ReferentialConstraint Property="AIHP_AH_OriginalTransaction" ReferencedProperty="AH_PK" /></NavigationProperty></EntityType><EntityType Name="AccDraftInvoiceHeader"><Key><PropertyRef Name="AIH_PK" /></Key><Property Name="AIH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIH_AH_OriginalTransaction" Type="Edm.Guid" /><Property Name="AIH_AH_PostedTransactionHeader" Type="Edm.Guid" /><Property Name="AIH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIH_ComplianceSubType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AIH_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_ExchangeRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="AIH_ExpectedOSExTaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIH_ExpectedOSTaxAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIH_ExpectedOSTotalAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AIH_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="AIH_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AIH_GE_Department" Type="Edm.Guid" Nullable="false" /><Property Name="AIH_InternalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIH_OA_CreditorAddress" Type="Edm.Guid" /><Property Name="AIH_OC_CreditorContact" Type="Edm.Guid" /><Property Name="AIH_OH_Creditor" Type="Edm.Guid" /><Property Name="AIH_OriginalInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_OriginalTransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIH_PostDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_Status" Type="Edm.String" DefaultValue="DFT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_StatusReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_StatusReasonDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="AIH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_TransactionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AIH_TransactionNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AIH_TransactionOwnerID" Type="Edm.Guid" /><Property Name="AIH_TransactionOwnerTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccDraftInvoiceExRates" Type="Collection(Odyssey.AccDraftInvoiceExRate)" Partner="Header" /><NavigationProperty Name="OriginalTransaction" Type="Odyssey.AccTransactionHeader"><ReferentialConstraint Property="AIH_AH_OriginalTransaction" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="PostedTransactionHeader" Type="Odyssey.AccTransactionHeader"><ReferentialConstraint Property="AIH_AH_PostedTransactionHeader" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AIH_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AIH_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AIH_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="CreditorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="AIH_OA_CreditorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreditorContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="AIH_OC_CreditorContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AIH_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AccDraftInvoiceJobClusters" Type="Collection(Odyssey.AccDraftInvoiceJobCluster)" Partner="Header" /><NavigationProperty Name="AccDraftInvoiceProcessingErrorLogs" Type="Collection(Odyssey.AccDraftInvoiceProcessingErrorLog)" Partner="DraftInvoice" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AIH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.AIHLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.AIHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.AIHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.AIHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.AIHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AccDraftInvoiceHeaderJobs" Type="Collection(Odyssey.AccDraftInvoiceHeaderJob)" Partner="AccDraftInvoiceHeader" /><NavigationProperty Name="AccDraftInvoiceHeaderProxies" Type="Collection(Odyssey.AccDraftInvoiceHeaderProxy)" Partner="AccDraftInvoiceHeader" /><Annotation Term="Glow.TableCode" String="AIH" /></EntityType><EntityType Name="AccDraftInvoiceJobCluster"><Key><PropertyRef Name="AIC_PK" /></Key><Property Name="AIC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIC_AIH_Header" Type="Edm.Guid" Nullable="false" /><Property Name="AIC_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AIC_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AIC_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIC_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Header" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="AccDraftInvoiceJobClusters"><ReferentialConstraint Property="AIC_AIH_Header" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AIC_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AccDraftInvoiceJobs" Type="Collection(Odyssey.AccDraftInvoiceJob)" Partner="Cluster" /><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AIC_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AICAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIC" /></EntityType><EntityType Name="AccDraftInvoiceJobReference"><Key><PropertyRef Name="AIR_PK" /></Key><Property Name="AIR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIR_AIH_Header" Type="Edm.Guid" Nullable="false" /><Property Name="AIR_AIJ_Job" Type="Edm.Guid" /><Property Name="AIR_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AIR_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AIR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIR_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Header" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false"><ReferentialConstraint Property="AIR_AIH_Header" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="Job" Type="Odyssey.AccDraftInvoiceJob" Partner="AccDraftInvoiceJobReferences"><ReferentialConstraint Property="AIR_AIJ_Job" ReferencedProperty="AIJ_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AIR_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIR" /></EntityType><EntityType Name="AccDraftInvoiceJob"><Key><PropertyRef Name="AIJ_PK" /></Key><Property Name="AIJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIJ_AIC_Cluster" Type="Edm.Guid" Nullable="false" /><Property Name="AIJ_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AIJ_ParentID" Type="Edm.Guid" /><Property Name="AIJ_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIJ_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AIJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccDraftInvoiceJobReferences" Type="Collection(Odyssey.AccDraftInvoiceJobReference)" Partner="Job" /><NavigationProperty Name="Cluster" Type="Odyssey.AccDraftInvoiceJobCluster" Nullable="false" Partner="AccDraftInvoiceJobs"><ReferentialConstraint Property="AIJ_AIC_Cluster" ReferencedProperty="AIC_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AIJ_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AIJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIJ" /></EntityType><EntityType Name="AccDraftInvoiceLine"><Key><PropertyRef Name="AVL_PK" /></Key><Property Name="AVL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AVL_AC_ChargeCode" Type="Edm.Guid" /><Property Name="AVL_AG_GLHeader" Type="Edm.Guid" /><Property Name="AVL_AIJ_ClusterJob" Type="Edm.Guid" Nullable="false" /><Property Name="AVL_AIZ_LineReconciliation" Type="Edm.Guid" /><Property Name="AVL_AT_TaxRate" Type="Edm.Guid" /><Property Name="AVL_ChargeCodeDesc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="95" Unicode="false" /><Property Name="AVL_IsConsolCost" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AVL_IsFinalCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AVL_OSAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AVL_OSTaxAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AVL_ParentID" Type="Edm.Guid" /><Property Name="AVL_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AVL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AVL_RX_NKCostCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AVL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AVL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AVL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AVL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AVL_TaxCodeDesc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCode"><ReferentialConstraint Property="AVL_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="GLHeader" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AVL_AG_GLHeader" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="ClusterJob" Type="Odyssey.AccDraftInvoiceJob" Nullable="false"><ReferentialConstraint Property="AVL_AIJ_ClusterJob" ReferencedProperty="AIJ_PK" /></NavigationProperty><NavigationProperty Name="TaxRate" Type="Odyssey.AccTaxRate"><ReferentialConstraint Property="AVL_AT_TaxRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="CostCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AVL_RX_NKCostCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AVL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AVL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AVLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AVL" /></EntityType><EntityType Name="AccDraftInvoiceProcessingErrorLog"><Key><PropertyRef Name="AIL_PK" /></Key><Property Name="AIL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AIL_AIH_DraftInvoice" Type="Edm.Guid" Nullable="false" /><Property Name="AIL_Category" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Property Name="AIL_FailCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="AIL_FixedDateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIL_LastReportedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AIL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AIL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DraftInvoice" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="AccDraftInvoiceProcessingErrorLogs"><ReferentialConstraint Property="AIL_AIH_DraftInvoice" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AIL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AILAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AIL" /></EntityType><EntityType Name="AccGLBudgetLine"><Key><PropertyRef Name="AD_PK" /></Key><Property Name="AD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AD_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AD_AU" Type="Edm.Guid" /><Property Name="AD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AD_Percent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="AD_Period" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccGLBudget" Type="Odyssey.AccGLBudget" Partner="AccGLBudgetLines"><ReferentialConstraint Property="AD_AU" ReferencedProperty="AU_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ADAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AD" /></EntityType><EntityType Name="AccGLBudget"><Key><PropertyRef Name="AU_PK" /></Key><Property Name="AU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AU_AG" Type="Edm.Guid" Nullable="false" /><Property Name="AU_AllocationIncrement" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="AU_AllocationType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AU_AllocationValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AU_Closing" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AU_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AU_GE" Type="Edm.Guid" Nullable="false" /><Property Name="AU_Opening" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AU_Year" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><NavigationProperty Name="AccGLBudgetLines" Type="Collection(Odyssey.AccGLBudgetLine)" Partner="AccGLBudget" /><NavigationProperty Name="AccGLHeader" Type="Odyssey.AccGLHeader" Nullable="false"><ReferentialConstraint Property="AU_AG" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AU_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AU_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AU" /></EntityType><EntityType Name="AccGLHeaderCompanyFilterInfo"><Key><PropertyRef Name="ACF_PK" /></Key><Property Name="ACF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ACF_AG_Header" Type="Edm.Guid" Nullable="false" /><Property Name="ACF_GC_Company" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Header" Type="Odyssey.AccGLHeaderInfo" Nullable="false" Partner="AccGLHeaderCompanyFilters"><ReferentialConstraint Property="ACF_AG_Header" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="ACF_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccGLHeaderCompanyFilter" /><Annotation Term="Glow.TableCode" String="ACF" /></EntityType><EntityType Name="AccGLHeaderCompanyFilter"><Key><PropertyRef Name="ACF_PK" /></Key><Property Name="ACF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ACF_AG_Header" Type="Edm.Guid" Nullable="false" /><Property Name="ACF_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="ACF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ACF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ACF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ACF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Header" Type="Odyssey.AccGLHeader" Nullable="false" Partner="AccGLHeaderCompanyFilters"><ReferentialConstraint Property="ACF_AG_Header" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="ACF_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ACF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ACF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ACFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccGLHeaderCompanyFilterInfo" /><Annotation Term="Glow.TableCode" String="ACF" /></EntityType><EntityType Name="AccGLHeaderInfo"><Key><PropertyRef Name="AG_PK" /></Key><Property Name="AG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AG_AccountNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AG_AccountType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_ControlAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AG_DebitCredit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AG_IsGlobal" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><NavigationProperty Name="AccGLHeaderCompanyFilters" Type="Collection(Odyssey.AccGLHeaderCompanyFilterInfo)" Partner="Header" /><Annotation Term="Glow.InfoTypeFor" String="IAccGLHeader" /><Annotation Term="Glow.TableCode" String="AG" /></EntityType><EntityType Name="AccGLHeader"><Key><PropertyRef Name="AG_PK" /></Key><Property Name="AG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AG_AccountGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="AG_AccountNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AG_AccountType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_AG_AlternateNum" Type="Edm.Guid" /><Property Name="AG_AG_ConsolidationNum" Type="Edm.Guid" /><Property Name="AG_AG_HeaderDependsOnTotal" Type="Edm.Guid" /><Property Name="AG_AG_PercentNum" Type="Edm.Guid" /><Property Name="AG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AG_CashFlowType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_Column" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AG_ControlAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AG_DebitCredit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AG_DisallowDirectPosting" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AG_IsGlobal" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AG_PrintSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AG_StatisticalUnits" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AG_TotalLevel" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><NavigationProperty Name="AccGLHeaderCompanyFilters" Type="Collection(Odyssey.AccGLHeaderCompanyFilter)" Partner="Header" /><NavigationProperty Name="AlternateNum" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AG_AG_AlternateNum" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="ConsolidationNum" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AG_AG_ConsolidationNum" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="HeaderDependsOnTotal" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AG_AG_HeaderDependsOnTotal" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="PercentNum" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AG_AG_PercentNum" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccGLHeaderInfo" /><Annotation Term="Glow.TableCode" String="AG" /></EntityType><EntityType Name="AccInvMsgInfo"><Key><PropertyRef Name="A9_PK" /></Key><Property Name="A9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="A9_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="A9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="A9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccInvMsg" /><Annotation Term="Glow.TableCode" String="A9" /></EntityType><EntityType Name="AccInvMsg"><Key><PropertyRef Name="A9_PK" /></Key><Property Name="A9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="A9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="A9_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="A9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="A9_EnglishMsg" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" Unicode="false" /><Property Name="A9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="A9_IsShownOnDocuments" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="A9_IsTriggerExemptionMessage" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="A9_LocalMsg" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="A9_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="A9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="A9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="A9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="A9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="A9_TaxGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="A9_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="A9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="A9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.A9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccInvMsgInfo" /><Annotation Term="Glow.TableCode" String="A9" /></EntityType><EntityType Name="AccPeriodManagement"><Key><PropertyRef Name="AM_PK" /></Key><Property Name="AM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AM_ArchiveCommenced" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AM_EndDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AM_GC_Company" Type="Edm.Guid" Nullable="false" /><Property Name="AM_IsGeneralLedgerClosed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AM_IsSubLedgerClosed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AM_IsSubledgerClosedForAdjustments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AM_Period" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AM_StartDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AM_Year" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AM_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AM" /></EntityType><EntityType Name="AccQueryClaim"><Key><PropertyRef Name="AY_PK" /></Key><Property Name="AY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AY_AH" Type="Edm.Guid" /><Property Name="AY_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AY_GS_NKStaffAssignedTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_HoldOption" Type="Edm.String" DefaultValue="DNM" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_MasterBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AY_OC" Type="Edm.Guid" Nullable="false" /><Property Name="AY_OH_Debtor" Type="Edm.Guid" Nullable="false" /><Property Name="AY_QueryClaimAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AY_QueryClaimNextFollowUp" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AY_QueryClaimReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_QueryClaimReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AY_QueryClaimStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_QueryClaimType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AY_ShortDescriptionOfClaim" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AY_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AY_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AY_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AY_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeader"><ReferentialConstraint Property="AY_AH" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AY_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo" Nullable="false"><ReferentialConstraint Property="AY_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Debtor" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="AY_OH_Debtor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="StaffAssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AY_GS_NKStaffAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AY_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AY_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AYAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="AY" /></EntityType><EntityType Name="AccTaxRateInfo"><Key><PropertyRef Name="AT_PK" /></Key><Property Name="AT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccTaxRate" /><Annotation Term="Glow.TableCode" String="AT" /></EntityType><EntityType Name="AccTaxRate"><Key><PropertyRef Name="AT_PK" /></Key><Property Name="AT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AT_A9_DefaultVatClass" Type="Edm.Guid" /><Property Name="AT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AT_ExtraTaxRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AT_PostingGroupId" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="AT_RateSource" Type="Edm.String" DefaultValue="TID" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AT_ReferenceExtraRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_ReferenceRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AT_TaxSystemCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DefaultVatClass" Type="Odyssey.AccInvMsg"><ReferentialConstraint Property="AT_A9_DefaultVatClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="AT_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ATAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccTaxRateInfo" /><Annotation Term="Glow.TableCode" String="AT" /></EntityType><EntityType Name="AccTransactionHeaderInfo"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionLines" Type="Collection(Odyssey.AccTransactionLineInfo)" Partner="AccTransactionHeader" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionHeader" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AccTransactionHeader"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_AB" Type="Edm.Guid" /><Property Name="AH_AG" Type="Edm.Guid" /><Property Name="AH_AgePeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AH_AgreedPaymentMethodOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_AH_InvoiceStatement" Type="Edm.Guid" /><Property Name="AH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AH_CAH_CashAdvanceRequestHeader" Type="Edm.Guid" /><Property Name="AH_CashBasisGSTIndicator" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_CashBasisGSTRealisedToGL" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_ChequeDrawer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AH_ChequeOrReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_ComplianceDocumentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_ComplianceSubType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DateClearedInCashbook" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_DigitalSignature_COMPRESSED" Type="Edm.Binary" MaxLength="128" /><Property Name="AH_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AH_DrawerBank" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="AH_DrawerBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_ExchangeRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="AH_ExportBatchNumber" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GB_TaxBranch" Type="Edm.Guid" /><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GE" Type="Edm.Guid" Nullable="false" /><Property Name="AH_GovernmentAllocatedID" Type="Edm.String" MaxLength="50" /><Property Name="AH_GS_NKAuditedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_GS_NKCashier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_GSTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_InvoiceAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_InvoiceApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoicePaymentReferenceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_InvoicePrinted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_InvoiceTermDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_IsOSOutstandingAmountApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JH" Type="Edm.Guid" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_LocalTaxAmountOtherTaxes" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_LocalTotal" Type="Edm.Decimal" Precision="19" Scale="4"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AH_MatchStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_MatchStatusReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_NotAllocated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_NumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="AH_OA_InvoiceAddressOverride" Type="Edm.Guid" /><Property Name="AH_OC_InvoiceContactOverride" Type="Edm.Guid" /><Property Name="AH_OH" Type="Edm.Guid" /><Property Name="AH_OriginalInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_OriginalReferenceEndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_OriginalReferenceStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_OriginalTransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_OSOutstandingAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_OSTaxAmountOtherTaxes" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_OutstandingAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_OverrideExchangeRate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_PlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="AH_PlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_POST1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_POST2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_POST3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_POST4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_PostDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_PostedInternal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_PostedToEFT" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_PostPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AH_PostToGL" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="AH_ReceiptBatchNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AH_ReceiptType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_RequisitionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AH_RequisitionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionBelongsToGroup" Type="Edm.Guid" /><Property Name="AH_TransactionCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionCount" Type="Edm.Byte" DefaultValue="1" Nullable="false" /><Property Name="AH_TransactionCreatedByMatching" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_WithholdingTax" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccount"><ReferentialConstraint Property="AH_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="AccGLHeader" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AH_AG" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="InvoiceStatement" Type="Odyssey.AccTransactionHeader"><ReferentialConstraint Property="AH_AH_InvoiceStatement" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="TaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="AH_GB_TaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Partner="AccTransactionHeaders"><ReferentialConstraint Property="AH_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="InvoiceAddressOverride" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="AH_OA_InvoiceAddressOverride" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="InvoiceContactOverride" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="AH_OC_InvoiceContactOverride" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AccTransactionLines" Type="Collection(Odyssey.AccTransactionLine)" Partner="AccTransactionHeader" /><NavigationProperty Name="AuditedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_GS_NKAuditedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Cashier" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_GS_NKCashier" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.AHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.AHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.AHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeaderInfo" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AH_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="GlbBranchInfo" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AH_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartmentInfo" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AH_GE" ReferencedProperty="GE_PK" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccTransactionHeaderInfo" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AccTransactionLineInfo"><Key><PropertyRef Name="AL_PK" /></Key><Property Name="AL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AL_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="AL_AH" Type="Edm.Guid" /><Property Name="AL_LineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeaderInfo" Partner="AccTransactionLines"><ReferentialConstraint Property="AL_AH" ReferencedProperty="AH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionLine" /><Annotation Term="Glow.TableCode" String="AL" /></EntityType><EntityType Name="AccTransactionLine"><Key><PropertyRef Name="AL_PK" /></Key><Property Name="AL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AL_A9_VATClass" Type="Edm.Guid" /><Property Name="AL_AC" Type="Edm.Guid" /><Property Name="AL_AG" Type="Edm.Guid" /><Property Name="AL_AG_PercentOf" Type="Edm.Guid" /><Property Name="AL_AH" Type="Edm.Guid" /><Property Name="AL_AT" Type="Edm.Guid" /><Property Name="AL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="AL_AW" Type="Edm.Guid" /><Property Name="AL_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="AL_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="AL_ExportBatchNumber" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_ExportReverseBatchNumber" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_GB" Type="Edm.Guid" Nullable="false" /><Property Name="AL_GB_TaxBranch" Type="Edm.Guid" /><Property Name="AL_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AL_GE" Type="Edm.Guid" Nullable="false" /><Property Name="AL_GovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="AL_GSTVAT" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AL_GSTVATBasis" Type="Edm.String" DefaultValue="A" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="AL_GSTVATExtra" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AL_InputGSTVATRecoverable" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="4" /><Property Name="AL_IsFinalCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AL_JH" Type="Edm.Guid" /><Property Name="AL_LineAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AL_LineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_OH" Type="Edm.Guid" /><Property Name="AL_OSAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AL_OSUnitPrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AL_PercentageOfPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_PlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="AL_PlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_PostDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AL_PostPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_PostToGL" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="AL_PreventInvoicePrintGrouping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AL_ReverseDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="AL_ReversePeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_ReverseToGL" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="AL_RevRecognitionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_Sequence" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="AL_SupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AL_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AL_TaxExtraRateDenominator" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="AL_TaxExtraRateNumerator" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_TaxRateDenominator" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="AL_TaxRateNumerator" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_UnitPrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AL_UnitQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="AL_WithholdingTax" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><NavigationProperty Name="VATClass" Type="Odyssey.AccInvMsg"><ReferentialConstraint Property="AL_A9_VATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCode" Type="Odyssey.AccChargeCode"><ReferentialConstraint Property="AL_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccGLHeader" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AL_AG" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="PercentOf" Type="Odyssey.AccGLHeader"><ReferentialConstraint Property="AL_AG_PercentOf" ReferencedProperty="AG_PK" /></NavigationProperty><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeader" Partner="AccTransactionLines"><ReferentialConstraint Property="AL_AH" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="AccTaxRate" Type="Odyssey.AccTaxRate"><ReferentialConstraint Property="AL_AT" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="AL_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="TaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="AL_GB_TaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AL_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="AL_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader"><ReferentialConstraint Property="AL_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AL_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AL_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="AL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ALAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IAccTransactionLineInfo" /><Annotation Term="Glow.TableCode" String="AL" /></EntityType><EntityType Name="ACFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccGLHeaderCompanyFilter" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ACF_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="StmScheduleTask" Abstract="true"><Key><PropertyRef Name="S5_PK" /></Key><Property Name="S5_PK" Type="Edm.Guid" Nullable="false" /><Property Name="S5_AccountingPeriodScheduleFrstRun" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_CurrentPrintRunTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_DailyEndTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_DailyStartTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_DateScheduleFirstRun" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_DayList" Type="Edm.String" DefaultValue="NNNNNNN" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="S5_DayNumber" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="S5_EndAfterCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_GB" Type="Edm.Guid" /><Property Name="S5_GS_NKPrintUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="S5_IsPrivate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S5_MonthNumber" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="S5_NextScheduledPrintRunTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="S5_OC_ScheduledBy" Type="Edm.Guid" /><Property Name="S5_OverdueDurationInSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_ParentID" Type="Edm.Guid" /><Property Name="S5_RunTimeInMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_ScheduleActualRunCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_ScheduleDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="S5_ScheduleState" Type="Edm.Binary" /><Property Name="S5_ScheduleType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="S5_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="S5_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="S5_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_TaskPeriod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_TaskPeriodCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="S5_TypeOfDocument" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S5_WeekDayOccurrenceNumber" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="S5_WeekDaysOnly" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoType" String="IStmScheduleTaskInfo" /><Annotation Term="Glow.TableCode" String="S5" /></EntityType><EntityType Name="ACStmScheduleTask" BaseType="Odyssey.StmScheduleTask"><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="S5_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ScheduledBy" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="S5_OC_ScheduledBy" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.AccChargeCode" Partner="StmScheduleTasks"><ReferentialConstraint Property="S5_ParentID" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="PrintUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="S5_GS_NKPrintUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="S5_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="S5_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ADAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccGLBudgetLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AD_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="AGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccGLHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AG_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="AHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccTransactionHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AH_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="WorkflowAuditLog" 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_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="AHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.AccTransactionHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowEvent" 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="true" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" 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="AHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.AccTransactionHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="AICAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceJobCluster" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIC_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="AIEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceExRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIE_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="AIHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIH_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="AIHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="AIHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="AIHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="AIH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="AIJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceJob" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIJ_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="AILAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceProcessingErrorLog" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIL_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="AIRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceJobReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIR_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="AIXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceChargeLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIX_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="AIYAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceChargeLineJobReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AIY_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="AKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccChequeBook" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AK_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="ALAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccTransactionLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AL_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="AMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccPeriodManagement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AM_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="ANAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccChargeTypeOverride" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AN_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="ApportionmentCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" Nullable="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_ChargeType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_Desc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="JR_APInvoiceNum" Type="Edm.String" MaxLength="38" Unicode="false" /><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_InvoiceType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="GlbBranchInfo" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartmentInfo" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false"><ReferentialConstraint Property="JR_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="JobConsolCost" Type="Odyssey.JobConsolCost" Partner="ApportionmentCharges"><ReferentialConstraint Property="JR_E6" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="ATAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccTaxRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AT_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="AUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccGLBudget" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AU_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="AVLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AVL_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="AYAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AccQueryClaim" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="AY_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="E6Acknowledgement" BaseType="Odyssey.Acknowledgement"><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><NavigationProperty Name="Parent" Type="Odyssey.JobConsolCost" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="E6_PK" /></NavigationProperty></EntityType><EntityType Name="GenApprovalRequest"><Key><PropertyRef Name="XP_PK" /></Key><Property Name="XP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XP_ApprovalDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="XP_ApprovalLevel" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="XP_ApprovalMode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="XP_ApprovalRequestData" Type="Edm.Binary" /><Property Name="XP_ApprovalStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_ApprovalType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GB_JobBranch" Type="Edm.Guid" /><Property Name="XP_GB_RequestingBranch" Type="Edm.Guid" Nullable="false" /><Property Name="XP_GE_JobDepartment" Type="Edm.Guid" /><Property Name="XP_GS_NKApprovingUser1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GS_NKApprovingUser2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GS_NKApprovingUser3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GS_NKApprovingUser4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GS_NKApprovingUser5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_GS_NKApprovingUser6" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_ParentID" Type="Edm.Guid" /><Property Name="XP_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_PrivledgeRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="XP_ReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="XP_ReasonDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="132" /><Property Name="XP_RequestID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="XP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XP_SubSystem" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="XP_GB_JobBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="RequestingBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="XP_GB_RequestingBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="JobDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="XP_GE_JobDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ApprovingUser1" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser1" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ApprovingUser2" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser2" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ApprovingUser3" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser3" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ApprovingUser4" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser4" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ApprovingUser5" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser5" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ApprovingUser6" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_GS_NKApprovingUser6" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.XPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="XP" /></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="GlbCapabilityInfo"><Key><PropertyRef Name="G4_PK" /></Key><Property Name="G4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G4_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="G4_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="G4_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbCapability" /><Annotation Term="Glow.TableCode" String="G4" /></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="GlbDepartmentInfo"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbDepartment" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbGroupInfo"><Key><PropertyRef Name="GG_PK" /></Key><Property Name="GG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="GG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbGroup" /><Annotation Term="Glow.TableCode" String="GG" /></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="JFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobExRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JF_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="JHAcknowledgement" BaseType="Odyssey.Acknowledgement"><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><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="JHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="Note" Abstract="true"><Key><PropertyRef Name="ST_PK" /></Key><Property Name="ST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="ST_ForceRead" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="ST_GC_RelatedCompany" Type="Edm.Guid" /><Property Name="ST_IsCustomDescription" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ST_NoteContext" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="ST_NoteType" Type="Edm.String" DefaultValue="INT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_ParentID" Type="Edm.Guid" /><Property Name="ST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteData" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="ST" /></EntityType><EntityType Name="JHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JobCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_A9_CostVATClass" Type="Edm.Guid" /><Property Name="JR_A9_SellVATClass" Type="Edm.Guid" /><Property Name="JR_AB" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AgentDeclaredCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AgentDeclaredSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AK" Type="Edm.Guid" /><Property Name="JR_AL_APLine" Type="Edm.Guid" /><Property Name="JR_AL_ARLine" Type="Edm.Guid" /><Property Name="JR_AL_CFXLine" Type="Edm.Guid" /><Property Name="JR_APDocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_APLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_APNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_ARLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ARNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_AT_CostGSTRate" Type="Edm.Guid" /><Property Name="JR_AT_SellGSTRate" Type="Edm.Guid" /><Property Name="JR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JR_AW_CostWHTRate" Type="Edm.Guid" /><Property Name="JR_AW_SellWHTRate" Type="Edm.Guid" /><Property Name="JR_CAL_APLine" Type="Edm.Guid" /><Property Name="JR_CAL_ARLine" Type="Edm.Guid" /><Property Name="JR_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ChequeNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_CostPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_CostPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_DeclaredOSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="JR_DisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_E6_GatewaySellHeader" Type="Edm.Guid" /><Property Name="JR_EstimatedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="JR_GB_InternalBranch" Type="Edm.Guid" /><Property Name="JR_GB_SellTaxBranch" Type="Edm.Guid" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE_InternalDept" Type="Edm.Guid" /><Property Name="JR_InvoiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_IsAPCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsARCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsCostTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsIncludedInProfitShare" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsSpotCost" Type="Edm.Boolean" /><Property Name="JR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JH_InternalJob" Type="Edm.Guid" /><Property Name="JR_JR_RevenueLine" Type="Edm.Guid" /><Property Name="JR_LineCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="3" /><Property Name="JR_LineType" Type="Edm.String" DefaultValue="BTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JR_OA_SellInvoiceAddress" Type="Edm.Guid" /><Property Name="JR_OC_SellInvoiceContact" Type="Edm.Guid" /><Property Name="JR_OH_CostAccount" Type="Edm.Guid" /><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="JR_OP_Product" Type="Edm.Guid" /><Property Name="JR_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_OSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSSellWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_PreventInvoicePrintGrouping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProductQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JR_ProFormaCost" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProFormaRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_RX_NKCostCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_SellPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_SellPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_SellReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_SellSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CostVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_CostVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="SellVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_SellVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="JR_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="JR_AK" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="APLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_APLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="ARLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_ARLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CFXLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_CFXLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CostGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_CostGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="SellGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_SellGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="JobConsolCost" Type="Odyssey.JobConsolCost" Partner="JobCharges"><ReferentialConstraint Property="JR_E6" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="GatewaySellHeader" Type="Odyssey.JobConsolCost"><ReferentialConstraint Property="JR_E6_GatewaySellHeader" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="InternalBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_InternalBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="SellTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_SellTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="InternalDept" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="JR_GE_InternalDept" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false" Partner="JobCharges"><ReferentialConstraint Property="JR_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="InternalJob" Type="Odyssey.JobHeader"><ReferentialConstraint Property="JR_JH_InternalJob" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="RevenueLine" Type="Odyssey.JobCharge"><ReferentialConstraint Property="JR_JR_RevenueLine" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JR_OA_SellInvoiceAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JR_OC_SellInvoiceContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CostAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_CostAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="JR_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CostCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKCostCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellInvoiceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellInvoiceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="JobConsolCost" Abstract="true"><Key><PropertyRef Name="E6_PK" /></Key><Property Name="E6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E6_A9_VATClass" Type="Edm.Guid" /><Property Name="E6_AB_BankAccount" Type="Edm.Guid" /><Property Name="E6_AC_ChargeCode" Type="Edm.Guid" Nullable="false" /><Property Name="E6_AH_APInvoice" Type="Edm.Guid" /><Property Name="E6_AH_ARInvoice" Type="Edm.Guid" /><Property Name="E6_AK_ChequeBook" Type="Edm.Guid" /><Property Name="E6_ApportionmentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_AT_TaxRate" Type="Edm.Guid" /><Property Name="E6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E6_ChequeOrReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="E6_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="E6_GatewaySellChargeID" Type="Edm.Guid" /><Property Name="E6_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="E6_GC" Type="Edm.Guid" Nullable="false" /><Property Name="E6_GS_NKConsolCostOwner" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_InvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_IsForCollectInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_LocalCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OH_Creditor" Type="Edm.Guid" /><Property Name="E6_OSCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OSGSTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E6_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="E6_PlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PPDCLT" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RatingBehaviour" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="E6_SupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="JobCharges" Type="Collection(Odyssey.JobCharge)" Partner="JobConsolCost" /><NavigationProperty Name="VATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="E6_A9_VATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="BankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="E6_AB_BankAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="E6_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="APInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_APInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ARInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_ARInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="E6_AK_ChequeBook" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="TaxRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="E6_AT_TaxRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="E6_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="E6_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="E6_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ConsolCostOwner" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_GS_NKConsolCostOwner" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="E6_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.E6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ApportionmentCharges" Type="Collection(Odyssey.ApportionmentCharge)" Partner="JobConsolCost" /><Annotation Term="Glow.TableCode" String="E6" /></EntityType><EntityType Name="KGJobConsolCost" BaseType="Odyssey.JobConsolCost" /><EntityType Name="JobExRate"><Key><PropertyRef Name="JF_PK" /></Key><Property Name="JF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JF_BaseRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JF_CFXMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JF_CFXPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JF_InvoiceCurrencyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_IsTransformed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JF_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JF_OH_Org" Type="Edm.Guid" /><Property Name="JF_OrgType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_RX_NKRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false" Partner="JobExRates"><ReferentialConstraint Property="JF_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="Org" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JF_OH_Org" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JF_RX_NKRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JF" /></EntityType><EntityType Name="JobHeader" Abstract="true"><Key><PropertyRef Name="JH_PK" /></Key><Property Name="JH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JH_A_JCL" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_A_JOP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_AgentChargesCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JH_ARInvoiceReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JH_ClientContractNumber" Type="Edm.String" MaxLength="50" Unicode="false" /><Property Name="JH_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="JH_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ExcludeFromPeriodicRating" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GB_TaxBranch" Type="Edm.Guid" /><Property Name="JH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GS_NKRepOps" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_GS_NKRepSales" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_HeaderType" Type="Edm.String" DefaultValue="JOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_HoldReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JH_IsDisbursement" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_IsProfitSharePosted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_JH_ParentJob" Type="Edm.Guid" /><Property Name="JH_JobBufferPercentOverride" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JH_JobLocalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_JobNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JH_JobPlannedStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_LocalChargesCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JH_LocalClientInvoicingStyle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JH_OA_AgentCollectAddr" Type="Edm.Guid" /><Property Name="JH_OA_LocalChargesAddr" Type="Edm.Guid" /><Property Name="JH_OC_LocalBillingContact" Type="Edm.Guid" /><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JH_PaymentCollectionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ProfitLossReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ProfitShareInvoice" Type="Edm.Guid" /><Property Name="JH_RatingHasBeenRun" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_RevenueRecognizedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_SingleAgentsInvoicePerConsol" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JH_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_TH_NKQuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_UniqueJobInvoiceNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="AccTransactionHeaders" Type="Collection(Odyssey.AccTransactionHeader)" Partner="JobHeader" /><NavigationProperty Name="JobCharges" Type="Collection(Odyssey.JobCharge)" Partner="JobHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobExRates" Type="Collection(Odyssey.JobExRate)" Partner="JobHeader" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JH_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="TaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JH_GB_TaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JH_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ParentJob" Type="Odyssey.JobHeader"><ReferentialConstraint Property="JH_JH_ParentJob" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="AgentCollectAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JH_OA_AgentCollectAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LocalChargesAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JH_OA_LocalChargesAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LocalBillingContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JH_OC_LocalBillingContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="RepOps" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_GS_NKRepOps" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="RepSales" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_GS_NKRepSales" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JH" /></EntityType><EntityType Name="CSHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="BHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="BFJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="CMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YASJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YAOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YDHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YPHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YRAJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YREJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YTUJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KBJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="LTCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KGJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JJJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="EYJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JKJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JSJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="NAJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="THJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WSJJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDLJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WRCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WRHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WVOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKIJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKPJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKRJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="MWOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobCharge" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JR_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="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="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="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="OrgCreditorGroupInfo"><Key><PropertyRef Name="OG_PK" /></Key><Property Name="OG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Annotation Term="Glow.InfoTypeFor" String="IOrgCreditorGroup" /><Annotation Term="Glow.TableCode" String="OG" /></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="OrgSupplierPartInfo"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgSupplierPart" /><Annotation Term="Glow.TableCode" String="OP" /></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><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><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_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="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="AIH_PK" /></NavigationProperty></EntityType><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><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="RefPackTypeInfo"><Key><PropertyRef Name="F3_Code" /></Key><Property Name="F3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="F3_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="F3_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="F3_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="F3_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefPackType" /><Annotation Term="Glow.TableCode" String="F3" /></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><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmMenuItemInfo"><Key><PropertyRef Name="SU_PK" /></Key><Property Name="SU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SU_MenuName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmMenuItem" /><Annotation Term="Glow.TableCode" String="SU" /></EntityType><EntityType Name="StmPrintQueueInfo"><Key><PropertyRef Name="SQ_PK" /></Key><Property Name="SQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SQ_DisplayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Annotation Term="Glow.InfoTypeFor" String="IStmPrintQueue" /><Annotation Term="Glow.TableCode" String="SQ" /></EntityType><EntityType Name="ViewGenericCharge"><Key><PropertyRef Name="VC_PK" /></Key><Property Name="VC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VC_Code" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="VC_DepartmentFilterList" Type="Edm.String" Nullable="false" MaxLength="799" Unicode="false" /><Property Name="VC_Description" Type="Edm.String" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="VC_DisallowDirectPosting" Type="Edm.Boolean" /><Property Name="VC_GC" Type="Edm.Guid" /><Property Name="VC_GSTRate" Type="Edm.Guid" /><Property Name="VC_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="VC_IsControlAccount" Type="Edm.Boolean" /><Property Name="VC_IsGLAccount" Type="Edm.Boolean" /><Property Name="VC_LocalLanguageDescription" Type="Edm.String" Nullable="false" MaxLength="80" /><Property Name="VC_Percentage" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="VC_TableName" Type="Edm.String" Nullable="false" MaxLength="11" Unicode="false" /><Property Name="VC_Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="VC_WHTRate" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="VC" /></EntityType><EntityType Name="ViewGenericJob"><Key><PropertyRef Name="VJ_PK" /></Key><Property Name="VJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VJ_Branch" Type="Edm.Guid" /><Property Name="VJ_Company" Type="Edm.Guid" /><Property Name="VJ_CompanyPK" Type="Edm.Guid" /><Property Name="VJ_Department" Type="Edm.Guid" /><Property Name="VJ_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="VJ_ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="VJ_ForeignKey" Type="Edm.Guid" /><Property Name="VJ_HouseBillNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="VJ_IsInactive" Type="Edm.Boolean" /><Property Name="VJ_JH" Type="Edm.Guid" /><Property Name="VJ_JobCloseDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="VJ_JobNumber" Type="Edm.String" MaxLength="36" Unicode="false" /><Property Name="VJ_JobOpenDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="VJ_JobStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="VJ_JobType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="VJ_MasterBillNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="VJ_TableName" Type="Edm.String" Nullable="false" MaxLength="33" Unicode="false" /><Annotation Term="Glow.TableCode" String="VJ" /></EntityType><EntityType Name="WorkflowException" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskID" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.AccDraftInvoiceHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="AIH_PK" /></NavigationProperty></EntityType><EntityType Name="ASTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ACHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CVOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CPOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CLHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="MWOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="XPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GenApprovalRequest" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="XP_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><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.A9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="A9Acknowledgement" String="IAcknowledgement[[IAccInvMsg]]" /></Annotations><Annotations Target="Odyssey.ABAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ABAcknowledgement" String="IAcknowledgement[[IAccBankAccount]]" /></Annotations><Annotations Target="Odyssey.ACAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ACAcknowledgement" String="IAcknowledgement[[IAccChargeCode]]" /></Annotations><Annotations Target="Odyssey.AccAccrualDetail"><Annotation Term="Glow.FriendlyName" Qualifier="AccAccrualDetail" String="IAccAccrualDetail" /></Annotations><Annotations Target="Odyssey.AccARInvoice"><Annotation Term="Glow.FriendlyName" Qualifier="AccARInvoice" String="IAccARInvoice" /></Annotations><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></Annotations><Annotations Target="Odyssey.AccBankAccount"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccount" String="IAccBankAccount" /></Annotations><Annotations Target="Odyssey.AccChargeCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeCodeInfo" String="IAccChargeCodeInfo" /></Annotations><Annotations Target="Odyssey.AccChargeCode"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeCode" String="IAccChargeCode" /></Annotations><Annotations Target="Odyssey.AccChargeTypeOverride"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeTypeOverride" String="IAccChargeTypeOverride" /></Annotations><Annotations Target="Odyssey.AccChequeBookInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChequeBookInfo" String="IAccChequeBookInfo" /></Annotations><Annotations Target="Odyssey.AccChequeBook"><Annotation Term="Glow.FriendlyName" Qualifier="AccChequeBook" String="IAccChequeBook" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceChargeLineJobReference"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceChargeLineJobReference" String="IAccDraftInvoiceChargeLineJobReference" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceChargeLine"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceChargeLine" String="IAccDraftInvoiceChargeLine" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceExRate"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceExRate" String="IAccDraftInvoiceExRate" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceHeaderJob"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceHeaderJob" String="IAccDraftInvoiceHeaderJob" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceHeaderProxy"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceHeaderProxy" String="IAccDraftInvoiceHeaderProxy" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceHeader" String="IAccDraftInvoiceHeader" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceJobCluster"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceJobCluster" String="IAccDraftInvoiceJobCluster" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceJobReference"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceJobReference" String="IAccDraftInvoiceJobReference" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceJob"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceJob" String="IAccDraftInvoiceJob" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceLine"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceLine" String="IAccDraftInvoiceLine" /></Annotations><Annotations Target="Odyssey.AccDraftInvoiceProcessingErrorLog"><Annotation Term="Glow.FriendlyName" Qualifier="AccDraftInvoiceProcessingErrorLog" String="IAccDraftInvoiceProcessingErrorLog" /></Annotations><Annotations Target="Odyssey.AccGLBudgetLine"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLBudgetLine" String="IAccGLBudgetLine" /></Annotations><Annotations Target="Odyssey.AccGLBudget"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLBudget" String="IAccGLBudget" /></Annotations><Annotations Target="Odyssey.AccGLHeaderCompanyFilterInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLHeaderCompanyFilterInfo" String="IAccGLHeaderCompanyFilterInfo" /></Annotations><Annotations Target="Odyssey.AccGLHeaderCompanyFilter"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLHeaderCompanyFilter" String="IAccGLHeaderCompanyFilter" /></Annotations><Annotations Target="Odyssey.AccGLHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLHeaderInfo" String="IAccGLHeaderInfo" /></Annotations><Annotations Target="Odyssey.AccGLHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AccGLHeader" String="IAccGLHeader" /></Annotations><Annotations Target="Odyssey.AccInvMsgInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccInvMsgInfo" String="IAccInvMsgInfo" /></Annotations><Annotations Target="Odyssey.AccInvMsg"><Annotation Term="Glow.FriendlyName" Qualifier="AccInvMsg" String="IAccInvMsg" /></Annotations><Annotations Target="Odyssey.AccPeriodManagement"><Annotation Term="Glow.FriendlyName" Qualifier="AccPeriodManagement" String="IAccPeriodManagement" /></Annotations><Annotations Target="Odyssey.AccQueryClaim"><Annotation Term="Glow.FriendlyName" Qualifier="AccQueryClaim" String="IAccQueryClaim" /></Annotations><Annotations Target="Odyssey.AccTaxRateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTaxRateInfo" String="IAccTaxRateInfo" /></Annotations><Annotations Target="Odyssey.AccTaxRate"><Annotation Term="Glow.FriendlyName" Qualifier="AccTaxRate" String="IAccTaxRate" /></Annotations><Annotations Target="Odyssey.AccTransactionHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeaderInfo" String="IAccTransactionHeaderInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeader" String="IAccTransactionHeader" /></Annotations><Annotations Target="Odyssey.AccTransactionLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionLineInfo" String="IAccTransactionLineInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionLine"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionLine" String="IAccTransactionLine" /></Annotations><Annotations Target="Odyssey.ACFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ACFAcknowledgement" String="IAcknowledgement[[IAccGLHeaderCompanyFilter]]" /></Annotations><Annotations Target="Odyssey.StmScheduleTask"><Annotation Term="Glow.FriendlyName" Qualifier="StmScheduleTask" String="IStmScheduleTask" /></Annotations><Annotations Target="Odyssey.ACStmScheduleTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACStmScheduleTask" String="IStmScheduleTask[[IAccChargeCode]]" /></Annotations><Annotations Target="Odyssey.ADAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ADAcknowledgement" String="IAcknowledgement[[IAccGLBudgetLine]]" /></Annotations><Annotations Target="Odyssey.AGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AGAcknowledgement" String="IAcknowledgement[[IAccGLHeader]]" /></Annotations><Annotations Target="Odyssey.AHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AHAcknowledgement" String="IAcknowledgement[[IAccTransactionHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.AHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="AHWorkflowAuditLog" String="IWorkflowAuditLog[[IAccTransactionHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.AHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="AHWorkflowEvent" String="IWorkflowEvent[[IAccTransactionHeader]]" /></Annotations><Annotations Target="Odyssey.AICAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AICAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceJobCluster]]" /></Annotations><Annotations Target="Odyssey.AIEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIEAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceExRate]]" /></Annotations><Annotations Target="Odyssey.AIHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIHAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.AIHLog"><Annotation Term="Glow.FriendlyName" Qualifier="AIHLog" String="ILog[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.AIHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowAuditLog" String="IWorkflowAuditLog[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.AIHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowEvent" String="IWorkflowEvent[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.AIJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIJAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceJob]]" /></Annotations><Annotations Target="Odyssey.AILAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AILAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceProcessingErrorLog]]" /></Annotations><Annotations Target="Odyssey.AIRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIRAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceJobReference]]" /></Annotations><Annotations Target="Odyssey.AIXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIXAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceChargeLine]]" /></Annotations><Annotations Target="Odyssey.AIYAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AIYAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceChargeLineJobReference]]" /></Annotations><Annotations Target="Odyssey.AKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AKAcknowledgement" String="IAcknowledgement[[IAccChequeBook]]" /></Annotations><Annotations Target="Odyssey.ALAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ALAcknowledgement" String="IAcknowledgement[[IAccTransactionLine]]" /></Annotations><Annotations Target="Odyssey.AMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AMAcknowledgement" String="IAcknowledgement[[IAccPeriodManagement]]" /></Annotations><Annotations Target="Odyssey.ANAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ANAcknowledgement" String="IAcknowledgement[[IAccChargeTypeOverride]]" /></Annotations><Annotations Target="Odyssey.ApportionmentCharge"><Annotation Term="Glow.FriendlyName" Qualifier="ApportionmentCharge" String="IApportionmentCharge" /></Annotations><Annotations Target="Odyssey.ATAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ATAcknowledgement" String="IAcknowledgement[[IAccTaxRate]]" /></Annotations><Annotations Target="Odyssey.AUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AUAcknowledgement" String="IAcknowledgement[[IAccGLBudget]]" /></Annotations><Annotations Target="Odyssey.AVLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AVLAcknowledgement" String="IAcknowledgement[[IAccDraftInvoiceLine]]" /></Annotations><Annotations Target="Odyssey.AYAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="AYAcknowledgement" String="IAcknowledgement[[IAccQueryClaim]]" /></Annotations><Annotations Target="Odyssey.E6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="E6Acknowledgement" String="IAcknowledgement[[IJobConsolCost]]" /></Annotations><Annotations Target="Odyssey.GenApprovalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="GenApprovalRequest" String="IGenApprovalRequest" /></Annotations><Annotations Target="Odyssey.GlbBranchInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchInfo" String="IGlbBranchInfo" /></Annotations><Annotations Target="Odyssey.GlbCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCapabilityInfo" String="IGlbCapabilityInfo" /></Annotations><Annotations Target="Odyssey.GlbCompanyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompanyInfo" String="IGlbCompanyInfo" /></Annotations><Annotations Target="Odyssey.GlbDepartmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbDepartmentInfo" String="IGlbDepartmentInfo" /></Annotations><Annotations Target="Odyssey.GlbGroupInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbGroupInfo" String="IGlbGroupInfo" /></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.JFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JFAcknowledgement" String="IAcknowledgement[[IJobExRate]]" /></Annotations><Annotations Target="Odyssey.JHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JHAcknowledgement" String="IAcknowledgement[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHLog" String="ILog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.JHNote"><Annotation Term="Glow.FriendlyName" Qualifier="JHNote" String="INote[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowAuditLog" String="IWorkflowAuditLog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowEvent" String="IWorkflowEvent[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JobCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobCharge" String="IJobCharge" /></Annotations><Annotations Target="Odyssey.JobConsolCost"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolCost" String="IJobConsolCost" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.KGJobConsolCost"><Annotation Term="Glow.FriendlyName" Qualifier="KGJobConsolCost" String="IJobConsolCost[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.JobExRate"><Annotation Term="Glow.FriendlyName" Qualifier="JobExRate" String="IJobExRate" /></Annotations><Annotations Target="Odyssey.JobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JobHeader" String="IJobHeader" /></Annotations><Annotations Target="Odyssey.CSHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CSHJobHeader" String="IJobHeader[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.BHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BHJobHeader" String="IJobHeader[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BFJobHeader" String="IJobHeader[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.CMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CMJobHeader" String="IJobHeader[[ICusMAWB]]" /></Annotations><Annotations Target="Odyssey.YASJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YASJobHeader" String="IJobHeader[[ICYDAdHocService]]" /></Annotations><Annotations Target="Odyssey.YAOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YAOJobHeader" String="IJobHeader[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YDHJobHeader" String="IJobHeader[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YPHJobHeader" String="IJobHeader[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YRAJobHeader" String="IJobHeader[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YREJobHeader" String="IJobHeader[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YTUJobHeader" String="IJobHeader[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.KMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KMJobHeader" String="IJobHeader[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KBJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KBJobHeader" String="IJobHeader[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="LTCJobHeader" String="IJobHeader[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KGJobHeader" String="IJobHeader[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.GVEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVEJobHeader" String="IJobHeader[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVMJobHeader" String="IJobHeader[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.JJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JJJobHeader" String="IJobHeader[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.EYJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="EYJobHeader" String="IJobHeader[[IJobCartageRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JKJobHeader" String="IJobHeader[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JEJobHeader" String="IJobHeader[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSJobHeader" String="IJobHeader[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.NAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="NAJobHeader" String="IJobHeader[[IJobVoyAccount]]" /></Annotations><Annotations Target="Odyssey.THJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="THJobHeader" String="IJobHeader[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.WSJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WSJJobHeader" String="IJobHeader[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDJobHeader" String="IJobHeader[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDCJobHeader" String="IJobHeader[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDLJobHeader" String="IJobHeader[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDHJobHeader" String="IJobHeader[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRCJobHeader" String="IJobHeader[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRHJobHeader" String="IJobHeader[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WVOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WVOJobHeader" String="IJobHeader[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WKIJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKIJobHeader" String="IJobHeader[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKPJobHeader" String="IJobHeader[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.WKRJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKRJobHeader" String="IJobHeader[[IWorkRequest]]" /></Annotations><Annotations Target="Odyssey.MWOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MWOJobHeader" String="IJobHeader[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></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.OrgCreditorGroupInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCreditorGroupInfo" String="IOrgCreditorGroupInfo" /></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.OrgSupplierPartInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartInfo" String="IOrgSupplierPartInfo" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessTaskNotification"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTaskNotification" String="IProcessTaskNotification" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></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.RefPackTypeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefPackTypeInfo" String="IRefPackTypeInfo" /></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><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmMenuItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmMenuItemInfo" String="IStmMenuItemInfo" /></Annotations><Annotations Target="Odyssey.StmPrintQueueInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmPrintQueueInfo" String="IStmPrintQueueInfo" /></Annotations><Annotations Target="Odyssey.ViewGenericCharge"><Annotation Term="Glow.FriendlyName" Qualifier="ViewGenericCharge" String="IViewGenericCharge" /></Annotations><Annotations Target="Odyssey.ViewGenericJob"><Annotation Term="Glow.FriendlyName" Qualifier="ViewGenericJob" String="IViewGenericJob" /></Annotations><Annotations Target="Odyssey.WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowException" String="IWorkflowException" /></Annotations><Annotations Target="Odyssey.AIHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowException" String="IWorkflowException[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ASTWorkflowException" String="IWorkflowException[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ACHWorkflowException" String="IWorkflowException[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSCWorkflowException" String="IWorkflowException[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSHWorkflowException" String="IWorkflowException[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CVOWorkflowException" String="IWorkflowException[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CPOWorkflowException" String="IWorkflowException[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowException" String="IWorkflowException[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.BHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BHWorkflowException" String="IWorkflowException[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BFWorkflowException" String="IWorkflowException[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowException" String="IWorkflowException[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowException" String="IWorkflowException[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowException" String="IWorkflowException[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowException" String="IWorkflowException[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowException" String="IWorkflowException[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowException" String="IWorkflowException[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowException" String="IWorkflowException[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowException" String="IWorkflowException[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowException" String="IWorkflowException[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Z0WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="Z0WorkflowException" String="IWorkflowException[[IDummyBizo]]" /></Annotations><Annotations Target="Odyssey.EMHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EMHWorkflowException" String="IWorkflowException[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowException" String="IWorkflowException[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowException" String="IWorkflowException[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowException" String="IWorkflowException[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowException" String="IWorkflowException[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowException" String="IWorkflowException[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowException" String="IWorkflowException[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowException" String="IWorkflowException[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EFWorkflowException" String="IWorkflowException[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowException" String="IWorkflowException[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowException" String="IWorkflowException[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowException" String="IWorkflowException[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowException" String="IWorkflowException[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowException" String="IWorkflowException[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowException" String="IWorkflowException[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RQWorkflowException" String="IWorkflowException[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowException" String="IWorkflowException[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowException" String="IWorkflowException[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowException" String="IWorkflowException[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowException" String="IWorkflowException[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowException" String="IWorkflowException[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowException" String="IWorkflowException[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowException" String="IWorkflowException[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowException" String="IWorkflowException[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowException" String="IWorkflowException[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowException" String="IWorkflowException[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="DRQWorkflowException" String="IWorkflowException[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.XPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="XPAcknowledgement" String="IAcknowledgement[[IGenApprovalRequest]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="A9Acknowledgements" EntityType="Odyssey.A9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccInvMsgs" /></EntitySet><EntitySet Name="ABAcknowledgements" EntityType="Odyssey.ABAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccBankAccounts" /></EntitySet><EntitySet Name="ACAcknowledgements" EntityType="Odyssey.ACAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccChargeCodes" /></EntitySet><EntitySet Name="AccAccrualDetails" EntityType="Odyssey.AccAccrualDetail"><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CostTaxCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccARInvoices" EntityType="Odyssey.AccARInvoice"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranchInfo" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartmentInfo" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InvoiceAddressOverride" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="InvoiceContactOverride" Target="OrgContactInfos" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeaderInfo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccBankAccounts" EntityType="Odyssey.AccBankAccount"><NavigationPropertyBinding Path="AccChequeBooks" Target="AccChequeBooks" /><NavigationPropertyBinding Path="AccGLHeader" Target="AccGLHeaders" /><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Acknowledgements" Target="ABAcknowledgements" /><NavigationPropertyBinding Path="BankAccountCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccChargeCodeInfos" EntityType="Odyssey.AccChargeCodeInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /></EntitySet><EntitySet Name="AccChargeCodes" EntityType="Odyssey.AccChargeCode"><NavigationPropertyBinding Path="AccChargeTypeOverrides" Target="AccChargeTypeOverrides" /><NavigationPropertyBinding Path="AccrualAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="Acknowledgements" Target="ACAcknowledgements" /><NavigationPropertyBinding Path="CostAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="CostClearingAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DisbursementShortfallAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="DisbursementSurplusAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GSTRate" Target="AccTaxRates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RevenueAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="RevenueChargeCode" Target="AccChargeCodes" /><NavigationPropertyBinding Path="RevenueClearingAccount" Target="AccGLHeaders" /><NavigationPropertyBinding Path="StmScheduleTasks" Target="ACStmScheduleTasks" /><NavigationPropertyBinding Path="WIPAccount" Target="AccGLHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccChargeTypeOverrides" EntityType="Odyssey.AccChargeTypeOverride"><NavigationPropertyBinding Path="Acknowledgements" Target="ANAcknowledgements" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodes" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccChequeBookInfos" EntityType="Odyssey.AccChequeBookInfo" /><EntitySet Name="AccChequeBooks" EntityType="Odyssey.AccChequeBook"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccounts" /><NavigationPropertyBinding Path="Acknowledgements" Target="AKAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceChargeLineJobReferences" EntityType="Odyssey.AccDraftInvoiceChargeLineJobReference"><NavigationPropertyBinding Path="Acknowledgements" Target="AIYAcknowledgements" /><NavigationPropertyBinding Path="ChargeLine" Target="AccDraftInvoiceChargeLines" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobReference" Target="AccDraftInvoiceJobReferences" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIY_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceChargeLines" EntityType="Odyssey.AccDraftInvoiceChargeLine"><NavigationPropertyBinding Path="Acknowledgements" Target="AIXAcknowledgements" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodes" /><NavigationPropertyBinding Path="ChargeLineCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ClusterJob" Target="AccDraftInvoiceJobs" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DraftInvoice" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIX_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceExRates" EntityType="Odyssey.AccDraftInvoiceExRate"><NavigationPropertyBinding Path="Acknowledgements" Target="AIEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Header" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIE_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceHeaderJobs" EntityType="Odyssey.AccDraftInvoiceHeaderJob"><NavigationPropertyBinding Path="AccDraftInvoiceHeader" Target="AccDraftInvoiceHeaders" /></EntitySet><EntitySet Name="AccDraftInvoiceHeaderProxies" EntityType="Odyssey.AccDraftInvoiceHeaderProxy"><NavigationPropertyBinding Path="AccDraftInvoiceHeader" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OriginalTransaction" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIHP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceHeaders" EntityType="Odyssey.AccDraftInvoiceHeader"><NavigationPropertyBinding Path="AccDraftInvoiceExRates" Target="AccDraftInvoiceExRates" /><NavigationPropertyBinding Path="AccDraftInvoiceHeaderJobs" Target="AccDraftInvoiceHeaderJobs" /><NavigationPropertyBinding Path="AccDraftInvoiceHeaderProxies" Target="AccDraftInvoiceHeaderProxies" /><NavigationPropertyBinding Path="AccDraftInvoiceJobClusters" Target="AccDraftInvoiceJobClusters" /><NavigationPropertyBinding Path="AccDraftInvoiceProcessingErrorLogs" Target="AccDraftInvoiceProcessingErrorLogs" /><NavigationPropertyBinding Path="Acknowledgements" Target="AIHAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreditorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreditorContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="AIHLogs" /><NavigationPropertyBinding Path="OriginalTransaction" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="PostedTransactionHeader" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="AIHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="AIHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceJobClusters" EntityType="Odyssey.AccDraftInvoiceJobCluster"><NavigationPropertyBinding Path="AccDraftInvoiceJobs" Target="AccDraftInvoiceJobs" /><NavigationPropertyBinding Path="Acknowledgements" Target="AICAcknowledgements" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Header" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIC_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceJobReferences" EntityType="Odyssey.AccDraftInvoiceJobReference"><NavigationPropertyBinding Path="Acknowledgements" Target="AIRAcknowledgements" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Header" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="Job" Target="AccDraftInvoiceJobs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceJobs" EntityType="Odyssey.AccDraftInvoiceJob"><NavigationPropertyBinding Path="AccDraftInvoiceJobReferences" Target="AccDraftInvoiceJobReferences" /><NavigationPropertyBinding Path="Acknowledgements" Target="AIJAcknowledgements" /><NavigationPropertyBinding Path="Cluster" Target="AccDraftInvoiceJobClusters" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AIJ_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceLines" EntityType="Odyssey.AccDraftInvoiceLine"><NavigationPropertyBinding Path="Acknowledgements" Target="AVLAcknowledgements" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodes" /><NavigationPropertyBinding Path="ClusterJob" Target="AccDraftInvoiceJobs" /><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GLHeader" Target="AccGLHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxRate" Target="AccTaxRates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AVL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccDraftInvoiceProcessingErrorLogs" EntityType="Odyssey.AccDraftInvoiceProcessingErrorLog"><NavigationPropertyBinding Path="Acknowledgements" Target="AILAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DraftInvoice" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AccGLBudgetLines" EntityType="Odyssey.AccGLBudgetLine"><NavigationPropertyBinding Path="AccGLBudget" Target="AccGLBudgets" /><NavigationPropertyBinding Path="Acknowledgements" Target="ADAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccGLBudgets" EntityType="Odyssey.AccGLBudget"><NavigationPropertyBinding Path="AccGLBudgetLines" Target="AccGLBudgetLines" /><NavigationPropertyBinding Path="AccGLHeader" Target="AccGLHeaders" /><NavigationPropertyBinding Path="Acknowledgements" Target="AUAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccGLHeaderCompanyFilterInfos" EntityType="Odyssey.AccGLHeaderCompanyFilterInfo"><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Header" Target="AccGLHeaderInfos" /></EntitySet><EntitySet Name="AccGLHeaderCompanyFilters" EntityType="Odyssey.AccGLHeaderCompanyFilter"><NavigationPropertyBinding Path="Acknowledgements" Target="ACFAcknowledgements" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Header" Target="AccGLHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AccGLHeaderInfos" EntityType="Odyssey.AccGLHeaderInfo"><NavigationPropertyBinding Path="AccGLHeaderCompanyFilters" Target="AccGLHeaderCompanyFilterInfos" /></EntitySet><EntitySet Name="AccGLHeaders" EntityType="Odyssey.AccGLHeader"><NavigationPropertyBinding Path="AccGLHeaderCompanyFilters" Target="AccGLHeaderCompanyFilters" /><NavigationPropertyBinding Path="Acknowledgements" Target="AGAcknowledgements" /><NavigationPropertyBinding Path="AlternateNum" Target="AccGLHeaders" /><NavigationPropertyBinding Path="ConsolidationNum" Target="AccGLHeaders" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HeaderDependsOnTotal" Target="AccGLHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PercentNum" Target="AccGLHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccInvMsgInfos" EntityType="Odyssey.AccInvMsgInfo" /><EntitySet Name="AccInvMsgs" EntityType="Odyssey.AccInvMsg"><NavigationPropertyBinding Path="Acknowledgements" Target="A9Acknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>A9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccPeriodManagements" EntityType="Odyssey.AccPeriodManagement"><NavigationPropertyBinding Path="Acknowledgements" Target="AMAcknowledgements" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AccQueryClaims" EntityType="Odyssey.AccQueryClaim"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="Acknowledgements" Target="AYAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Debtor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="StaffAssignedTo" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AY_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccTaxRateInfos" EntityType="Odyssey.AccTaxRateInfo" /><EntitySet Name="AccTaxRates" EntityType="Odyssey.AccTaxRate"><NavigationPropertyBinding Path="Acknowledgements" Target="ATAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultVatClass" Target="AccInvMsgs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccTransactionHeaders" EntityType="Odyssey.AccTransactionHeader"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccounts" /><NavigationPropertyBinding Path="AccGLHeader" Target="AccGLHeaders" /><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLines" /><NavigationPropertyBinding Path="Acknowledgements" Target="AHAcknowledgements" /><NavigationPropertyBinding Path="AuditedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Cashier" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranchInfo" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartmentInfo" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InvoiceAddressOverride" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="InvoiceContactOverride" Target="OrgContactInfos" /><NavigationPropertyBinding Path="InvoiceStatement" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeaderInfo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="TaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="AHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="AHWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AccTransactionLineInfos" EntityType="Odyssey.AccTransactionLineInfo"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaderInfos" /></EntitySet><EntitySet Name="AccTransactionLines" EntityType="Odyssey.AccTransactionLine"><NavigationPropertyBinding Path="AccChargeCode" Target="AccChargeCodes" /><NavigationPropertyBinding Path="AccGLHeader" Target="AccGLHeaders" /><NavigationPropertyBinding Path="AccTaxRate" Target="AccTaxRates" /><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="Acknowledgements" Target="ALAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PercentOf" Target="AccGLHeaders" /><NavigationPropertyBinding Path="TaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="VATClass" Target="AccInvMsgs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>AL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ACFAcknowledgements" EntityType="Odyssey.ACFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccGLHeaderCompanyFilters" /></EntitySet><EntitySet Name="ACStmScheduleTasks" EntityType="Odyssey.ACStmScheduleTask"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccChargeCodes" /><NavigationPropertyBinding Path="PrintUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ScheduledBy" Target="OrgContactInfos" /></EntitySet><EntitySet Name="ADAcknowledgements" EntityType="Odyssey.ADAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccGLBudgetLines" /></EntitySet><EntitySet Name="AGAcknowledgements" EntityType="Odyssey.AGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccGLHeaders" /></EntitySet><EntitySet Name="AHAcknowledgements" EntityType="Odyssey.AHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccTransactionHeaders" /></EntitySet><EntitySet Name="AHWorkflowAuditLogs" EntityType="Odyssey.AHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AHWorkflowEvents" EntityType="Odyssey.AHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AICAcknowledgements" EntityType="Odyssey.AICAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceJobClusters" /></EntitySet><EntitySet Name="AIEAcknowledgements" EntityType="Odyssey.AIEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceExRates" /></EntitySet><EntitySet Name="AIHAcknowledgements" EntityType="Odyssey.AIHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceHeaders" /></EntitySet><EntitySet Name="AIHLogs" EntityType="Odyssey.AIHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AIHWorkflowAuditLogs" EntityType="Odyssey.AIHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AIHWorkflowEvents" EntityType="Odyssey.AIHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="AIJAcknowledgements" EntityType="Odyssey.AIJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceJobs" /></EntitySet><EntitySet Name="AILAcknowledgements" EntityType="Odyssey.AILAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceProcessingErrorLogs" /></EntitySet><EntitySet Name="AIRAcknowledgements" EntityType="Odyssey.AIRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceJobReferences" /></EntitySet><EntitySet Name="AIXAcknowledgements" EntityType="Odyssey.AIXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceChargeLines" /></EntitySet><EntitySet Name="AIYAcknowledgements" EntityType="Odyssey.AIYAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceChargeLineJobReferences" /></EntitySet><EntitySet Name="AKAcknowledgements" EntityType="Odyssey.AKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccChequeBooks" /></EntitySet><EntitySet Name="ALAcknowledgements" EntityType="Odyssey.ALAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccTransactionLines" /></EntitySet><EntitySet Name="AMAcknowledgements" EntityType="Odyssey.AMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccPeriodManagements" /></EntitySet><EntitySet Name="ANAcknowledgements" EntityType="Odyssey.ANAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccChargeTypeOverrides" /></EntitySet><EntitySet Name="ApportionmentCharges" EntityType="Odyssey.ApportionmentCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="GlbBranchInfo" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartmentInfo" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobConsolCost" Target="JobConsolCosts" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /></EntitySet><EntitySet Name="ATAcknowledgements" EntityType="Odyssey.ATAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccTaxRates" /></EntitySet><EntitySet Name="AUAcknowledgements" EntityType="Odyssey.AUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccGLBudgets" /></EntitySet><EntitySet Name="AVLAcknowledgements" EntityType="Odyssey.AVLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccDraftInvoiceLines" /></EntitySet><EntitySet Name="AYAcknowledgements" EntityType="Odyssey.AYAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AccQueryClaims" /></EntitySet><EntitySet Name="E6Acknowledgements" EntityType="Odyssey.E6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsolCosts" /></EntitySet><EntitySet Name="GenApprovalRequests" EntityType="Odyssey.GenApprovalRequest"><NavigationPropertyBinding Path="Acknowledgements" Target="XPAcknowledgements" /><NavigationPropertyBinding Path="ApprovingUser1" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ApprovingUser2" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ApprovingUser3" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ApprovingUser4" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ApprovingUser5" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ApprovingUser6" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="JobDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RequestingBranch" Target="GlbBranchInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XP_RowVersion</PropertyPath></Collection></Annotation></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="GlbCapabilityInfos" EntityType="Odyssey.GlbCapabilityInfo" /><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbDepartmentInfos" EntityType="Odyssey.GlbDepartmentInfo" /><EntitySet Name="GlbGroupInfos" EntityType="Odyssey.GlbGroupInfo" /><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="JFAcknowledgements" EntityType="Odyssey.JFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobExRates" /></EntitySet><EntitySet Name="JHAcknowledgements" EntityType="Odyssey.JHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /></EntitySet><EntitySet Name="JHLogs" EntityType="Odyssey.JHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHNotes" EntityType="Odyssey.JHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JHWorkflowAuditLogs" EntityType="Odyssey.JHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHWorkflowEvents" EntityType="Odyssey.JHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JobCharges" EntityType="Odyssey.JobCharge"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="AccChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="AccChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="Acknowledgements" Target="JRAcknowledgements" /><NavigationPropertyBinding Path="APLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="ARLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CFXLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CostAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CostGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CostVATClass" Target="AccInvMsgInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GatewaySellHeader" Target="JobConsolCosts" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InternalBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="InternalDept" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InternalJob" Target="JobHeaders" /><NavigationPropertyBinding Path="JobConsolCost" Target="JobConsolCosts" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="RevenueLine" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="SellInvoiceAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellInvoiceContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="SellInvoiceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="SellVATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolCosts" EntityType="Odyssey.JobConsolCost"><NavigationPropertyBinding Path="Acknowledgements" Target="E6Acknowledgements" /><NavigationPropertyBinding Path="APInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="ApportionmentCharges" Target="ApportionmentCharges" /><NavigationPropertyBinding Path="ARInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="BankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="ChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="ConsolCostOwner" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="VATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobExRates" EntityType="Odyssey.JobExRate"><NavigationPropertyBinding Path="Acknowledgements" Target="JFAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Org" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobHeaders" EntityType="Odyssey.JobHeader"><NavigationPropertyBinding Path="AccTransactionHeaders" Target="AccTransactionHeaders" /><NavigationPropertyBinding Path="Acknowledgements" Target="JHAcknowledgements" /><NavigationPropertyBinding Path="AgentCollectAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="JobExRates" Target="JobExRates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocalBillingContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LocalChargesAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="JHLogs" /><NavigationPropertyBinding Path="Notes" Target="JHNotes" /><NavigationPropertyBinding Path="ParentJob" Target="JobHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RepOps" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RepSales" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JRAcknowledgements" EntityType="Odyssey.JRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCharges" /></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="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><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="OrgCreditorGroupInfos" EntityType="Odyssey.OrgCreditorGroupInfo" /><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="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessTaskNotifications" EntityType="Odyssey.ProcessTaskNotification"><NavigationPropertyBinding Path="Acknowledgements" Target="PQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Document" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="Group" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Recipient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="Odyssey.AIHProcessTask/Parent" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="Odyssey.JHProcessTask/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerActions" Target="ProcessTaskNotifications" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></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="RefPackTypeInfos" EntityType="Odyssey.RefPackTypeInfo" /><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><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="ViewGenericCharges" EntityType="Odyssey.ViewGenericCharge" /><EntitySet Name="ViewGenericJobs" EntityType="Odyssey.ViewGenericJob" /><EntitySet Name="WorkflowExceptions" EntityType="Odyssey.WorkflowException"><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.AIHWorkflowException/Parent" Target="AccDraftInvoiceHeaders" /><NavigationPropertyBinding Path="Odyssey.JHWorkflowException/Parent" Target="JobHeaders" /></EntitySet><EntitySet Name="XPAcknowledgements" EntityType="Odyssey.XPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GenApprovalRequests" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>