<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="Odyssey" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccBankAccountInfo"><Key><PropertyRef Name="AB_PK" /></Key><Property Name="AB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AB_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_RX_NKAccountCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccountCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AB_RX_NKAccountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccBankAccount" /><Annotation Term="Glow.TableCode" String="AB" /></EntityType><EntityType Name="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="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="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="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="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="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="AdditionalService" Abstract="true"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ES_BookedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CompletedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CurrentContextID" Type="Edm.Guid" /><Property Name="ES_CurrentContextTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="ES_ExternalServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_GC" Type="Edm.Guid" /><Property Name="ES_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ES_MeasurementBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_OA_Location" Type="Edm.Guid" /><Property Name="ES_OH_Contractor" Type="Edm.Guid" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_References" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_RQ" Type="Edm.Guid" /><Property Name="ES_RX_NKServiceRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="ES_ServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_ServiceNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="ES_ServiceRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ServiceRateCurrency/RX_SubUnitRatio" /></Property><Property Name="ES_SubLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ES_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="ES_OA_Location" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Contractor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="ES_OH_Contractor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RefEquipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="ES_RQ" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="ServiceRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="ES_RX_NKServiceRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.ESAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.ESLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ESAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ES" /></EntityType><EntityType Name="YAOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KMAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="KNAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="KN_PK" /></NavigationProperty></EntityType><EntityType Name="LTCAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="LTSAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="LTS_PK" /></NavigationProperty></EntityType><EntityType Name="KGAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><EntityType Name="JKAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WSJAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WRCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WVOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JPAdditionalService" BaseType="Odyssey.AdditionalService" /><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="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="DIAcknowledgement" 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.UNDGDataItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="DI_PK" /></NavigationProperty></EntityType><EntityType Name="UNDGSubstancePivot" Abstract="true"><Key><PropertyRef Name="DP_PK" /></Key><Property Name="DP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DP_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DP_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="DP_Standard" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_UNNO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DP_Variant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.TableCode" String="DP" /></EntityType><EntityType Name="DIUNDGSubstancePivot" BaseType="Odyssey.UNDGSubstancePivot"><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="UNDGSubstancePivots"><ReferentialConstraint Property="DP_ParentId" ReferencedProperty="DI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="DtbBookingConfirmation"><Key><PropertyRef Name="KK_PK" /></Key><Property Name="KK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KK_Actual" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KK_AdHocDriverName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="KK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KK_ConfirmationType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KK_DocumentID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="KK_DocumentIssuer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="KK_DocumentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="KK_Estimated" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KK_EstimatedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KK_IsEmptyContainer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KK_IsMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KK_K1_RunSheetInstruction" Type="Edm.Guid" /><Property Name="KK_KD_BookingInstructionPkgDivot" Type="Edm.Guid" /><Property Name="KK_KK_MasterBookingConfirmation" Type="Edm.Guid" /><Property Name="KK_KN_BookingInstruction" Type="Edm.Guid" Nullable="false" /><Property Name="KK_MasterBookingVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KK_OC_Driver" Type="Edm.Guid" /><Property Name="KK_Quantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="KK_ReceivedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="KK_ReceivedBySignature" Type="Edm.Binary" /><Property Name="KK_ReferenceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="KK_RequiredFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KK_RequiredFromUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KK_RequiredTo" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KK_RequiredToUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KK_SlotDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KK_SlotReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KK_VehicleRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><NavigationProperty Name="RunSheetInstruction" Type="Odyssey.DtbConsignmentRunSheetInstruction"><ReferentialConstraint Property="KK_K1_RunSheetInstruction" ReferencedProperty="K1_PK" /></NavigationProperty><NavigationProperty Name="BookingInstructionPkgDivot" Type="Odyssey.DtbBookingInstructionPkgDivot" Partner="DtbBookingConfirmations"><ReferentialConstraint Property="KK_KD_BookingInstructionPkgDivot" ReferencedProperty="KD_PK" /></NavigationProperty><NavigationProperty Name="MasterBookingConfirmation" Type="Odyssey.DtbBookingConfirmation"><ReferentialConstraint Property="KK_KK_MasterBookingConfirmation" ReferencedProperty="KK_PK" /></NavigationProperty><NavigationProperty Name="BookingInstruction" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="DtbBookingConfirmations"><ReferentialConstraint Property="KK_KN_BookingInstruction" ReferencedProperty="KN_PK" /></NavigationProperty><NavigationProperty Name="Driver" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="KK_OC_Driver" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KK" /></EntityType><EntityType Name="DtbBookingConsolidation"><Key><PropertyRef Name="KB_PK" /></Key><Property Name="KB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KB_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="KB_IsMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KB_IsOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KB_JobDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KB_JobType" Type="Edm.String" DefaultValue="BKG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_KB_MasterBookingConsolidation" Type="Edm.Guid" /><Property Name="KB_MasterBookingVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KB_ParentID" Type="Edm.Guid" /><Property Name="KB_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="MasterBookingConsolidation" Type="Odyssey.DtbBookingConsolidation"><ReferentialConstraint Property="KB_KB_MasterBookingConsolidation" ReferencedProperty="KB_PK" /></NavigationProperty><NavigationProperty Name="DtbBookings" Type="Collection(Odyssey.DtbBooking)" Partner="Booking" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.KBAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.KBJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.KBPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KBReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.KBTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KB" /></EntityType><EntityType Name="DtbBookingInfo"><Key><PropertyRef Name="KM_PK" /></Key><Property Name="KM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KM_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KM_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="KM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IDtbBooking" /><Annotation Term="Glow.TableCode" String="KM" /></EntityType><EntityType Name="DtbBookingInstructionPkgDivot"><Key><PropertyRef Name="KD_PK" /></Key><Property Name="KD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KD_KN_BookingInstruction" Type="Edm.Guid" Nullable="false" /><Property Name="KD_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KD_Quantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="KD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DtbBookingConfirmations" Type="Collection(Odyssey.DtbBookingConfirmation)" Partner="BookingInstructionPkgDivot" /><NavigationProperty Name="BookingInstruction" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="DtbBookingInstructionPkgDivots"><ReferentialConstraint Property="KD_KN_BookingInstruction" ReferencedProperty="KN_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="DtbBookingInstructionPkgDivots"><ReferentialConstraint Property="KD_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KD" /></EntityType><EntityType Name="DtbBookingInstruction" Abstract="true"><Key><PropertyRef Name="KN_PK" /></Key><Property Name="KN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KN_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_IsAuthorisedToLeave" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KN_IsContainerRateable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KN_IsLooseRateable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KN_IsMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KN_KM_BookingMovement" Type="Edm.Guid" Nullable="false" /><Property Name="KN_KN_MasterBookingInstruction" Type="Edm.Guid" /><Property Name="KN_MasterBookingVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KN_RQ_Equipment" Type="Edm.Guid" /><Property Name="KN_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="KN_ServiceInstruction" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="KN_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KN_TZ_DomesticZone" Type="Edm.Guid" /><NavigationProperty Name="DtbBookingConfirmations" Type="Collection(Odyssey.DtbBookingConfirmation)" Partner="BookingInstruction" /><NavigationProperty Name="DtbBookingInstructionPkgDivots" Type="Collection(Odyssey.DtbBookingInstructionPkgDivot)" Partner="BookingInstruction"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="MasterBookingInstruction" Type="Odyssey.DtbBookingInstruction"><ReferentialConstraint Property="KN_KN_MasterBookingInstruction" ReferencedProperty="KN_PK" /></NavigationProperty><NavigationProperty Name="Equipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="KN_RQ_Equipment" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="DomesticZone" Type="Odyssey.RateTransportZoneInfo"><ReferentialConstraint Property="KN_TZ_DomesticZone" ReferencedProperty="TZ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.KNAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.KNAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PalletTransactions" Type="Collection(Odyssey.KNPalletTransaction)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KNReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KN" /></EntityType><EntityType Name="DtbBookingMultiInstruction" BaseType="Odyssey.DtbBookingInstruction"><NavigationProperty Name="BookingMovement" Type="Odyssey.DtbBooking" Nullable="false" Partner="DtbBookingMultiInstructions"><ReferentialConstraint Property="KN_KM_BookingMovement" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="DtbBookingPickupInstruction" BaseType="Odyssey.DtbBookingInstruction"><NavigationProperty Name="BookingMovement" Type="Odyssey.DtbBooking" Nullable="false" Partner="DtbBookingPickupInstructions"><ReferentialConstraint Property="KN_KM_BookingMovement" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="DtbBookingDeliveryInstruction" BaseType="Odyssey.DtbBookingInstruction"><NavigationProperty Name="BookingMovement" Type="Odyssey.DtbBooking" Nullable="false" Partner="DtbBookingDeliveryInstructions"><ReferentialConstraint Property="KN_KM_BookingMovement" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="DtbBooking"><Key><PropertyRef Name="KM_PK" /></Key><Property Name="KM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KM_BookingOfTransportRequestedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KM_Chargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KM_ContainerTransportOptimizationBaseWebAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="KM_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="KM_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KM_DistanceUnit" Type="Edm.String" DefaultValue="KM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KM_GB_Branch" Type="Edm.Guid" /><Property Name="KM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="KM_IsAgentBooking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KM_IsContainerTransportOptimizationBooking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KM_IsHazardous" Type="Edm.Boolean" /><Property Name="KM_IsMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KM_IsTransportBookingExtended" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KM_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KM_JobType" Type="Edm.String" DefaultValue="BKG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_KB_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="KM_KB_BookingConsolidationMultiJob" Type="Edm.Guid" /><Property Name="KM_KM_MasterBooking" Type="Edm.Guid" /><Property Name="KM_KT_NKBookingTemplate" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="KM_MasterBookingVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KM_OAN_CarrierAccount" Type="Edm.Guid" /><Property Name="KM_OverrideChargeable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KM_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_RatingFreightMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_RequiresRefrigeration" Type="Edm.Boolean" /><Property Name="KM_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_TransportMode" Type="Edm.String" DefaultValue="ROA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KM_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><NavigationProperty Name="DtbBookingMultiInstructions" Type="Collection(Odyssey.DtbBookingMultiInstruction)" Partner="BookingMovement" /><NavigationProperty Name="DtbBookingPickupInstructions" Type="Collection(Odyssey.DtbBookingPickupInstruction)" Partner="BookingMovement" /><NavigationProperty Name="DtbBookingDeliveryInstructions" Type="Collection(Odyssey.DtbBookingDeliveryInstruction)" Partner="BookingMovement" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="KM_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="BookingConsolidationMultiJob" Type="Odyssey.DtbBookingConsolidation"><ReferentialConstraint Property="KM_KB_BookingConsolidationMultiJob" ReferencedProperty="KB_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="DtbBookings"><ReferentialConstraint Property="KM_KB_Booking" ReferencedProperty="KB_PK" /></NavigationProperty><NavigationProperty Name="MasterBooking" Type="Odyssey.DtbBooking"><ReferentialConstraint Property="KM_KM_MasterBooking" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="CarrierAccount" Type="Odyssey.OrgCarrierAccountInfo"><ReferentialConstraint Property="KM_OAN_CarrierAccount" ReferencedProperty="OAN_PK" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="KM_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.KMAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.KMAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.KMJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.KMJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KMLog)" Partner="Parent" /><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.KMPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PalletTransactions" Type="Collection(Odyssey.KMPalletTransaction)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.KMProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.KMProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KMReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KMWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KMWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.KMWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.KMWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DtbQuoteCharges" Type="Collection(Odyssey.DtbQuoteCharge)" Partner="DtbBooking" /><Annotation Term="Glow.InfoType" String="IDtbBookingInfo" /><Annotation Term="Glow.TableCode" String="KM" /></EntityType><EntityType Name="DtbConsignmentActionPackageDivot"><Key><PropertyRef Name="LTP_PK" /></Key><Property Name="LTP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTP_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="LTP_LTA_ConsignmentAction" Type="Edm.Guid" Nullable="false" /><Property Name="LTP_PackageQuantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="LTP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="DtbConsignmentActionPackageDivots"><ReferentialConstraint Property="LTP_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ConsignmentAction" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="DtbConsignmentActionPackageDivots"><ReferentialConstraint Property="LTP_LTA_ConsignmentAction" ReferencedProperty="LTA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTPLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTPWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTP" /></EntityType><EntityType Name="DtbConsignmentAction"><Key><PropertyRef Name="LTA_PK" /></Key><Property Name="LTA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTA_ActionID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LTA_ActionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTA_ActualTime" Type="Edm.DateTimeOffset" /><Property Name="LTA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTA_ChargeableWaitTime" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LTA_EstimatedTime" Type="Edm.DateTimeOffset" /><Property Name="LTA_FailureNotes" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="LTA_FailureReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTA_FreeWaitTime" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LTA_K1_RunSheetInstruction" Type="Edm.Guid" /><Property Name="LTA_LHM_Manifest" Type="Edm.Guid" /><Property Name="LTA_LTS_ConsignmentAddress" Type="Edm.Guid" Nullable="false" /><Property Name="LTA_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="LTA_RequiredFrom" Type="Edm.DateTimeOffset" /><Property Name="LTA_RequiredTo" Type="Edm.DateTimeOffset" /><Property Name="LTA_SignedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="LTA_SignedBySignature" Type="Edm.Binary" /><Property Name="LTA_Slot" Type="Edm.DateTimeOffset" /><Property Name="LTA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DtbConsignmentActionPackageDivots" Type="Collection(Odyssey.DtbConsignmentActionPackageDivot)" Partner="ConsignmentAction"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RunSheetInstruction" Type="Odyssey.DtbConsignmentRunSheetInstruction" Partner="DtbConsignmentActions"><ReferentialConstraint Property="LTA_K1_RunSheetInstruction" ReferencedProperty="K1_PK" /></NavigationProperty><NavigationProperty Name="ConsignmentAddress" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="DtbConsignmentActions"><ReferentialConstraint Property="LTA_LTS_ConsignmentAddress" ReferencedProperty="LTS_PK" /></NavigationProperty><NavigationProperty Name="DeliveryConsignmentLegs" Type="Collection(Odyssey.DtbConsignmentLeg)" Partner="Delivery" /><NavigationProperty Name="PickupConsignmentLegs" Type="Collection(Odyssey.DtbConsignmentLeg)" Partner="Pickup" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTALog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTAWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTA" /></EntityType><EntityType Name="DtbConsignmentAddress" Abstract="true"><Key><PropertyRef Name="LTS_PK" /></Key><Property Name="LTS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTS_AuthorityToLeaveOverride" Type="Edm.String" DefaultValue="D" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LTS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTS_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTS_JV_Schedule" Type="Edm.Guid" /><Property Name="LTS_JX_Sailing" Type="Edm.Guid" /><Property Name="LTS_LTC_Consignment" Type="Edm.Guid" Nullable="false" /><Property Name="LTS_Notes" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="LTS_NotesVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LTS_RQ_RequiredEquipment" Type="Edm.Guid" /><Property Name="LTS_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="LTS_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTS_TZ_DomesticZone" Type="Edm.Guid" /><NavigationProperty Name="DtbConsignmentActions" Type="Collection(Odyssey.DtbConsignmentAction)" Partner="ConsignmentAddress" /><NavigationProperty Name="Schedule" Type="Odyssey.JobVoyage"><ReferentialConstraint Property="LTS_JV_Schedule" ReferencedProperty="JV_PK" /></NavigationProperty><NavigationProperty Name="Sailing" Type="Odyssey.JobSailing"><ReferentialConstraint Property="LTS_JX_Sailing" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="Consignment" Type="Odyssey.DtbConsignment" Nullable="false" Partner="DtbConsignmentAddresses"><ReferentialConstraint Property="LTS_LTC_Consignment" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="RequiredEquipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="LTS_RQ_RequiredEquipment" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="DomesticZone" Type="Odyssey.RateTransportZoneInfo"><ReferentialConstraint Property="LTS_TZ_DomesticZone" ReferencedProperty="TZ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.LTSAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.LTSAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTSLog)" Partner="Parent" /><NavigationProperty Name="PalletTransactions" Type="Collection(Odyssey.LTSPalletTransaction)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.LTSReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.LTSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTS" /></EntityType><EntityType Name="DtbConsignmentPickupAddress" BaseType="Odyssey.DtbConsignmentAddress" /><EntityType Name="DtbConsignmentEmptyContainerYardAddress" BaseType="Odyssey.DtbConsignmentAddress" /><EntityType Name="DtbConsignmentMultiAddress" BaseType="Odyssey.DtbConsignmentAddress" /><EntityType Name="DtbConsignmentDeliveryAddress" BaseType="Odyssey.DtbConsignmentAddress" /><EntityType Name="DtbConsignmentLeg"><Key><PropertyRef Name="LTG_PK" /></Key><Property Name="LTG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTG_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTG_DistanceUnit" Type="Edm.String" DefaultValue="KM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="LTG_LegType" Type="Edm.String" DefaultValue="OTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTG_LTA_Delivery" Type="Edm.Guid" Nullable="false" /><Property Name="LTG_LTA_Pickup" Type="Edm.Guid" Nullable="false" /><Property Name="LTG_LTC_Consignment" Type="Edm.Guid" Nullable="false" /><Property Name="LTG_PlanningDate" Type="Edm.DateTimeOffset" /><Property Name="LTG_PlanningGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="LTG_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="LTG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Delivery" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="DeliveryConsignmentLegs"><ReferentialConstraint Property="LTG_LTA_Delivery" ReferencedProperty="LTA_PK" /></NavigationProperty><NavigationProperty Name="Pickup" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="PickupConsignmentLegs"><ReferentialConstraint Property="LTG_LTA_Pickup" ReferencedProperty="LTA_PK" /></NavigationProperty><NavigationProperty Name="Consignment" Type="Odyssey.DtbConsignment" Nullable="false" Partner="DtbConsignmentLegs"><ReferentialConstraint Property="LTG_LTC_Consignment" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTGLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTGWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTG" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTG_Distance" /><PropertyValue Property="UnitProperty" PropertyPath="LTG_DistanceUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Distance</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="DtbConsignmentLodgementPivot"><Key><PropertyRef Name="LCP_PK" /></Key><Property Name="LCP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LCP_LCL_Lodgement" Type="Edm.Guid" Nullable="false" /><Property Name="LCP_LTC_Consignment" Type="Edm.Guid" Nullable="false" /><Property Name="LCP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LCP_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCP_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LCP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LCP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Lodgement" Type="Odyssey.DtbConsignmentLodgement" Nullable="false" Partner="DtbConsignmentLodgementPivots"><ReferentialConstraint Property="LCP_LCL_Lodgement" ReferencedProperty="LCL_PK" /></NavigationProperty><NavigationProperty Name="Consignment" Type="Odyssey.DtbConsignment" Nullable="false" Partner="DtbConsignmentLodgementPivots"><ReferentialConstraint Property="LCP_LTC_Consignment" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LCP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LCP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LCPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LCP" /></EntityType><EntityType Name="DtbConsignmentLodgement"><Key><PropertyRef Name="LCL_PK" /></Key><Property Name="LCL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LCL_CarrierLodgementID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="LCL_CarrierReceiptNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="LCL_LodgementID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LCL_MovementType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_OAN_CarrierAccount" Type="Edm.Guid" /><Property Name="LCL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LCL_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LCL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LCL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LCL_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DtbConsignmentLodgementPivots" Type="Collection(Odyssey.DtbConsignmentLodgementPivot)" Partner="Lodgement" /><NavigationProperty Name="CarrierAccount" Type="Odyssey.OrgCarrierAccountInfo"><ReferentialConstraint Property="LCL_OAN_CarrierAccount" ReferencedProperty="OAN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.LCLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LCLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LCL" /></EntityType><EntityType Name="DtbConsignmentQuoteCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_Desc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="DtbConsignment" Type="Odyssey.DtbConsignment" Nullable="false" Partner="DtbConsignmentQuoteCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="LTC_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="DtbConsignmentRunSheetInstruction"><Key><PropertyRef Name="K1_PK" /></Key><Property Name="K1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="K1_EstimatedTimeIn" Type="Edm.DateTimeOffset" /><Property Name="K1_EstimatedTimeOut" Type="Edm.DateTimeOffset" /><Property Name="K1_FailureNotes" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="K1_FailureReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_InstructionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_IsAcceptedByDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K1_KG_RunSheet" Type="Edm.Guid" Nullable="false" /><Property Name="K1_PlannedDistanceFromLast" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="K1_PlannedDistanceUnit" Type="Edm.String" DefaultValue="KM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="K1_ReceivedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="K1_ReceivedBySignature" Type="Edm.Binary" /><Property Name="K1_RegisteredPalletSpaces" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="K1_RegisteredVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="K1_RegisteredVolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="K1_RegisteredWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="K1_RegisteredWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="K1_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="K1_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="K1_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K1_TimeIn" Type="Edm.DateTimeOffset" /><Property Name="K1_TimeOut" Type="Edm.DateTimeOffset" /><NavigationProperty Name="DtbConsignmentActions" Type="Collection(Odyssey.DtbConsignmentAction)" Partner="RunSheetInstruction" /><NavigationProperty Name="RunSheet" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="DtbConsignmentRunSheetInstructions"><ReferentialConstraint Property="K1_KG_RunSheet" ReferencedProperty="KG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.K1Address)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.K1Log)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.K1ProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.K1ProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.K1WorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.K1WorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.K1WorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.K1WorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.K1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="K1" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="K1_PlannedDistanceFromLast" /><PropertyValue Property="UnitProperty" PropertyPath="K1_PlannedDistanceUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Distance</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="DtbConsignmentRunSheet"><Key><PropertyRef Name="KG_PK" /></Key><Property Name="KG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KG_ActualDistance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KG_ActualDistanceUnit" Type="Edm.String" DefaultValue="KM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KG_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KG_ActualEndTime" Type="Edm.DateTimeOffset" /><Property Name="KG_ActualStartTime" Type="Edm.DateTimeOffset" /><Property Name="KG_AdHocDriversLicense" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="KG_AdHocDriversName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="KG_AdHocTransportCoName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="KG_AdHocTruckRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="KG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KG_ClosedTime" Type="Edm.DateTimeOffset" /><Property Name="KG_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="KG_EndOdometer" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KG_EndTime" Type="Edm.DateTimeOffset" /><Property Name="KG_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="KG_GS_NKTruckDriver" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_IsPlanning" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="KG_OC_PrimaryDriver" Type="Edm.Guid" /><Property Name="KG_OH_TransportCo" Type="Edm.Guid" /><Property Name="KG_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_RQ_Truck" Type="Edm.Guid" /><Property Name="KG_RunSheetNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KG_StartOdometer" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KG_StartTime" Type="Edm.DateTimeOffset" /><Property Name="KG_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KG_TransitTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="KG_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DtbConsignmentRunSheetInstructions" Type="Collection(Odyssey.DtbConsignmentRunSheetInstruction)" Partner="RunSheet" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="KG_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="PrimaryDriver" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="KG_OC_PrimaryDriver" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="TransportCo" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="KG_OH_TransportCo" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Truck" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="KG_RQ_Truck" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="TruckDriver" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KG_GS_NKTruckDriver" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.KGAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.KGAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.KGAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="EquipmentItems" Type="Collection(Odyssey.KGEquipmentItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobConsolCosts" Type="Collection(Odyssey.KGJobConsolCost)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.KGJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KGLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.KGNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.KGProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.KGProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KGReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KGWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KGWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.KGWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.KGWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KG" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KG_ActualDistance" /><PropertyValue Property="UnitProperty" PropertyPath="KG_ActualDistanceUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Distance</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="DtbConsignment" Abstract="true"><Key><PropertyRef Name="LTC_PK" /></Key><Property Name="LTC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTC_AdditionalTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="LTC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTC_ChargeableWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTC_ChargeableWeightUnit" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_ClosedTime" Type="Edm.DateTimeOffset" /><Property Name="LTC_CMBReferenceID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="36" /><Property Name="LTC_ConnoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="LTC_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTC_DistanceUnit" Type="Edm.String" DefaultValue="KM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="LTC_GB_Branch" Type="Edm.Guid" /><Property Name="LTC_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsValueCurrency/RX_SubUnitRatio" /></Property><Property Name="LTC_HeldReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="LTC_Incoterm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_InsuranceValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="InsuranceValueCurrency/RX_SubUnitRatio" /></Property><Property Name="LTC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="LTC_IsDirect" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LTC_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LTC_IsHeld" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LTC_IsRouteOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LTC_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LTC_JobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_KM_Booking" Type="Edm.Guid" /><Property Name="LTC_OAN_CarrierAccount" Type="Edm.Guid" /><Property Name="LTC_OH_Carrier" Type="Edm.Guid" /><Property Name="LTC_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_PrimaryReferenceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_RequiresRefrigeration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LTC_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_RX_NKGoodsValueCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_RX_NKInsuranceValueCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_Status" Type="Edm.String" DefaultValue="BKD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DtbConsignmentAddresses" Type="Collection(Odyssey.DtbConsignmentAddress)" Partner="Consignment" /><NavigationProperty Name="DtbConsignmentLegs" Type="Collection(Odyssey.DtbConsignmentLeg)" Partner="Consignment" /><NavigationProperty Name="DtbConsignmentLodgementPivots" Type="Collection(Odyssey.DtbConsignmentLodgementPivot)" Partner="Consignment" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="LTC_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.DtbBooking"><ReferentialConstraint Property="LTC_KM_Booking" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="CarrierAccount" Type="Odyssey.OrgCarrierAccountInfo"><ReferentialConstraint Property="LTC_OAN_CarrierAccount" ReferencedProperty="OAN_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="LTC_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="LTC_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="GoodsValueCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="LTC_RX_NKGoodsValueCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="InsuranceValueCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="LTC_RX_NKInsuranceValueCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.LTCAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.LTCAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.LTCAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.LTCJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTCLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.LTCNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.LTCPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PalletTransactions" Type="Collection(Odyssey.LTCPalletTransaction)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.LTCProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.LTCProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.LTCReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.LTCTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.LTCWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTCWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.LTCWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.LTCWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DtbConsignmentQuoteCharges" Type="Collection(Odyssey.DtbConsignmentQuoteCharge)" Partner="DtbConsignment" /><Annotation Term="Glow.TableCode" String="LTC" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTC_Distance" /><PropertyValue Property="UnitProperty" PropertyPath="LTC_DistanceUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Distance</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="DtbCarrierBookingConsignment" BaseType="Odyssey.DtbConsignment" /><EntityType Name="DtbLandTransportConsignment" BaseType="Odyssey.DtbConsignment" /><EntityType Name="DtbConsignmentVariation" Abstract="true"><Key><PropertyRef Name="LTV_PK" /></Key><Property Name="LTV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTV_ActualQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="LTV_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTV_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTV_JobId" Type="Edm.Guid" Nullable="false" /><Property Name="LTV_JobTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTV_Notes" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="LTV_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="LTV_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTV_PlannedQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="LTV_PlannedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTV_PlannedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="LTV_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTV_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTV_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="LTV_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LTVLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.LTVWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTV" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTV_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="LTV_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTV_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="LTV_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTV_PlannedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="LTV_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="LTV_PlannedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="LTV_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="DtbConsignmentQuantityVariation" BaseType="Odyssey.DtbConsignmentVariation" /><EntityType Name="DtbConsignmentFailedActionVariation" BaseType="Odyssey.DtbConsignmentVariation" /><EntityType Name="DtbConsignmentMissedPackLineVariation" BaseType="Odyssey.DtbConsignmentVariation" /><EntityType Name="DtbConsignmentFailedInstructionVariation" BaseType="Odyssey.DtbConsignmentVariation" /><EntityType Name="DtbQuoteCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_Desc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="DtbBooking" Type="Odyssey.DtbBooking" Nullable="false" Partner="DtbQuoteCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="KM_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="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="EquipmentItem" Abstract="true"><Key><PropertyRef Name="LTE_PK" /></Key><Property Name="LTE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LTE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LTE_EquipmentTypeQuantity" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="LTE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="LTE_RC_EquipmentType" Type="Edm.Guid" /><Property Name="LTE_RQ_Equipment" Type="Edm.Guid" /><Property Name="LTE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LTE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LTE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="EquipmentType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="LTE_RC_EquipmentType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Equipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="LTE_RQ_Equipment" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LTE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LTEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LTE" /></EntityType><EntityType Name="KGEquipmentItem" BaseType="Odyssey.EquipmentItem"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="EquipmentItems"><ReferentialConstraint Property="LTE_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><EntityType Name="ESAcknowledgement" 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.AdditionalService" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty></EntityType><EntityType Name="AddOnValue" Abstract="true"><Key><PropertyRef Name="XV_PK" /></Key><Property Name="XV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="XV_DataAsDecimal" Type="Edm.Decimal" Precision="18" Scale="2"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_IsRuleEnabled" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="XV_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="XV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_XR_Rule" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="XV" /></EntityType><EntityType Name="ESAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_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="ESLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="ES_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="FHAcknowledgement" 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.ProcessHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="FH_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="FHTag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="FH_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="WorkflowTask" 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_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</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_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Outcome" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" 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_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" 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_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><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" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="FHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_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></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="JAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JA_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="JALog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JA_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="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="JAWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JA_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="JAWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JA_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="JBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JB_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="JBLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JB_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="JBWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JB_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="JBWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JB_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="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"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="JobConsolCosts"><ReferentialConstraint Property="E6_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><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="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"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="KBJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="KB_PK" /></NavigationProperty></EntityType><EntityType Name="LTCJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="KGJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><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="JobSailingInfo"><Key><PropertyRef Name="JX_PK" /></Key><Property Name="JX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JX_UniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_JA" Type="Edm.Guid" Nullable="false" /><Property Name="JX_JB" Type="Edm.Guid" Nullable="false" /><Property Name="JX_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><NavigationProperty Name="JobVoyOrigin" Type="Odyssey.JobVoyOriginInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JA" ReferencedProperty="JA_PK" /></NavigationProperty><NavigationProperty Name="JobVoyDestination" Type="Odyssey.JobVoyDestinationInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JB" ReferencedProperty="JB_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IJobSailing" /><Annotation Term="Glow.TableCode" String="JX" /></EntityType><EntityType Name="JobSailing"><Key><PropertyRef Name="JX_PK" /></Key><Property Name="JX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JX_ArrivalPortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JX_ContainerReleaseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_DeparturePortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_DepotCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_DepotReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_DepotStorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JX_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JX_JA" Type="Edm.Guid" Nullable="false" /><Property Name="JX_JB" Type="Edm.Guid" Nullable="false" /><Property Name="JX_OnlineScheduleStatus" Type="Edm.String" DefaultValue="UNK" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JX_ReservedMasterBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="JX_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JX_UniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="JobVoyOrigin" Type="Odyssey.JobVoyOrigin" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JA" ReferencedProperty="JA_PK" /></NavigationProperty><NavigationProperty Name="JobVoyDestination" Type="Odyssey.JobVoyDestination" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JB" ReferencedProperty="JB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JXJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JXLog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JXProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JXProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JXWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JXWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JXWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobSailingInfo" /><Annotation Term="Glow.TableCode" String="JX" /></EntityType><EntityType Name="JobVoyage"><Key><PropertyRef Name="JV_PK" /></Key><Property Name="JV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JV_AircraftType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_AirSeaRoad" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JV_FlightDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JV_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JV_IsCargoOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JV_IsChartered" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JV_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JV_OH_Line" Type="Edm.Guid" /><Property Name="JV_RegistrationNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JV_RV_Vessel" Type="Edm.Guid" /><Property Name="JV_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JV_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JV_VesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JV_VoyageFlight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JV_VoyageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Line" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JV_OH_Line" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Vessel" Type="Odyssey.RefVesselInfo"><ReferentialConstraint Property="JV_RV_Vessel" ReferencedProperty="RV_PK" /></NavigationProperty><NavigationProperty Name="JobVoyDestinations" Type="Collection(Odyssey.JobVoyDestination)" Partner="JobVoyage" /><NavigationProperty Name="JobVoyOrigins" Type="Collection(Odyssey.JobVoyOrigin)" Partner="JobVoyage" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JVLog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JVProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JVProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JVWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JVWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JVWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JV" /></EntityType><EntityType Name="JobVoyDestinationInfo"><Key><PropertyRef Name="JB_PK" /></Key><Property Name="JB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JB_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JB_AvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailingInfo)" Partner="JobVoyDestination" /><Annotation Term="Glow.InfoTypeFor" String="IJobVoyDestination" /><Annotation Term="Glow.TableCode" String="JB" /></EntityType><EntityType Name="JobVoyDestination"><Key><PropertyRef Name="JB_PK" /></Key><Property Name="JB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JB_A_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JB_ArrivalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JB_AutoCreated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JB_AvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JB_Berth" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JB_E_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JB_FirstDischargePortETA" Type="Edm.DateTimeOffset" /><Property Name="JB_IsTranshipment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JB_JV" Type="Edm.Guid" Nullable="false" /><Property Name="JB_LastForeignPortETD" Type="Edm.DateTimeOffset" /><Property Name="JB_OA_ArrivalCTOAddress" Type="Edm.Guid" /><Property Name="JB_RL_NKFirstDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JB_RL_NKLastForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JB_RL_NKPortOfDischarge" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JB_S_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JB_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JB_StorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailing)" Partner="JobVoyDestination" /><NavigationProperty Name="JobVoyage" Type="Odyssey.JobVoyage" Nullable="false" Partner="JobVoyDestinations"><ReferentialConstraint Property="JB_JV" ReferencedProperty="JV_PK" /></NavigationProperty><NavigationProperty Name="ArrivalCTOAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JB_OA_ArrivalCTOAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="FirstDischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JB_RL_NKFirstDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LastForeignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JB_RL_NKLastForeignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfDischarge" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JB_RL_NKPortOfDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JBLog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JBProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JBProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JBWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JBWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JBWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobVoyDestinationInfo" /><Annotation Term="Glow.TableCode" String="JB" /></EntityType><EntityType Name="JobVoyOriginInfo"><Key><PropertyRef Name="JA_PK" /></Key><Property Name="JA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JA_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailingInfo)" Partner="JobVoyOrigin" /><Annotation Term="Glow.InfoTypeFor" String="IJobVoyOrigin" /><Annotation Term="Glow.TableCode" String="JA" /></EntityType><EntityType Name="JobVoyOrigin"><Key><PropertyRef Name="JA_PK" /></Key><Property Name="JA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JA_A_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_A_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_AutoCreated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JA_Berth" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JA_CutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_DepartReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JA_DGCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_DGReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_DocumentaryCutoff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_E_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_E_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_EmptyCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_EmptyReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JA_JV" Type="Edm.Guid" Nullable="false" /><Property Name="JA_OA_DepartureCTOAddress" Type="Edm.Guid" /><Property Name="JA_ReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_ReeferCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_ReeferReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_RL_NKPortOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JA_S_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_S_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JA_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JA_VGMCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailing)" Partner="JobVoyOrigin" /><NavigationProperty Name="JobVoyage" Type="Odyssey.JobVoyage" Nullable="false" Partner="JobVoyOrigins"><ReferentialConstraint Property="JA_JV" ReferencedProperty="JV_PK" /></NavigationProperty><NavigationProperty Name="DepartureCTOAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JA_OA_DepartureCTOAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PortOfLoading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JA_RL_NKPortOfLoading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JALog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JAProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JAProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JAWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JAWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JAWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobVoyOriginInfo" /><Annotation Term="Glow.TableCode" String="JA" /></EntityType><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="JVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JV_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="JVLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JV_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="JVWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JV_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="JVWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JV_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="JWAcknowledgement" 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.TransportRouting" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JobCO2Emission" Abstract="true"><Key><PropertyRef Name="JCO_PK" /></Key><Property Name="JCO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JCO_CO2ePerTEUInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2ePerTonneInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2eTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2eWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_DistanceInKM" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="JCO_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JCO_NMHCTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NMHCWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_PM10TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PM10WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_Status" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="JCO" /></EntityType><EntityType Name="JWJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JWLog" 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.TransportRouting" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JX_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="JXJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JXLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JX_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="JXWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JX_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="JXWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JX_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="K0Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="K0_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="K1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="K1_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="Address" Abstract="true"><Key><PropertyRef Name="E2_PK" /></Key><Property Name="E2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E2_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="E2_AddressOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_AddressSequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="E2_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E2_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="E2_Contact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="E2_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="E2_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="E2_GovRegNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="E2_GovRegNumType" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_IsResidential" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_OA_Address" Type="Edm.Guid" /><Property Name="E2_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E2_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="E2_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="E2_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="E2_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_ValidationStatus" Type="Edm.String" DefaultValue="NRQ" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="E2" /></EntityType><EntityType Name="K1Address" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="K1_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="K1Log" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="K1_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="K1WorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="K1_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="K1WorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="K1_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="K1WorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="K1_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_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></EntityType><EntityType Name="KBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KB_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="KBAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="KB_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ReferenceNumber" Abstract="true"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CE_Category" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryIsSystemGenerated" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CE_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="CE" /></EntityType><EntityType Name="KBReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KB_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstructionPkgDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KD_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="KGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KG_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="KGAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KGAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KGLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KG_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="KGNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="KG_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="KGReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KGWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KG_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="KGWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KG_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="KGWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_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></EntityType><EntityType Name="KHRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHold" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KHR_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="KJAcknowledgement" 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.PackageJob" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KJ_PK" /></NavigationProperty></EntityType><EntityType Name="KKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConfirmation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KK_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="KMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KM_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="KMAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KMJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KMLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KM_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="KMReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KMWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KM_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="KMWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KM_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="KMWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_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></EntityType><EntityType Name="KNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KN_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="KNAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="KN_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KNReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstruction" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KN_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KP_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="KPBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageBookedDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPB_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="KPBLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageBookedDetail" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPB_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="KPDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHandlingUnitDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPD_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="KPHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPH_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="KPJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageJobPackageHeaderPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPJ_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="KPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KP_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="KPReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPS_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="KPSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_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="KPSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_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="KPSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_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="KPTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageTemperature" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPT_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="KPWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KP_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="KTRAcknowledgement" 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.PalletTransaction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KTR_PK" /></NavigationProperty></EntityType><EntityType Name="KTRAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.PalletTransaction" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="KTR_PK" /></NavigationProperty></EntityType><EntityType Name="LCLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLodgement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LCL_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="LCLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLodgement" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="LCL_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="LCPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLodgementPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LCP_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="LTAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTA_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="LTALog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTA_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="LTAWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAction" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTA_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="LTCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTC_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="LTCAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LTCAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LTCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTC_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="LTCNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="LTC_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="LTCReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LTCWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTC_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="LTCWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTC_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="LTCWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_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></EntityType><EntityType Name="LTEAcknowledgement" 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.EquipmentItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTE_PK" /></NavigationProperty></EntityType><EntityType Name="LTGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLeg" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTG_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="LTGLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLeg" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTG_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="LTGWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentLeg" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTG_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="LTPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentActionPackageDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTP_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="LTPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentActionPackageDivot" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTP_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="LTPWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentActionPackageDivot" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTP_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="LTSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTS_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="LTSAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="LTS_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LTSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTS_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="LTSReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="LTS_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LTSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTS_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="LTSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTS_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="LTVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentVariation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LTV_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="LTVLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentVariation" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTV_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="LTVWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentVariation" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LTV_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="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="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="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="PackageJob" Abstract="true"><Key><PropertyRef Name="KJ_PK" /></Key><Property Name="KJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KJ_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="KJ_GS_NKReleasedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_IsFinalized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KJ_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ReleasedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackageJobPackageHeaderPivots" Type="Collection(Odyssey.PkgPackageJobPackageHeaderPivot)" Partner="PackageJob" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackageJob" /><NavigationProperty Name="ReleasedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_GS_NKReleasedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KJ" /></EntityType><EntityType Name="KMPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="KBPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="KB_PK" /></NavigationProperty></EntityType><EntityType Name="LTCPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="JSPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="KPUPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WDPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WDCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WDHPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WRCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WRHPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="PalletTransaction" Abstract="true"><Key><PropertyRef Name="KTR_PK" /></Key><Property Name="KTR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KTR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KTR_EffectiveDateTime" Type="Edm.DateTimeOffset" /><Property Name="KTR_EquipmentCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KTR_PalletType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KTR_PaperDocketID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="KTR_ParentID" Type="Edm.Guid" /><Property Name="KTR_Quantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="KTR_Status" Type="Edm.String" DefaultValue="HLD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KTR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KTR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KTR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KTR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KTR_TransactionDateTime" Type="Edm.DateTimeOffset" /><Property Name="KTR_TransactionID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KTR_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KTR_TransferFromAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="KTR_TransferToAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="KTR_TransferType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KTR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KTR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.KTRAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KTRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KTR" /></EntityType><EntityType Name="KMPalletTransaction" BaseType="Odyssey.PalletTransaction"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Partner="PalletTransactions"><ReferentialConstraint Property="KTR_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="KNPalletTransaction" BaseType="Odyssey.PalletTransaction"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingInstruction" Partner="PalletTransactions"><ReferentialConstraint Property="KTR_ParentID" ReferencedProperty="KN_PK" /></NavigationProperty></EntityType><EntityType Name="LTCPalletTransaction" BaseType="Odyssey.PalletTransaction"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="PalletTransactions"><ReferentialConstraint Property="KTR_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="LTSPalletTransaction" BaseType="Odyssey.PalletTransaction"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentAddress" Partner="PalletTransactions"><ReferentialConstraint Property="KTR_ParentID" ReferencedProperty="LTS_PK" /></NavigationProperty></EntityType><EntityType Name="PkgPackageBookedDetail"><Key><PropertyRef Name="KPB_PK" /></Key><Property Name="KPB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPB_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPB_KP_Package" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KPB_KPB_OriginalBookedDetail" Type="Edm.Guid" /><Property Name="KPB_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_PackageQty" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="KPB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPB_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="OriginalBookedDetail" Type="Odyssey.PkgPackageBookedDetail"><ReferentialConstraint Property="KPB_KPB_OriginalBookedDetail" ReferencedProperty="KPB_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageBookedDetails"><ReferentialConstraint Property="KPB_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPBLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPB" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Length" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Width" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Height" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageContainer"><Key><PropertyRef Name="K0_PK" /></Key><Property Name="K0_PK" Type="Edm.Guid" Nullable="false" /><Property Name="K0_AirVentFlowRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="K0_AirVentFlowRateUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="K0_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_HumidityPercent" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="K0_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsEmpty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsSealOk" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsShipperOwned" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_KP_Package" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="K0_Quality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_RC_ContainerType" Type="Edm.Guid" Nullable="false" /><Property Name="K0_RefrigGeneratorID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="K0_Seal1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal1PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_Seal2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal2PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_Seal3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal3PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SetPointTemp" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="K0_SetPointTempUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="K0_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K0_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K0_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_TempRecorderSerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageContainers"><ReferentialConstraint Property="K0_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo" Nullable="false"><ReferentialConstraint Property="K0_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K0_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K0_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.K0Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="K0" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="K0_SetPointTemp" /><PropertyValue Property="UnitProperty" PropertyPath="K0_SetPointTempUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageHandlingUnitDivot"><Key><PropertyRef Name="KPD_PK" /></Key><Property Name="KPD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPD_GS_NKPackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_GS_NKUnpackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_KP_HandlingUnit" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_PackedTime" Type="Edm.DateTimeOffset" /><Property Name="KPD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_UnpackedTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="HandlingUnit" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnitPackages"><ReferentialConstraint Property="KPD_KP_HandlingUnit" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnits"><ReferentialConstraint Property="KPD_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKPackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnpackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKUnpackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPD" /></EntityType><EntityType Name="PkgPackageHeader"><Key><PropertyRef Name="KPH_PK" /></Key><Property Name="KPH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KPH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="PackageHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPH" /></EntityType><EntityType Name="PkgPackageHold"><Key><PropertyRef Name="KHR_PK" /></Key><Property Name="KHR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KHR_AddedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="KHR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KHR_GS_NKAddedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KHR_RemovedTime" Type="Edm.DateTimeOffset" /><Property Name="KHR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KHR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KHR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_WHC_NKHoldCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="HeldReasons"><ReferentialConstraint Property="KHR_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="AddedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_GS_NKAddedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KHRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KHR" /></EntityType><EntityType Name="PkgPackageJobPackageHeaderPivot"><Key><PropertyRef Name="KPJ_PK" /></Key><Property Name="KPJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPJ_KJ_PackageJob" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_KPH_PackageHeader" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KPJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PackageJob" Type="Odyssey.PackageJob" Nullable="false" Partner="PkgPackageJobPackageHeaderPivots"><ReferentialConstraint Property="KPJ_KJ_PackageJob" ReferencedProperty="KJ_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Nullable="false"><ReferentialConstraint Property="KPJ_KPH_PackageHeader" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPJ" /></EntityType><EntityType Name="PkgPackage"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KP_ClosedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_DamagedReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_DunnageWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="KP_ExternalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="KP_GS_NKClosedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GS_NKReleasedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_HSCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="KP_IsCheckedWeighedCubed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsFumigated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsHeatTreated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsHeld" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsISPMPallet" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsNonStackable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsPillaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsReleasedViaJob" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsSalvagePackaging" Type="Edm.Boolean" /><Property Name="KP_IsSalvagePressureReceptacle" Type="Edm.Boolean" /><Property Name="KP_IsTopLoadOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsUnknownQty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_KJ_ParentPackageJob" Type="Edm.Guid" Nullable="false" /><Property Name="KP_KP_ParentPackage" Type="Edm.Guid" /><Property Name="KP_KP_TopHandlingUnitPackage" Type="Edm.Guid" /><Property Name="KP_KPH_PackageHeader" Type="Edm.Guid" /><Property Name="KP_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_LoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="KP_MarksAndNumbersVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KP_PackageQty" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="KP_PackagingLayerType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="KP_PalletSpaces" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_PreviousPackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KP_PreviousPackLineID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KP_ReleasedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_RequiredTemperatureMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KP_RequiredTemperatureMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KP_RequiredTemperatureUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="KP_RequiresTemperatureControl" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="KP_Sequence" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="KP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_TareWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="KP_TransportRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KP_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="DtbBookingInstructionPkgDivots" Type="Collection(Odyssey.DtbBookingInstructionPkgDivot)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DtbConsignmentActionPackageDivots" Type="Collection(Odyssey.DtbConsignmentActionPackageDivot)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageBookedDetails" Type="Collection(Odyssey.PkgPackageBookedDetail)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageContainers" Type="Collection(Odyssey.PkgPackageContainer)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HandlingUnitPackages" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="HandlingUnit" /><NavigationProperty Name="HandlingUnits" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="Package" /><NavigationProperty Name="HeldReasons" Type="Collection(Odyssey.PkgPackageHold)" Partner="Package" /><NavigationProperty Name="PkgPackageScreenings" Type="Collection(Odyssey.PkgPackageScreening)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageTemperatures" Type="Collection(Odyssey.PkgPackageTemperature)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ParentPackageJob" Type="Odyssey.PackageJob" Nullable="false" Partner="PkgPackages"><ReferentialConstraint Property="KP_KJ_ParentPackageJob" ReferencedProperty="KJ_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Partner="PkgPackages"><ReferentialConstraint Property="KP_KPH_PackageHeader" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="ParentPackage" Type="Odyssey.PkgPackage" Partner="PkgPackages"><ReferentialConstraint Property="KP_KP_ParentPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackage"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TopHandlingUnitPackage" Type="Odyssey.PkgPackage" Partner="AllChildPackages"><ReferentialConstraint Property="KP_KP_TopHandlingUnitPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="AllChildPackages" Type="Collection(Odyssey.PkgPackage)" Partner="TopHandlingUnitPackage" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ClosedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_GS_NKClosedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ReleasedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_GS_NKReleasedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="KP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPLog)" Partner="Parent" /><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KPReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.KPUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KPWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Length" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Width" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Height" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_TareWeight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KP_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMinimum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMaximum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageScreening"><Key><PropertyRef Name="KPS_PK" /></Key><Property Name="KPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPS_FailureReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="KPS_GS_NKScreenedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_IsScreenedViaParent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPS_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPS_Method" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_Passed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPS_ScreeningNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="KPS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_Time" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageScreenings"><ReferentialConstraint Property="KPS_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ScreenedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_GS_NKScreenedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPSLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KPSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KPSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPS" /></EntityType><EntityType Name="PkgPackageTemperature"><Key><PropertyRef Name="KPT_PK" /></Key><Property Name="KPT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPT_GS_NKMeasuredBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_Temperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KPT_Time" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="KPT_Unit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageTemperatures"><ReferentialConstraint Property="KPT_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="MeasuredBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_GS_NKMeasuredBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPT" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPT_Temperature" /><PropertyValue Property="UnitProperty" PropertyPath="KPT_Unit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></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="ProcessHeader" Abstract="true"><Key><PropertyRef Name="FH_PK" /></Key><Property Name="FH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="FH_AgreedDeliveryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_AllowTaskAutoAssignment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="FH_BMT_BufferTimespan" Type="Edm.Guid" /><Property Name="FH_BufferPenetrationPercentWhenCompleted" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="10" Scale="3" /><Property Name="FH_Category" Type="Edm.String" DefaultValue="UDF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_CompletionDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_CompletionStatement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_DateAcceptability" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DeadlineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DoNotStartBeforeDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EarliestStartDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_EarliestStartDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EffectiveAgreedDeliveryDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_EffectiveNudge" Type="Edm.Decimal" Precision="22" Scale="4" /><Property Name="FH_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="FH_FC_DedicatedBuffer" Type="Edm.Guid" /><Property Name="FH_FH_ParentHeader" Type="Edm.Guid" /><Property Name="FH_FL_DedicatedComponentLink" Type="Edm.Guid" /><Property Name="FH_GB_Branch" Type="Edm.Guid" /><Property Name="FH_GB_EffectiveBranch" Type="Edm.Guid" /><Property Name="FH_GE_Department" Type="Edm.Guid" /><Property Name="FH_GE_EffectiveDepartment" Type="Edm.Guid" /><Property Name="FH_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="FH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="FH_IsApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsCriticalHandover" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleasableUnitParent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleaseGroupSetByTemplate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsStandby" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_JobCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="FH_JobDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="FH_LastOperationDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_LastTransferType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_LatestAcceptableReleaseDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="FH_P0_Template" Type="Edm.Guid" /><Property Name="FH_ParentId" Type="Edm.Guid" /><Property Name="FH_ParentTemplateId" Type="Edm.Guid" /><Property Name="FH_PlannedDurationInMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_ReleaseDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_ReleaseSequenceSortDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_RemainingMinutesToComplete" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_StaggeredReleaseDelayExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_TaskLowestOpenSequenceNumber" Type="Edm.Int32" DefaultValue="-1" Nullable="false" /><Property Name="FH_TaskPenetrationResetDateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_TimeDelayFactor" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="2" Scale="1" /><Property Name="FH_TimeDelayMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_VoteUpDownAmount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="FH_WorkflowType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ParentHeader" Type="Odyssey.ProcessHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_FH_ParentHeader" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.ProcessHeader)" Partner="ParentHeader" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="EffectiveBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_EffectiveBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="EffectiveDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_EffectiveDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="FH_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.ProcessTask)" Partner="ProcessHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.FHTag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.FHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.FHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="FH" /></EntityType><EntityType Name="ASTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="ACHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CSHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CPOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YAOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YDHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YPHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YRAProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YREProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YTUProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YUSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="KMProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="LTCProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="KGProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><EntityType Name="K1ProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="K1_PK" /></NavigationProperty></EntityType><EntityType Name="EMHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="GSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JJProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JEProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JXProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JX_PK" /></NavigationProperty></EntityType><EntityType Name="JSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JSBProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JVProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JV_PK" /></NavigationProperty></EntityType><EntityType Name="JBProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JB_PK" /></NavigationProperty></EntityType><EntityType Name="JAProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JA_PK" /></NavigationProperty></EntityType><EntityType Name="O1ProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="OHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="RCTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="THProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="RQProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WCWProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDLProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WPSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WLOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTJProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKIProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="MWOProcessHeader" BaseType="Odyssey.ProcessHeader" /><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="ProcessHeader" Type="Odyssey.ProcessHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_FH_ProcessHeader" ReferencedProperty="FH_PK" /></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" /><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"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="K1_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JX_PK" /></NavigationProperty></EntityType><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JV_PK" /></NavigationProperty></EntityType><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JB_PK" /></NavigationProperty></EntityType><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JA_PK" /></NavigationProperty></EntityType><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="RateTransportProviderInfo"><Key><PropertyRef Name="TP_PK" /></Key><Property Name="TP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TP_ZoneType" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TP_OH_RelatedParty" Type="Edm.Guid" /><Property Name="TP_R9_ZoneHubLocation" Type="Edm.Guid" /><Property Name="TP_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TP_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ZoneHubLocation" Type="Odyssey.RefCityTownInfo"><ReferentialConstraint Property="TP_R9_ZoneHubLocation" ReferencedProperty="R9_PK" /></NavigationProperty><NavigationProperty Name="RateTransportZones" Type="Collection(Odyssey.RateTransportZoneInfo)" Partner="RateTransportProvider" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="TP_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRateTransportProvider" /><Annotation Term="Glow.TableCode" String="TP" /></EntityType><EntityType Name="RateTransportZoneInfo"><Key><PropertyRef Name="TZ_PK" /></Key><Property Name="TZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TZ_ZoneName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="TZ_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TZ_TP" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="RateTransportProvider" Type="Odyssey.RateTransportProviderInfo" Nullable="false" Partner="RateTransportZones"><ReferentialConstraint Property="TZ_TP" ReferencedProperty="TP_PK" /></NavigationProperty><NavigationProperty Name="RateTransportZoneItems" Type="Collection(Odyssey.RateTransportZoneItemInfo)" Partner="DomesticZone" /><Annotation Term="Glow.InfoTypeFor" String="IRateTransportZone" /><Annotation Term="Glow.TableCode" String="TZ" /></EntityType><EntityType Name="RateTransportZoneItemInfo"><Key><PropertyRef Name="TQ_PK" /></Key><Property Name="TQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TQ_FromDistance" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="TQ_FromPostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="TQ_R9_CityTown" Type="Edm.Guid" /><Property Name="TQ_ToDistance" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="TQ_ToPostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="TQ_TZ_DomesticZone" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CityTown" Type="Odyssey.RefCityTownInfo"><ReferentialConstraint Property="TQ_R9_CityTown" ReferencedProperty="R9_PK" /></NavigationProperty><NavigationProperty Name="DomesticZone" Type="Odyssey.RateTransportZoneInfo" Nullable="false" Partner="RateTransportZoneItems"><ReferentialConstraint Property="TQ_TZ_DomesticZone" ReferencedProperty="TZ_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRateTransportZoneItem" /><Annotation Term="Glow.TableCode" String="TQ" /></EntityType><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCityTownInfo"><Key><PropertyRef Name="R9_PK" /></Key><Property Name="R9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="R9_InternationalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="R9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="R9_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="R9_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCityTown" /><Annotation Term="Glow.TableCode" String="R9" /></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="RefEquipmentInfo"><Key><PropertyRef Name="RQ_PK" /></Key><Property Name="RQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RQ_ShortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RQ_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_CubicUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RQ_EquipmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_GS_NKPreferredDriver" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_IsVehicle" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_LoadingMetersCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_PalletSpacesCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_RC_RoadContainerType" Type="Edm.Guid" /><Property Name="RQ_Registration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="RoadContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="RQ_RC_RoadContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="PreferredDriver" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RQ_GS_NKPreferredDriver" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefEquipment" /><Annotation Term="Glow.TableCode" String="RQ" /></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="RefVesselInfo"><Key><PropertyRef Name="RV_PK" /></Key><Property Name="RV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RV_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RV_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RV_LloydsNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="RV_RG" Type="Edm.Guid" /><Property Name="RV_RN_NKCountryOfReg" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CountryOfReg" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RV_RN_NKCountryOfReg" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefVessel" /><Annotation Term="Glow.TableCode" String="RV" /></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="TransportRouting" Abstract="true"><Key><PropertyRef Name="JW_PK" /></Key><Property Name="JW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JW_AdditionalTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_AircraftType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ArrivalPortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JW_ATA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ATD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JW_CarrierBookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JW_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JW_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_CustomLink1" Type="Edm.Guid" /><Property Name="JW_DeparturePortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JW_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotStorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DGCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DGReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JW_DistanceUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_DocumentaryCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_EmptyCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_EmptyReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_IsCargoOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsCharter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsLinked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_JX" Type="Edm.Guid" /><Property Name="JW_LegOrder" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JW_OA_ArrivalLocation" Type="Edm.Guid" /><Property Name="JW_OA_CarrierAddress" Type="Edm.Guid" /><Property Name="JW_OA_CreditorAddress" Type="Edm.Guid" /><Property Name="JW_OA_DepartureLocation" Type="Edm.Guid" /><Property Name="JW_OnlineScheduleStatus" Type="Edm.String" DefaultValue="UNK" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ParentGUID" Type="Edm.Guid" /><Property Name="JW_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ReeferCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ReeferReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_RL_NKDiscPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JW_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JW_RQ_TruckType" Type="Edm.Guid" /><Property Name="JW_RV_Vessel" Type="Edm.Guid" /><Property Name="JW_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="JW_STA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_STD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_TerminalAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalStorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_TransportType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_Vessel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JW_VesselScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_VGMCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_VoyageFlight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="JobSailing" Type="Odyssey.JobSailingInfo"><ReferentialConstraint Property="JW_JX" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="ArrivalLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_ArrivalLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CarrierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_CarrierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreditorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_CreditorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DepartureLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_DepartureLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="TruckType" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="JW_RQ_TruckType" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="Vessel" Type="Odyssey.RefVesselInfo"><ReferentialConstraint Property="JW_RV_Vessel" ReferencedProperty="RV_PK" /></NavigationProperty><NavigationProperty Name="DiscPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JW_RL_NKDiscPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JW_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JWJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JWLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JW" /></EntityType><EntityType Name="COTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="BFTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="YRATransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="YRETransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="KBTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.DtbBookingConsolidation" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="KB_PK" /></NavigationProperty></EntityType><EntityType Name="LTCTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="JKTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JETransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JSTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="EFTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WDLTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRPTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRCTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRHTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="UNDGDataItem" Abstract="true"><Key><PropertyRef Name="DI_PK" /></Key><Property Name="DI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DI_ApprovalCertificateIDMark" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_ApprovalCertificateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DI_CriticalitySafetyIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="1" /><Property Name="DI_DG" Type="Edm.Guid" /><Property Name="DI_DG_NKSubs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DI_DGFlashPoint" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="DI_DGVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_DGWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_HasOverpack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_HazardousWasteCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IMOClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IsCombustible" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsExclusiveUse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsFissileExcepted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsHighwayRouteControlledQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLimitedQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLithiumBatteriesDisposal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsMolten" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsNotOtherwiseSpecified" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsResidueLastContained" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsSalvagePackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsStabilized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsWaste" Type="Edm.Boolean" /><Property Name="DI_MaterialFormDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="DI_MPMarinePollutant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_NECWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="DI_NECWeightUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="DI_OC_DGContact" Type="Edm.Guid" /><Property Name="DI_OverpackID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="DI_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="DI_PackingInstructionSection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="DI_QuantityClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveLabelCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveMaximumActivity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadioactiveMaximumActivityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveTransportIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadionuclideElement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_RadionuclideElementSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_SpecialPermitIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="DI_SpecialPermitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="DI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_TechnicalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="150" Unicode="false" /><Property Name="DI_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="DI_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="DI_DG" ReferencedProperty="DG_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="DI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGSubstancePivots" Type="Collection(Odyssey.DIUNDGSubstancePivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.DIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="DI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGVolume" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_NECWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_NECWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JOUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="KPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="BCUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="DRQUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="UNDGSubstanceInfo"><Key><PropertyRef Name="DG_PK" /></Key><Property Name="DG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DG_Identifier" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="DG_PSN" Type="Edm.String" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="DG_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_Class" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DG_EMS" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="DG_FlashPoint" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="DG_MP" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="DG_PackIns" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DG_PG" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_SubLabel1" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_SubLabel2" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IUNDGSubstance" /><Annotation Term="Glow.TableCode" String="DG" /></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" /><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"><NavigationProperty Name="Parent" Type="Odyssey.DtbBooking" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KM_PK" /></NavigationProperty></EntityType><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignment" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="LTC_PK" /></NavigationProperty></EntityType><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheet" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="KG_PK" /></NavigationProperty></EntityType><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.DtbConsignmentRunSheetInstruction" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="K1_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobSailing" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JX_PK" /></NavigationProperty></EntityType><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyage" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JV_PK" /></NavigationProperty></EntityType><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyDestination" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JB_PK" /></NavigationProperty></EntityType><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyOrigin" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JA_PK" /></NavigationProperty></EntityType><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" /><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></Annotations><Annotations Target="Odyssey.AccChargeCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeCodeInfo" String="IAccChargeCodeInfo" /></Annotations><Annotations Target="Odyssey.AccChequeBookInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChequeBookInfo" String="IAccChequeBookInfo" /></Annotations><Annotations Target="Odyssey.AccInvMsgInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccInvMsgInfo" String="IAccInvMsgInfo" /></Annotations><Annotations Target="Odyssey.AccTaxRateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTaxRateInfo" String="IAccTaxRateInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeaderInfo" String="IAccTransactionHeaderInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionLineInfo" String="IAccTransactionLineInfo" /></Annotations><Annotations Target="Odyssey.AdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="AdditionalService" String="IAdditionalService" /></Annotations><Annotations Target="Odyssey.YAOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="YAOAdditionalService" String="IAdditionalService[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.KMAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KMAdditionalService" String="IAdditionalService[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KNAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KNAdditionalService" String="IAdditionalService[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.LTCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAdditionalService" String="IAdditionalService[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTSAdditionalService" String="IAdditionalService[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.KGAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KGAdditionalService" String="IAdditionalService[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JKAdditionalService" String="IAdditionalService[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JCAdditionalService" String="IAdditionalService[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JSAdditionalService" String="IAdditionalService[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.WSJAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WSJAdditionalService" String="IAdditionalService[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDAdditionalService" String="IAdditionalService[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAdditionalService" String="IAdditionalService[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAdditionalService" String="IAdditionalService[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WVOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WVOAdditionalService" String="IAdditionalService[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.JPAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JPAdditionalService" String="IAdditionalService[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.ApportionmentCharge"><Annotation Term="Glow.FriendlyName" Qualifier="ApportionmentCharge" String="IApportionmentCharge" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstancePivot" String="IUNDGSubstancePivot" /></Annotations><Annotations Target="Odyssey.DIUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="DIUNDGSubstancePivot" String="IUNDGSubstancePivot[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.DtbBookingConfirmation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingConfirmation" String="IDtbBookingConfirmation" /></Annotations><Annotations Target="Odyssey.DtbBookingConsolidation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingConsolidation" String="IDtbBookingConsolidation" /></Annotations><Annotations Target="Odyssey.DtbBookingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingInfo" String="IDtbBookingInfo" /></Annotations><Annotations Target="Odyssey.DtbBookingInstructionPkgDivot"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingInstructionPkgDivot" String="IDtbBookingInstructionPkgDivot" /></Annotations><Annotations Target="Odyssey.DtbBookingInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingInstruction" String="IDtbBookingInstruction" /></Annotations><Annotations Target="Odyssey.DtbBookingMultiInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingMultiInstruction" String="IDtbBookingMultiInstruction" /></Annotations><Annotations Target="Odyssey.DtbBookingPickupInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingPickupInstruction" String="IDtbBookingPickupInstruction" /></Annotations><Annotations Target="Odyssey.DtbBookingDeliveryInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingDeliveryInstruction" String="IDtbBookingDeliveryInstruction" /></Annotations><Annotations Target="Odyssey.DtbBooking"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBooking" String="IDtbBooking" /></Annotations><Annotations Target="Odyssey.DtbConsignmentActionPackageDivot"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentActionPackageDivot" String="IDtbConsignmentActionPackageDivot" /></Annotations><Annotations Target="Odyssey.DtbConsignmentAction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentAction" String="IDtbConsignmentAction" /></Annotations><Annotations Target="Odyssey.DtbConsignmentAddress"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentAddress" String="IDtbConsignmentAddress" /></Annotations><Annotations Target="Odyssey.DtbConsignmentPickupAddress"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentPickupAddress" String="IDtbConsignmentPickupAddress" /></Annotations><Annotations Target="Odyssey.DtbConsignmentEmptyContainerYardAddress"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentEmptyContainerYardAddress" String="IDtbConsignmentEmptyContainerYardAddress" /></Annotations><Annotations Target="Odyssey.DtbConsignmentMultiAddress"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentMultiAddress" String="IDtbConsignmentMultiAddress" /></Annotations><Annotations Target="Odyssey.DtbConsignmentDeliveryAddress"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentDeliveryAddress" String="IDtbConsignmentDeliveryAddress" /></Annotations><Annotations Target="Odyssey.DtbConsignmentLeg"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentLeg" String="IDtbConsignmentLeg" /></Annotations><Annotations Target="Odyssey.DtbConsignmentLodgementPivot"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentLodgementPivot" String="IDtbConsignmentLodgementPivot" /></Annotations><Annotations Target="Odyssey.DtbConsignmentLodgement"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentLodgement" String="IDtbConsignmentLodgement" /></Annotations><Annotations Target="Odyssey.DtbConsignmentQuoteCharge"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentQuoteCharge" String="IDtbConsignmentQuoteCharge" /></Annotations><Annotations Target="Odyssey.DtbConsignmentRunSheetInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentRunSheetInstruction" String="IDtbConsignmentRunSheetInstruction" /></Annotations><Annotations Target="Odyssey.DtbConsignmentRunSheet"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentRunSheet" String="IDtbConsignmentRunSheet" /></Annotations><Annotations Target="Odyssey.DtbConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignment" String="IDtbConsignment" /></Annotations><Annotations Target="Odyssey.DtbCarrierBookingConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="DtbCarrierBookingConsignment" String="IDtbCarrierBookingConsignment" /></Annotations><Annotations Target="Odyssey.DtbLandTransportConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="DtbLandTransportConsignment" String="IDtbLandTransportConsignment" /></Annotations><Annotations Target="Odyssey.DtbConsignmentVariation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentVariation" String="IDtbConsignmentVariation" /></Annotations><Annotations Target="Odyssey.DtbConsignmentQuantityVariation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentQuantityVariation" String="IDtbConsignmentQuantityVariation" /></Annotations><Annotations Target="Odyssey.DtbConsignmentFailedActionVariation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentFailedActionVariation" String="IDtbConsignmentFailedActionVariation" /></Annotations><Annotations Target="Odyssey.DtbConsignmentMissedPackLineVariation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentMissedPackLineVariation" String="IDtbConsignmentMissedPackLineVariation" /></Annotations><Annotations Target="Odyssey.DtbConsignmentFailedInstructionVariation"><Annotation Term="Glow.FriendlyName" Qualifier="DtbConsignmentFailedInstructionVariation" String="IDtbConsignmentFailedInstructionVariation" /></Annotations><Annotations Target="Odyssey.DtbQuoteCharge"><Annotation Term="Glow.FriendlyName" Qualifier="DtbQuoteCharge" String="IDtbQuoteCharge" /></Annotations><Annotations Target="Odyssey.E6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="E6Acknowledgement" String="IAcknowledgement[[IJobConsolCost]]" /></Annotations><Annotations Target="Odyssey.EquipmentItem"><Annotation Term="Glow.FriendlyName" Qualifier="EquipmentItem" String="IEquipmentItem" /></Annotations><Annotations Target="Odyssey.KGEquipmentItem"><Annotation Term="Glow.FriendlyName" Qualifier="KGEquipmentItem" String="IEquipmentItem[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.ESAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ESAcknowledgement" String="IAcknowledgement[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.ESAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="ESAddOnValue" String="IAddOnValue[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.ESLog"><Annotation Term="Glow.FriendlyName" Qualifier="ESLog" String="ILog[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.FHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="FHAcknowledgement" String="IAcknowledgement[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.FHTag"><Annotation Term="Glow.FriendlyName" Qualifier="FHTag" String="ITag[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.FHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="FHWorkflowTask" String="IWorkflowTask[[IProcessHeader]]" /></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.JAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JAAcknowledgement" String="IAcknowledgement[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.JALog"><Annotation Term="Glow.FriendlyName" Qualifier="JALog" String="ILog[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.JAWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowAuditLog" String="IWorkflowAuditLog[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.JAWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowEvent" String="IWorkflowEvent[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.JBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JBAcknowledgement" String="IAcknowledgement[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JBLog"><Annotation Term="Glow.FriendlyName" Qualifier="JBLog" String="ILog[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowAuditLog" String="IWorkflowAuditLog[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowEvent" String="IWorkflowEvent[[IJobVoyDestination]]" /></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" /></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.JobSailingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobSailingInfo" String="IJobSailingInfo" /></Annotations><Annotations Target="Odyssey.JobSailing"><Annotation Term="Glow.FriendlyName" Qualifier="JobSailing" String="IJobSailing" /></Annotations><Annotations Target="Odyssey.JobVoyage"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyage" String="IJobVoyage" /></Annotations><Annotations Target="Odyssey.JobVoyDestinationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyDestinationInfo" String="IJobVoyDestinationInfo" /></Annotations><Annotations Target="Odyssey.JobVoyDestination"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyDestination" String="IJobVoyDestination" /></Annotations><Annotations Target="Odyssey.JobVoyOriginInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyOriginInfo" String="IJobVoyOriginInfo" /></Annotations><Annotations Target="Odyssey.JobVoyOrigin"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyOrigin" String="IJobVoyOrigin" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.JVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JVAcknowledgement" String="IAcknowledgement[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JVLog"><Annotation Term="Glow.FriendlyName" Qualifier="JVLog" String="ILog[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowAuditLog" String="IWorkflowAuditLog[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowEvent" String="IWorkflowEvent[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JWAcknowledgement" String="IAcknowledgement[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JobCO2Emission" String="IJobCO2Emission" /></Annotations><Annotations Target="Odyssey.JWJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JWJobCO2Emission" String="IJobCO2Emission[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JWLog"><Annotation Term="Glow.FriendlyName" Qualifier="JWLog" String="ILog[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JXAcknowledgement" String="IAcknowledgement[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JXJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JXJobCO2Emission" String="IJobCO2Emission[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JXLog"><Annotation Term="Glow.FriendlyName" Qualifier="JXLog" String="ILog[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowAuditLog" String="IWorkflowAuditLog[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowEvent" String="IWorkflowEvent[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.K0Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="K0Acknowledgement" String="IAcknowledgement[[IPkgPackageContainer]]" /></Annotations><Annotations Target="Odyssey.K1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="K1Acknowledgement" String="IAcknowledgement[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.K1Address"><Annotation Term="Glow.FriendlyName" Qualifier="K1Address" String="IAddress[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.K1Log"><Annotation Term="Glow.FriendlyName" Qualifier="K1Log" String="ILog[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowAuditLog" String="IWorkflowAuditLog[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowTask" String="IWorkflowTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.KBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KBAcknowledgement" String="IAcknowledgement[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.KBAddress"><Annotation Term="Glow.FriendlyName" Qualifier="KBAddress" String="IAddress[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.KBReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KBReferenceNumber" String="IReferenceNumber[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.KDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KDAcknowledgement" String="IAcknowledgement[[IDtbBookingInstructionPkgDivot]]" /></Annotations><Annotations Target="Odyssey.KGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KGAcknowledgement" String="IAcknowledgement[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="KGAddOnValue" String="IAddOnValue[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGAddress"><Annotation Term="Glow.FriendlyName" Qualifier="KGAddress" String="IAddress[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGLog"><Annotation Term="Glow.FriendlyName" Qualifier="KGLog" String="ILog[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGNote"><Annotation Term="Glow.FriendlyName" Qualifier="KGNote" String="INote[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KGReferenceNumber" String="IReferenceNumber[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowAuditLog" String="IWorkflowAuditLog[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowTask" String="IWorkflowTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.KHRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KHRAcknowledgement" String="IAcknowledgement[[IPkgPackageHold]]" /></Annotations><Annotations Target="Odyssey.KJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KJAcknowledgement" String="IAcknowledgement[[IPackageJob]]" /></Annotations><Annotations Target="Odyssey.KKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KKAcknowledgement" String="IAcknowledgement[[IDtbBookingConfirmation]]" /></Annotations><Annotations Target="Odyssey.KMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KMAcknowledgement" String="IAcknowledgement[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMAddress"><Annotation Term="Glow.FriendlyName" Qualifier="KMAddress" String="IAddress[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="KMJobCO2Emission" String="IJobCO2Emission[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMLog"><Annotation Term="Glow.FriendlyName" Qualifier="KMLog" String="ILog[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KMReferenceNumber" String="IReferenceNumber[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowAuditLog" String="IWorkflowAuditLog[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowEvent" String="IWorkflowEvent[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowTask" String="IWorkflowTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KNAcknowledgement" String="IAcknowledgement[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.KNAddress"><Annotation Term="Glow.FriendlyName" Qualifier="KNAddress" String="IAddress[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.KNReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KNReferenceNumber" String="IReferenceNumber[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.KPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPAcknowledgement" String="IAcknowledgement[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPBAcknowledgement" String="IAcknowledgement[[IPkgPackageBookedDetail]]" /></Annotations><Annotations Target="Odyssey.KPBLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPBLog" String="ILog[[IPkgPackageBookedDetail]]" /></Annotations><Annotations Target="Odyssey.KPDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPDAcknowledgement" String="IAcknowledgement[[IPkgPackageHandlingUnitDivot]]" /></Annotations><Annotations Target="Odyssey.KPHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPHAcknowledgement" String="IAcknowledgement[[IPkgPackageHeader]]" /></Annotations><Annotations Target="Odyssey.KPJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPJAcknowledgement" String="IAcknowledgement[[IPkgPackageJobPackageHeaderPivot]]" /></Annotations><Annotations Target="Odyssey.KPLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPLog" String="ILog[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KPReferenceNumber" String="IReferenceNumber[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPSAcknowledgement" String="IAcknowledgement[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPSLog" String="ILog[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPSWorkflowAuditLog" String="IWorkflowAuditLog[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPSWorkflowEvent" String="IWorkflowEvent[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPTAcknowledgement" String="IAcknowledgement[[IPkgPackageTemperature]]" /></Annotations><Annotations Target="Odyssey.KPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPWorkflowEvent" String="IWorkflowEvent[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KTRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KTRAcknowledgement" String="IAcknowledgement[[IPalletTransaction]]" /></Annotations><Annotations Target="Odyssey.KTRAddress"><Annotation Term="Glow.FriendlyName" Qualifier="KTRAddress" String="IAddress[[IPalletTransaction]]" /></Annotations><Annotations Target="Odyssey.LCLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LCLAcknowledgement" String="IAcknowledgement[[IDtbConsignmentLodgement]]" /></Annotations><Annotations Target="Odyssey.LCLNote"><Annotation Term="Glow.FriendlyName" Qualifier="LCLNote" String="INote[[IDtbConsignmentLodgement]]" /></Annotations><Annotations Target="Odyssey.LCPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LCPAcknowledgement" String="IAcknowledgement[[IDtbConsignmentLodgementPivot]]" /></Annotations><Annotations Target="Odyssey.LTAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTAAcknowledgement" String="IAcknowledgement[[IDtbConsignmentAction]]" /></Annotations><Annotations Target="Odyssey.LTALog"><Annotation Term="Glow.FriendlyName" Qualifier="LTALog" String="ILog[[IDtbConsignmentAction]]" /></Annotations><Annotations Target="Odyssey.LTAWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTAWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentAction]]" /></Annotations><Annotations Target="Odyssey.LTCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAcknowledgement" String="IAcknowledgement[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAddOnValue" String="IAddOnValue[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCAddress"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAddress" String="IAddress[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTCLog" String="ILog[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCNote"><Annotation Term="Glow.FriendlyName" Qualifier="LTCNote" String="INote[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="LTCReferenceNumber" String="IReferenceNumber[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowAuditLog" String="IWorkflowAuditLog[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowEvent" String="IWorkflowEvent[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowTask" String="IWorkflowTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTEAcknowledgement" String="IAcknowledgement[[IEquipmentItem]]" /></Annotations><Annotations Target="Odyssey.LTGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTGAcknowledgement" String="IAcknowledgement[[IDtbConsignmentLeg]]" /></Annotations><Annotations Target="Odyssey.LTGLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTGLog" String="ILog[[IDtbConsignmentLeg]]" /></Annotations><Annotations Target="Odyssey.LTGWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTGWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentLeg]]" /></Annotations><Annotations Target="Odyssey.LTPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTPAcknowledgement" String="IAcknowledgement[[IDtbConsignmentActionPackageDivot]]" /></Annotations><Annotations Target="Odyssey.LTPLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTPLog" String="ILog[[IDtbConsignmentActionPackageDivot]]" /></Annotations><Annotations Target="Odyssey.LTPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTPWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentActionPackageDivot]]" /></Annotations><Annotations Target="Odyssey.LTSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTSAcknowledgement" String="IAcknowledgement[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTSAddress"><Annotation Term="Glow.FriendlyName" Qualifier="LTSAddress" String="IAddress[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTSLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTSLog" String="ILog[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTSReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="LTSReferenceNumber" String="IReferenceNumber[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTSWorkflowAuditLog" String="IWorkflowAuditLog[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTSWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.LTVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LTVAcknowledgement" String="IAcknowledgement[[IDtbConsignmentVariation]]" /></Annotations><Annotations Target="Odyssey.LTVLog"><Annotation Term="Glow.FriendlyName" Qualifier="LTVLog" String="ILog[[IDtbConsignmentVariation]]" /></Annotations><Annotations Target="Odyssey.LTVWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="LTVWorkflowEvent" String="IWorkflowEvent[[IDtbConsignmentVariation]]" /></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.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.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="PackageJob" String="IPackageJob" /></Annotations><Annotations Target="Odyssey.KMPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KMPackageJob" String="IPackageJob[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KBPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KBPackageJob" String="IPackageJob[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="LTCPackageJob" String="IPackageJob[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.JSPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="JSPackageJob" String="IPackageJob[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.KPUPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KPUPackageJob" String="IPackageJob[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.WDPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDPackageJob" String="IPackageJob[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDCPackageJob" String="IPackageJob[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDHPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDHPackageJob" String="IPackageJob[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WRCPackageJob" String="IPackageJob[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WRHPackageJob" String="IPackageJob[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.PalletTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="PalletTransaction" String="IPalletTransaction" /></Annotations><Annotations Target="Odyssey.KMPalletTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="KMPalletTransaction" String="IPalletTransaction[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KNPalletTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="KNPalletTransaction" String="IPalletTransaction[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.LTCPalletTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="LTCPalletTransaction" String="IPalletTransaction[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTSPalletTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="LTSPalletTransaction" String="IPalletTransaction[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.PkgPackageBookedDetail"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageBookedDetail" String="IPkgPackageBookedDetail" /></Annotations><Annotations Target="Odyssey.PkgPackageContainer"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageContainer" String="IPkgPackageContainer" /></Annotations><Annotations Target="Odyssey.PkgPackageHandlingUnitDivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHandlingUnitDivot" String="IPkgPackageHandlingUnitDivot" /></Annotations><Annotations Target="Odyssey.PkgPackageHeader"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHeader" String="IPkgPackageHeader" /></Annotations><Annotations Target="Odyssey.PkgPackageHold"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHold" String="IPkgPackageHold" /></Annotations><Annotations Target="Odyssey.PkgPackageJobPackageHeaderPivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageJobPackageHeaderPivot" String="IPkgPackageJobPackageHeaderPivot" /></Annotations><Annotations Target="Odyssey.PkgPackage"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackage" String="IPkgPackage" /></Annotations><Annotations Target="Odyssey.PkgPackageScreening"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageScreening" String="IPkgPackageScreening" /></Annotations><Annotations Target="Odyssey.PkgPackageTemperature"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageTemperature" String="IPkgPackageTemperature" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessHeader" String="IProcessHeader" /></Annotations><Annotations Target="Odyssey.ASTProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessHeader" String="IProcessHeader[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessHeader" String="IProcessHeader[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessHeader" String="IProcessHeader[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessHeader" String="IProcessHeader[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessHeader" String="IProcessHeader[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.YAOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessHeader" String="IProcessHeader[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessHeader" String="IProcessHeader[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessHeader" String="IProcessHeader[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessHeader" String="IProcessHeader[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessHeader" String="IProcessHeader[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessHeader" String="IProcessHeader[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessHeader" String="IProcessHeader[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessHeader" String="IProcessHeader[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessHeader" String="IProcessHeader[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessHeader" String="IProcessHeader[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessHeader" String="IProcessHeader[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessHeader" String="IProcessHeader[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GSProcessHeader" String="IProcessHeader[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.JJProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessHeader" String="IProcessHeader[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessHeader" String="IProcessHeader[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessHeader" String="IProcessHeader[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessHeader" String="IProcessHeader[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessHeader" String="IProcessHeader[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JXProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessHeader" String="IProcessHeader[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessHeader" String="IProcessHeader[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSBProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessHeader" String="IProcessHeader[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessHeader" String="IProcessHeader[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessHeader" String="IProcessHeader[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessHeader" String="IProcessHeader[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.O1ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="O1ProcessHeader" String="IProcessHeader[[IOrgColdCallRegister]]" /></Annotations><Annotations Target="Odyssey.OHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="OHProcessHeader" String="IProcessHeader[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.RCTProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessHeader" String="IProcessHeader[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessHeader" String="IProcessHeader[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessHeader" String="IProcessHeader[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WCWProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessHeader" String="IProcessHeader[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessHeader" String="IProcessHeader[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessHeader" String="IProcessHeader[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessHeader" String="IProcessHeader[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessHeader" String="IProcessHeader[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessHeader" String="IProcessHeader[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessHeader" String="IProcessHeader[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessHeader" String="IProcessHeader[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessHeader" String="IProcessHeader[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessHeader" String="IProcessHeader[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessHeader" String="IProcessHeader[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessHeader" String="IProcessHeader[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessHeader" String="IProcessHeader[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WVOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WVOProcessHeader" String="IProcessHeader[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WKIProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessHeader" String="IProcessHeader[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessHeader" String="IProcessHeader[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.MWOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessHeader" String="IProcessHeader[[IMNRWorkOrderHeader]]" /></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.RateTransportProviderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportProviderInfo" String="IRateTransportProviderInfo" /></Annotations><Annotations Target="Odyssey.RateTransportZoneInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportZoneInfo" String="IRateTransportZoneInfo" /></Annotations><Annotations Target="Odyssey.RateTransportZoneItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportZoneItemInfo" String="IRateTransportZoneItemInfo" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCityTownInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCityTownInfo" String="IRefCityTownInfo" /></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.RefEquipmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefEquipmentInfo" String="IRefEquipmentInfo" /></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.RefVesselInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefVesselInfo" String="IRefVesselInfo" /></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.TransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="TransportRouting" String="ITransportRouting" /></Annotations><Annotations Target="Odyssey.COTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="COTransportRouting" String="ITransportRouting[[ICusContainer]]" /></Annotations><Annotations Target="Odyssey.BFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="BFTransportRouting" String="ITransportRouting[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YRATransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="YRATransportRouting" String="ITransportRouting[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRETransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="YRETransportRouting" String="ITransportRouting[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.KBTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="KBTransportRouting" String="ITransportRouting[[IDtbBookingConsolidation]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.LTCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="LTCTransportRouting" String="ITransportRouting[[IDtbConsignment]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.JKTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JKTransportRouting" String="ITransportRouting[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JETransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JETransportRouting" String="ITransportRouting[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JSTransportRouting" String="ITransportRouting[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="EFTransportRouting" String="ITransportRouting[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.WDLTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WDLTransportRouting" String="ITransportRouting[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WRPTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRPTransportRouting" String="ITransportRouting[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRCTransportRouting" String="ITransportRouting[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRHTransportRouting" String="ITransportRouting[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /></Annotations><Annotations Target="Odyssey.JOUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JOUNDGDataItem" String="IUNDGDataItem[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JLUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JLUNDGDataItem" String="IUNDGDataItem[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.OPTUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPTUNDGDataItem" String="IUNDGDataItem[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPUNDGDataItem" String="IUNDGDataItem[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.KPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="KPUNDGDataItem" String="IUNDGDataItem[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.BCUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="BCUNDGDataItem" String="IUNDGDataItem[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.DRQUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="DRQUNDGDataItem" String="IUNDGDataItem[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstanceInfo"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstanceInfo" String="IUNDGSubstanceInfo" /></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></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccChargeCodeInfos" EntityType="Odyssey.AccChargeCodeInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /></EntitySet><EntitySet Name="AccChequeBookInfos" EntityType="Odyssey.AccChequeBookInfo" /><EntitySet Name="AccInvMsgInfos" EntityType="Odyssey.AccInvMsgInfo" /><EntitySet Name="AccTaxRateInfos" EntityType="Odyssey.AccTaxRateInfo" /><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccTransactionLineInfos" EntityType="Odyssey.AccTransactionLineInfo"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaderInfos" /></EntitySet><EntitySet Name="AdditionalServices" EntityType="Odyssey.AdditionalService"><NavigationPropertyBinding Path="Acknowledgements" Target="ESAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="ESAddOnValues" /><NavigationPropertyBinding Path="Contractor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="ESLogs" /><NavigationPropertyBinding Path="Odyssey.KGAdditionalService/Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="Odyssey.KMAdditionalService/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.KNAdditionalService/Parent" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="Odyssey.LTCAdditionalService/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="Odyssey.LTSAdditionalService/Parent" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="RefEquipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="ServiceRateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ES_AutoVersion</PropertyPath></Collection></Annotation></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="DIAcknowledgements" EntityType="Odyssey.DIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /></EntitySet><EntitySet Name="DIUNDGSubstancePivots" EntityType="Odyssey.DIUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookingConfirmations" EntityType="Odyssey.DtbBookingConfirmation"><NavigationPropertyBinding Path="Acknowledgements" Target="KKAcknowledgements" /><NavigationPropertyBinding Path="BookingInstruction" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="BookingInstructionPkgDivot" Target="DtbBookingInstructionPkgDivots" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Driver" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MasterBookingConfirmation" Target="DtbBookingConfirmations" /><NavigationPropertyBinding Path="RunSheetInstruction" Target="DtbConsignmentRunSheetInstructions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookingConsolidations" EntityType="Odyssey.DtbBookingConsolidation"><NavigationPropertyBinding Path="Acknowledgements" Target="KBAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="KBAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbBookings" Target="DtbBookings" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MasterBookingConsolidation" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KBReferenceNumbers" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookingInfos" EntityType="Odyssey.DtbBookingInfo" /><EntitySet Name="DtbBookingInstructionPkgDivots" EntityType="Odyssey.DtbBookingInstructionPkgDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KDAcknowledgements" /><NavigationPropertyBinding Path="BookingInstruction" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbBookingConfirmations" Target="DtbBookingConfirmations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookingInstructions" EntityType="Odyssey.DtbBookingInstruction"><NavigationPropertyBinding Path="Acknowledgements" Target="KNAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="KNAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DomesticZone" Target="RateTransportZoneInfos" /><NavigationPropertyBinding Path="DtbBookingConfirmations" Target="DtbBookingConfirmations" /><NavigationPropertyBinding Path="DtbBookingInstructionPkgDivots" Target="DtbBookingInstructionPkgDivots" /><NavigationPropertyBinding Path="Equipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MasterBookingInstruction" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="Odyssey.DtbBookingDeliveryInstruction/BookingMovement" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.DtbBookingMultiInstruction/BookingMovement" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.DtbBookingPickupInstruction/BookingMovement" Target="DtbBookings" /><NavigationPropertyBinding Path="PalletTransactions" Target="PalletTransactions" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KNReferenceNumbers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookings" EntityType="Odyssey.DtbBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="KMAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="KMAddresses" /><NavigationPropertyBinding Path="Booking" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="BookingConsolidationMultiJob" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CarrierAccount" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbBookingDeliveryInstructions" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="DtbBookingMultiInstructions" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="DtbBookingPickupInstructions" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="DtbQuoteCharges" Target="DtbQuoteCharges" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="KMJobCO2Emissions" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KMLogs" /><NavigationPropertyBinding Path="MasterBooking" Target="DtbBookings" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="PalletTransactions" Target="PalletTransactions" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KMReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KMWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KMWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="KMWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentActionPackageDivots" EntityType="Odyssey.DtbConsignmentActionPackageDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="LTPAcknowledgements" /><NavigationPropertyBinding Path="ConsignmentAction" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTPLogs" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTPWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentActions" EntityType="Odyssey.DtbConsignmentAction"><NavigationPropertyBinding Path="Acknowledgements" Target="LTAAcknowledgements" /><NavigationPropertyBinding Path="ConsignmentAddress" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryConsignmentLegs" Target="DtbConsignmentLegs" /><NavigationPropertyBinding Path="DtbConsignmentActionPackageDivots" Target="DtbConsignmentActionPackageDivots" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTALogs" /><NavigationPropertyBinding Path="PickupConsignmentLegs" Target="DtbConsignmentLegs" /><NavigationPropertyBinding Path="RunSheetInstruction" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTAWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentAddresses" EntityType="Odyssey.DtbConsignmentAddress"><NavigationPropertyBinding Path="Acknowledgements" Target="LTSAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="LTSAddresses" /><NavigationPropertyBinding Path="Consignment" Target="DtbConsignments" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DomesticZone" Target="RateTransportZoneInfos" /><NavigationPropertyBinding Path="DtbConsignmentActions" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTSLogs" /><NavigationPropertyBinding Path="PalletTransactions" Target="PalletTransactions" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="LTSReferenceNumbers" /><NavigationPropertyBinding Path="RequiredEquipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="Sailing" Target="JobSailings" /><NavigationPropertyBinding Path="Schedule" Target="JobVoyages" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="LTSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTSWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentLegs" EntityType="Odyssey.DtbConsignmentLeg"><NavigationPropertyBinding Path="Acknowledgements" Target="LTGAcknowledgements" /><NavigationPropertyBinding Path="Consignment" Target="DtbConsignments" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Delivery" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTGLogs" /><NavigationPropertyBinding Path="Pickup" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTGWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentLodgementPivots" EntityType="Odyssey.DtbConsignmentLodgementPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="LCPAcknowledgements" /><NavigationPropertyBinding Path="Consignment" Target="DtbConsignments" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Lodgement" Target="DtbConsignmentLodgements" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LCP_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentLodgements" EntityType="Odyssey.DtbConsignmentLodgement"><NavigationPropertyBinding Path="Acknowledgements" Target="LCLAcknowledgements" /><NavigationPropertyBinding Path="CarrierAccount" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbConsignmentLodgementPivots" Target="DtbConsignmentLodgementPivots" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Notes" Target="LCLNotes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LCL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentQuoteCharges" EntityType="Odyssey.DtbConsignmentQuoteCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="DtbConsignment" Target="DtbConsignments" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="DtbConsignmentRunSheetInstructions" EntityType="Odyssey.DtbConsignmentRunSheetInstruction"><NavigationPropertyBinding Path="Acknowledgements" Target="K1Acknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="K1Addresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbConsignmentActions" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="K1Logs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RunSheet" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="K1WorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="K1WorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="K1WorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>K1_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentRunSheets" EntityType="Odyssey.DtbConsignmentRunSheet"><NavigationPropertyBinding Path="Acknowledgements" Target="KGAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="KGAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="KGAddresses" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbConsignmentRunSheetInstructions" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="EquipmentItems" Target="EquipmentItems" /><NavigationPropertyBinding Path="JobConsolCosts" Target="JobConsolCosts" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KGLogs" /><NavigationPropertyBinding Path="Notes" Target="KGNotes" /><NavigationPropertyBinding Path="PrimaryDriver" Target="OrgContactInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KGReferenceNumbers" /><NavigationPropertyBinding Path="TransportCo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Truck" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="TruckDriver" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KGWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KGWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="KGWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignments" EntityType="Odyssey.DtbConsignment"><NavigationPropertyBinding Path="Acknowledgements" Target="LTCAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="LTCAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="LTCAddresses" /><NavigationPropertyBinding Path="Booking" Target="DtbBookings" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CarrierAccount" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbConsignmentAddresses" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="DtbConsignmentLegs" Target="DtbConsignmentLegs" /><NavigationPropertyBinding Path="DtbConsignmentLodgementPivots" Target="DtbConsignmentLodgementPivots" /><NavigationPropertyBinding Path="DtbConsignmentQuoteCharges" Target="DtbConsignmentQuoteCharges" /><NavigationPropertyBinding Path="GoodsValueCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="InsuranceValueCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTCLogs" /><NavigationPropertyBinding Path="Notes" Target="LTCNotes" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="PalletTransactions" Target="PalletTransactions" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="LTCReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="LTCWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTCWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="LTCWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbConsignmentVariations" EntityType="Odyssey.DtbConsignmentVariation"><NavigationPropertyBinding Path="Acknowledgements" Target="LTVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LTVLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="LTVWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTV_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbQuoteCharges" EntityType="Odyssey.DtbQuoteCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="DtbBooking" Target="DtbBookings" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></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="EquipmentItems" EntityType="Odyssey.EquipmentItem"><NavigationPropertyBinding Path="Acknowledgements" Target="LTEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Equipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="EquipmentType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KGEquipmentItem/Parent" Target="DtbConsignmentRunSheets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LTE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESAcknowledgements" EntityType="Odyssey.ESAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /></EntitySet><EntitySet Name="ESAddOnValues" EntityType="Odyssey.ESAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESLogs" EntityType="Odyssey.ESLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="FHAcknowledgements" EntityType="Odyssey.FHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /></EntitySet><EntitySet Name="FHTags" EntityType="Odyssey.FHTag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="FHWorkflowTasks" EntityType="Odyssey.FHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></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="JAAcknowledgements" EntityType="Odyssey.JAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyOrigins" /></EntitySet><EntitySet Name="JALogs" EntityType="Odyssey.JALog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JAWorkflowAuditLogs" EntityType="Odyssey.JAWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JAWorkflowEvents" EntityType="Odyssey.JAWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JBAcknowledgements" EntityType="Odyssey.JBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyDestinations" /></EntitySet><EntitySet Name="JBLogs" EntityType="Odyssey.JBLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JBWorkflowAuditLogs" EntityType="Odyssey.JBWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JBWorkflowEvents" EntityType="Odyssey.JBWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></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="Odyssey.KGJobConsolCost/Parent" Target="DtbConsignmentRunSheets" /><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="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="Odyssey.KBJobHeader/Parent" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="Odyssey.KGJobHeader/Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="Odyssey.KMJobHeader/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.LTCJobHeader/Parent" Target="DtbConsignments" /><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="JobSailingInfos" EntityType="Odyssey.JobSailingInfo"><NavigationPropertyBinding Path="JobVoyDestination" Target="JobVoyDestinationInfos" /><NavigationPropertyBinding Path="JobVoyOrigin" Target="JobVoyOriginInfos" /></EntitySet><EntitySet Name="JobSailings" EntityType="Odyssey.JobSailing"><NavigationPropertyBinding Path="Acknowledgements" Target="JXAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JXJobCO2Emissions" /><NavigationPropertyBinding Path="JobVoyDestination" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="JobVoyOrigin" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JXLogs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JXWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JXWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JX_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobVoyages" EntityType="Odyssey.JobVoyage"><NavigationPropertyBinding Path="Acknowledgements" Target="JVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobVoyDestinations" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="JobVoyOrigins" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Line" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Logs" Target="JVLogs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="Vessel" Target="RefVesselInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JVWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JVWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobVoyDestinationInfos" EntityType="Odyssey.JobVoyDestinationInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></EntitySet><EntitySet Name="JobVoyDestinations" EntityType="Odyssey.JobVoyDestination"><NavigationPropertyBinding Path="Acknowledgements" Target="JBAcknowledgements" /><NavigationPropertyBinding Path="ArrivalCTOAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="FirstDischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobSailings" Target="JobSailings" /><NavigationPropertyBinding Path="JobVoyage" Target="JobVoyages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastForeignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JBLogs" /><NavigationPropertyBinding Path="PortOfDischarge" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JBWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JBWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobVoyOriginInfos" EntityType="Odyssey.JobVoyOriginInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></EntitySet><EntitySet Name="JobVoyOrigins" EntityType="Odyssey.JobVoyOrigin"><NavigationPropertyBinding Path="Acknowledgements" Target="JAAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DepartureCTOAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobSailings" Target="JobSailings" /><NavigationPropertyBinding Path="JobVoyage" Target="JobVoyages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JALogs" /><NavigationPropertyBinding Path="PortOfLoading" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JAWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JAWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JA_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="JVAcknowledgements" EntityType="Odyssey.JVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyages" /></EntitySet><EntitySet Name="JVLogs" EntityType="Odyssey.JVLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JVWorkflowAuditLogs" EntityType="Odyssey.JVWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JVWorkflowEvents" EntityType="Odyssey.JVWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JWAcknowledgements" EntityType="Odyssey.JWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /></EntitySet><EntitySet Name="JWJobCO2Emissions" EntityType="Odyssey.JWJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JWLogs" EntityType="Odyssey.JWLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JXAcknowledgements" EntityType="Odyssey.JXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSailings" /></EntitySet><EntitySet Name="JXJobCO2Emissions" EntityType="Odyssey.JXJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSailings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JXLogs" EntityType="Odyssey.JXLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSailings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JXWorkflowAuditLogs" EntityType="Odyssey.JXWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSailings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JXWorkflowEvents" EntityType="Odyssey.JXWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSailings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="K0Acknowledgements" EntityType="Odyssey.K0Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageContainers" /></EntitySet><EntitySet Name="K1Acknowledgements" EntityType="Odyssey.K1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /></EntitySet><EntitySet Name="K1Addresses" EntityType="Odyssey.K1Address"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="K1Logs" EntityType="Odyssey.K1Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="K1WorkflowAuditLogs" EntityType="Odyssey.K1WorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="K1WorkflowEvents" EntityType="Odyssey.K1WorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="K1WorkflowTasks" EntityType="Odyssey.K1WorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="KBAcknowledgements" EntityType="Odyssey.KBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingConsolidations" /></EntitySet><EntitySet Name="KBAddresses" EntityType="Odyssey.KBAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingConsolidations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KBReferenceNumbers" EntityType="Odyssey.KBReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingConsolidations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KDAcknowledgements" EntityType="Odyssey.KDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingInstructionPkgDivots" /></EntitySet><EntitySet Name="KGAcknowledgements" EntityType="Odyssey.KGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /></EntitySet><EntitySet Name="KGAddOnValues" EntityType="Odyssey.KGAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KGAddresses" EntityType="Odyssey.KGAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KGLogs" EntityType="Odyssey.KGLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KGNotes" EntityType="Odyssey.KGNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KGReferenceNumbers" EntityType="Odyssey.KGReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KGWorkflowAuditLogs" EntityType="Odyssey.KGWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KGWorkflowEvents" EntityType="Odyssey.KGWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KGWorkflowTasks" EntityType="Odyssey.KGWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="KHRAcknowledgements" EntityType="Odyssey.KHRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHolds" /></EntitySet><EntitySet Name="KJAcknowledgements" EntityType="Odyssey.KJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PackageJobs" /></EntitySet><EntitySet Name="KKAcknowledgements" EntityType="Odyssey.KKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingConfirmations" /></EntitySet><EntitySet Name="KMAcknowledgements" EntityType="Odyssey.KMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /></EntitySet><EntitySet Name="KMAddresses" EntityType="Odyssey.KMAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KMJobCO2Emissions" EntityType="Odyssey.KMJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KMLogs" EntityType="Odyssey.KMLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KMReferenceNumbers" EntityType="Odyssey.KMReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KMWorkflowAuditLogs" EntityType="Odyssey.KMWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KMWorkflowEvents" EntityType="Odyssey.KMWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KMWorkflowTasks" EntityType="Odyssey.KMWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="KNAcknowledgements" EntityType="Odyssey.KNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingInstructions" /></EntitySet><EntitySet Name="KNAddresses" EntityType="Odyssey.KNAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingInstructions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KNReferenceNumbers" EntityType="Odyssey.KNReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbBookingInstructions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KPAcknowledgements" EntityType="Odyssey.KPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /></EntitySet><EntitySet Name="KPBAcknowledgements" EntityType="Odyssey.KPBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageBookedDetails" /></EntitySet><EntitySet Name="KPBLogs" EntityType="Odyssey.KPBLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPDAcknowledgements" EntityType="Odyssey.KPDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHandlingUnitDivots" /></EntitySet><EntitySet Name="KPHAcknowledgements" EntityType="Odyssey.KPHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHeaders" /></EntitySet><EntitySet Name="KPJAcknowledgements" EntityType="Odyssey.KPJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageJobPackageHeaderPivots" /></EntitySet><EntitySet Name="KPLogs" EntityType="Odyssey.KPLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPReferenceNumbers" EntityType="Odyssey.KPReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KPSAcknowledgements" EntityType="Odyssey.KPSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /></EntitySet><EntitySet Name="KPSLogs" EntityType="Odyssey.KPSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPSWorkflowAuditLogs" EntityType="Odyssey.KPSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPSWorkflowEvents" EntityType="Odyssey.KPSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPTAcknowledgements" EntityType="Odyssey.KPTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageTemperatures" /></EntitySet><EntitySet Name="KPWorkflowEvents" EntityType="Odyssey.KPWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KTRAcknowledgements" EntityType="Odyssey.KTRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PalletTransactions" /></EntitySet><EntitySet Name="KTRAddresses" EntityType="Odyssey.KTRAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PalletTransactions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LCLAcknowledgements" EntityType="Odyssey.LCLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLodgements" /></EntitySet><EntitySet Name="LCLNotes" EntityType="Odyssey.LCLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLodgements" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LCPAcknowledgements" EntityType="Odyssey.LCPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLodgementPivots" /></EntitySet><EntitySet Name="LTAAcknowledgements" EntityType="Odyssey.LTAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActions" /></EntitySet><EntitySet Name="LTALogs" EntityType="Odyssey.LTALog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTAWorkflowEvents" EntityType="Odyssey.LTAWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTCAcknowledgements" EntityType="Odyssey.LTCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /></EntitySet><EntitySet Name="LTCAddOnValues" EntityType="Odyssey.LTCAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTCAddresses" EntityType="Odyssey.LTCAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTCLogs" EntityType="Odyssey.LTCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTCNotes" EntityType="Odyssey.LTCNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTCReferenceNumbers" EntityType="Odyssey.LTCReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTCWorkflowAuditLogs" EntityType="Odyssey.LTCWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTCWorkflowEvents" EntityType="Odyssey.LTCWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTCWorkflowTasks" EntityType="Odyssey.LTCWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="LTEAcknowledgements" EntityType="Odyssey.LTEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="EquipmentItems" /></EntitySet><EntitySet Name="LTGAcknowledgements" EntityType="Odyssey.LTGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLegs" /></EntitySet><EntitySet Name="LTGLogs" EntityType="Odyssey.LTGLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLegs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTGWorkflowEvents" EntityType="Odyssey.LTGWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentLegs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTPAcknowledgements" EntityType="Odyssey.LTPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActionPackageDivots" /></EntitySet><EntitySet Name="LTPLogs" EntityType="Odyssey.LTPLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActionPackageDivots" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTPWorkflowEvents" EntityType="Odyssey.LTPWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentActionPackageDivots" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTSAcknowledgements" EntityType="Odyssey.LTSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /></EntitySet><EntitySet Name="LTSAddresses" EntityType="Odyssey.LTSAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTSLogs" EntityType="Odyssey.LTSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTSReferenceNumbers" EntityType="Odyssey.LTSReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LTSWorkflowAuditLogs" EntityType="Odyssey.LTSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTSWorkflowEvents" EntityType="Odyssey.LTSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentAddresses" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTVAcknowledgements" EntityType="Odyssey.LTVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentVariations" /></EntitySet><EntitySet Name="LTVLogs" EntityType="Odyssey.LTVLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentVariations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LTVWorkflowEvents" EntityType="Odyssey.LTVWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="DtbConsignmentVariations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></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="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="PackageJobs" EntityType="Odyssey.PackageJob"><NavigationPropertyBinding Path="Acknowledgements" Target="KJAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KBPackageJob/Parent" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="Odyssey.KMPackageJob/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.LTCPackageJob/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="PkgPackageJobPackageHeaderPivots" Target="PkgPackageJobPackageHeaderPivots" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PalletTransactions" EntityType="Odyssey.PalletTransaction"><NavigationPropertyBinding Path="Acknowledgements" Target="KTRAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="KTRAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KMPalletTransaction/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.KNPalletTransaction/Parent" Target="DtbBookingInstructions" /><NavigationPropertyBinding Path="Odyssey.LTCPalletTransaction/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="Odyssey.LTSPalletTransaction/Parent" Target="DtbConsignmentAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KTR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageBookedDetails" EntityType="Odyssey.PkgPackageBookedDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="KPBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPBLogs" /><NavigationPropertyBinding Path="OriginalBookedDetail" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageContainers" EntityType="Odyssey.PkgPackageContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="K0Acknowledgements" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>K0_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHandlingUnitDivots" EntityType="Odyssey.PkgPackageHandlingUnitDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KPDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackedUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="UnpackedUser" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHeaders" EntityType="Odyssey.PkgPackageHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="KPHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHolds" EntityType="Odyssey.PkgPackageHold"><NavigationPropertyBinding Path="Acknowledgements" Target="KHRAcknowledgements" /><NavigationPropertyBinding Path="AddedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KHR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageJobPackageHeaderPivots" EntityType="Odyssey.PkgPackageJobPackageHeaderPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KPJAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="PackageJob" Target="PackageJobs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackages" EntityType="Odyssey.PkgPackage"><NavigationPropertyBinding Path="Acknowledgements" Target="KPAcknowledgements" /><NavigationPropertyBinding Path="AllChildPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ClosedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DtbBookingInstructionPkgDivots" Target="DtbBookingInstructionPkgDivots" /><NavigationPropertyBinding Path="DtbConsignmentActionPackageDivots" Target="DtbConsignmentActionPackageDivots" /><NavigationPropertyBinding Path="HandlingUnitPackages" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="HandlingUnits" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="HeldReasons" Target="PkgPackageHolds" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPLogs" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ParentPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="ParentPackageJob" Target="PackageJobs" /><NavigationPropertyBinding Path="PkgPackageBookedDetails" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="PkgPackageContainers" Target="PkgPackageContainers" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="PkgPackageScreenings" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="PkgPackageTemperatures" Target="PkgPackageTemperatures" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KPReferenceNumbers" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TopHandlingUnitPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KPWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageScreenings" EntityType="Odyssey.PkgPackageScreening"><NavigationPropertyBinding Path="Acknowledgements" Target="KPSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPSLogs" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="ScreenedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KPSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KPSWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageTemperatures" EntityType="Odyssey.PkgPackageTemperature"><NavigationPropertyBinding Path="Acknowledgements" Target="KPTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MeasuredBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPT_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="ProcessHeaders" EntityType="Odyssey.ProcessHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="FHAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="EffectiveBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="EffectiveDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.JAProcessHeader/Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="Odyssey.JBProcessHeader/Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="Odyssey.JVProcessHeader/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXProcessHeader/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.K1ProcessHeader/Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="Odyssey.KGProcessHeader/Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="Odyssey.KMProcessHeader/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.LTCProcessHeader/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="ParentHeader" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="Tags" Target="FHTags" /><NavigationPropertyBinding Path="WorkflowTasks" Target="FHWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>FH_AutoVersion</PropertyPath></Collection></Annotation></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.JAProcessTask/Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="Odyssey.JBProcessTask/Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="Odyssey.JHProcessTask/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.JVProcessTask/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXProcessTask/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.K1ProcessTask/Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="Odyssey.KGProcessTask/Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="Odyssey.KMProcessTask/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.LTCProcessTask/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ProcessHeader" Target="ProcessHeaders" /><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="RateTransportProviderInfos" EntityType="Odyssey.RateTransportProviderInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RateTransportZones" Target="RateTransportZoneInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ZoneHubLocation" Target="RefCityTownInfos" /></EntitySet><EntitySet Name="RateTransportZoneInfos" EntityType="Odyssey.RateTransportZoneInfo"><NavigationPropertyBinding Path="RateTransportProvider" Target="RateTransportProviderInfos" /><NavigationPropertyBinding Path="RateTransportZoneItems" Target="RateTransportZoneItemInfos" /></EntitySet><EntitySet Name="RateTransportZoneItemInfos" EntityType="Odyssey.RateTransportZoneItemInfo"><NavigationPropertyBinding Path="CityTown" Target="RefCityTownInfos" /><NavigationPropertyBinding Path="DomesticZone" Target="RateTransportZoneInfos" /></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCityTownInfos" EntityType="Odyssey.RefCityTownInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><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="RefEquipmentInfos" EntityType="Odyssey.RefEquipmentInfo"><NavigationPropertyBinding Path="PreferredDriver" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RoadContainerType" Target="RefContainerInfos" /></EntitySet><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="RefVesselInfos" EntityType="Odyssey.RefVesselInfo"><NavigationPropertyBinding Path="CountryOfReg" Target="RefCountryInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="TransportRoutings" EntityType="Odyssey.TransportRouting"><NavigationPropertyBinding Path="Acknowledgements" Target="JWAcknowledgements" /><NavigationPropertyBinding Path="ArrivalLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CarrierAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreditorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DepartureLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DiscPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JWJobCO2Emissions" /><NavigationPropertyBinding Path="JobSailing" Target="JobSailingInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JWLogs" /><NavigationPropertyBinding Path="Odyssey.KBTransportRouting/Parent" Target="DtbBookingConsolidations" /><NavigationPropertyBinding Path="Odyssey.LTCTransportRouting/Parent" Target="DtbConsignments" /><NavigationPropertyBinding Path="TruckType" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="Vessel" Target="RefVesselInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGDataItems" EntityType="Odyssey.UNDGDataItem"><NavigationPropertyBinding Path="Acknowledgements" Target="DIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KPUNDGDataItem/Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="DIUNDGSubstancePivots" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGSubstanceInfos" EntityType="Odyssey.UNDGSubstanceInfo" /><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.JAWorkflowException/Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="Odyssey.JBWorkflowException/Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="Odyssey.JHWorkflowException/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.JVWorkflowException/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXWorkflowException/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.K1WorkflowException/Parent" Target="DtbConsignmentRunSheetInstructions" /><NavigationPropertyBinding Path="Odyssey.KGWorkflowException/Parent" Target="DtbConsignmentRunSheets" /><NavigationPropertyBinding Path="Odyssey.KMWorkflowException/Parent" Target="DtbBookings" /><NavigationPropertyBinding Path="Odyssey.LTCWorkflowException/Parent" Target="DtbConsignments" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>