<?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" /><EntityType Name="KNAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KGAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JKAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="JC_PK" /></NavigationProperty></EntityType><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.DocsAndCartageDetail" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="JP_PK" /></NavigationProperty></EntityType><EntityType Name="AllocationRouteAgentPivot"><Key><PropertyRef Name="ARA_PK" /></Key><Property Name="ARA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ARA_OH_Agent" Type="Edm.Guid" Nullable="false" /><Property Name="ARA_RCA_AllocationLine" Type="Edm.Guid" Nullable="false" /><Property Name="ARA_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ARA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ARA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Agent" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="ARA_OH_Agent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="AllocationRouteAgentPivots"><ReferentialConstraint Property="ARA_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ARAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ARA" /></EntityType><EntityType Name="AllocationRouteWizardTemplateHeader"><Key><PropertyRef Name="ARH_PK" /></Key><Property Name="ARH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ARH_GC_Company" Type="Edm.Guid" /><Property Name="ARH_IsPublished" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ARH_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="ARH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ARH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ARH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ARH_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AllocationRouteWizardTemplateRows" Type="Collection(Odyssey.AllocationRouteWizardTemplateRow)" Partner="AllocationRouteWizardTemplateHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ARHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ARH" /></EntityType><EntityType Name="AllocationRouteWizardTemplateRow"><Key><PropertyRef Name="ARR_PK" /></Key><Property Name="ARR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ARR_AllowRelatedPorts" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ARR_ARH_AllocationRouteWizardTemplateHeader" Type="Edm.Guid" Nullable="false" /><Property Name="ARR_DischargeLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ARR_LinkScheduleType" Type="Edm.String" DefaultValue="DNL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ARR_LoadLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ARR_OH_Carrier" Type="Edm.Guid" /><Property Name="ARR_OH_NamedAccount" Type="Edm.Guid" /><Property Name="ARR_Quantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="ARR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ARR_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="ARR_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="ARR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ARR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ARR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AllocationRouteWizardTemplateHeader" Type="Odyssey.AllocationRouteWizardTemplateHeader" Nullable="false" Partner="AllocationRouteWizardTemplateRows"><ReferentialConstraint Property="ARR_ARH_AllocationRouteWizardTemplateHeader" ReferencedProperty="ARH_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="ARR_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="NamedAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="ARR_OH_NamedAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ARR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ARRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ARR" /></EntityType><EntityType Name="ApportionmentCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" Nullable="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_ChargeType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_Desc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="JR_APInvoiceNum" Type="Edm.String" MaxLength="38" Unicode="false" /><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_InvoiceType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="GlbBranchInfo" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartmentInfo" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false"><ReferentialConstraint Property="JR_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="JobConsolCost" Type="Odyssey.JobConsolCost" Partner="ApportionmentCharges"><ReferentialConstraint Property="JR_E6" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="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="ARAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AllocationRouteAgentPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ARA_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="ARHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AllocationRouteWizardTemplateHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ARH_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="ARRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.AllocationRouteWizardTemplateRow" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ARR_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="BookingCalculatedField"><Key><PropertyRef Name="JSBV_PK" /></Key><Property Name="JSBV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JSBV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="JSBV_PickupClose" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="CCABookingViews" Type="Collection(Odyssey.CCABookingView)" Partner="BookingCalculatedField" /></EntityType><EntityType Name="C6Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusOutturnHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="C6_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="CCABookingView"><Key><PropertyRef Name="VB_PK" /></Key><Property Name="VB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VB_PKAsFKBooking" Type="Edm.Guid" Nullable="false" /><Property Name="VB_PKAsFKBookingCalculatedFields" Type="Edm.Guid" Nullable="false" /><Property Name="VB_RCA_AllocationLine" Type="Edm.Guid" /><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.VBAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ViewQuotedBooking" Type="Odyssey.ViewQuotedBooking" Nullable="false" Partner="CCABookingViews"><ReferentialConstraint Property="VB_PKAsFKBooking" ReferencedProperty="VB_PK" /></NavigationProperty><NavigationProperty Name="BookingCalculatedField" Type="Odyssey.BookingCalculatedField" Nullable="false" Partner="CCABookingViews"><ReferentialConstraint Property="VB_PKAsFKBookingCalculatedFields" ReferencedProperty="JSBV_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="CCABookingViews"><ReferentialConstraint Property="VB_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="VB" /></EntityType><EntityType Name="CCAJobConsolView"><Key><PropertyRef Name="JKVV_PK" /></Key><Property Name="JKVV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKVV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="JKVV_PKAsFKJobSummary" Type="Edm.Guid" Nullable="false" /><Property Name="JKVV_PKAsFKFirstTransportLeg" Type="Edm.Guid" Nullable="false" /><Property Name="JKVV_PKAsFKLatestBookingStatusAndDate" Type="Edm.Guid" Nullable="false" /><Property Name="JKVV_RCA_AllocationLine" Type="Edm.Guid" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false"><ReferentialConstraint Property="JKVV_PKAsFK" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="JobConsolSummary" Type="Odyssey.JobConsolSummary" Nullable="false"><ReferentialConstraint Property="JKVV_PKAsFKJobSummary" ReferencedProperty="JKV_PK" /></NavigationProperty><NavigationProperty Name="JobConsolFirstTransportLeg" Type="Odyssey.JobConsolFirstTransportLeg" Nullable="false"><ReferentialConstraint Property="JKVV_PKAsFKFirstTransportLeg" ReferencedProperty="JKF_PK" /></NavigationProperty><NavigationProperty Name="ConsolLatestBookingStatusAndDate" Type="Odyssey.ConsolLatestBookingStatusAndDate" Nullable="false" Partner="CCAJobConsolViews"><ReferentialConstraint Property="JKVV_PKAsFKLatestBookingStatusAndDate" ReferencedProperty="JKS_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="CCAJobConsolViews"><ReferentialConstraint Property="JKVV_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty></EntityType><EntityType Name="CCAJobContainerView"><Key><PropertyRef Name="JCVV_PK" /></Key><Property Name="JCVV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCVV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="JCVV_PKAsFKLatestBookingStatusAndDate" Type="Edm.Guid" /><Property Name="JCVV_RCA_AllocationLine" Type="Edm.Guid" /><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Nullable="false"><ReferentialConstraint Property="JCVV_PKAsFK" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="ConsolLatestBookingStatusAndDate" Type="Odyssey.ConsolLatestBookingStatusAndDate" Partner="CCAJobContainerViews"><ReferentialConstraint Property="JCVV_PKAsFKLatestBookingStatusAndDate" ReferencedProperty="JKS_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="CCAJobContainerViews"><ReferentialConstraint Property="JCVV_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty></EntityType><EntityType Name="CEXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ContainerPenaltyDayExclusion" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CEX_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="CFSOnHandVolumeView"><Key><PropertyRef Name="JSL_PK" /></Key><Property Name="JSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JSL_JSB_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="ControllingCustomer" Type="Edm.String" MaxLength="12" /><Property Name="JSB_BookingId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JSL_BookingLineId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JSL_LastReceiptDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JD_OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_LineNo" Type="Edm.Int32" Nullable="false" /><Property Name="JO_Partno" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_LineReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Description" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="JO_OpenQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_BookedQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_BookedPackages" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_F3_NKBookedPackagesUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_ExWorksDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OnHandQuantity" Type="Edm.Decimal" Precision="38" Scale="5" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JO_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="BookedPackagesUnit" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JSL_F3_NKBookedPackagesUnit" ReferencedProperty="F3_Code" /></NavigationProperty></EntityType><EntityType Name="CIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusClassPartPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CI_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="CLHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CLH_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="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="CLHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="CLH_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="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="CLHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="CLH_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="JobRequiredDocument" Abstract="true"><Key><PropertyRef Name="EQ_PK" /></Key><Property Name="EQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EQ_CreditControlDoc" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_DateReceived" Type="Edm.DateTimeOffset" /><Property Name="EQ_DateRequired" Type="Edm.DateTimeOffset" /><Property Name="EQ_DocCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="EQ_DocNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="EQ_DocPeriod" Type="Edm.String" DefaultValue="SHP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_DocumentNotes" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="EQ_DocUsage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="EQ_IssuePlace" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="EQ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_OH_DocumentOwner" Type="Edm.Guid" /><Property Name="EQ_OH_IssuedBy" Type="Edm.Guid" /><Property Name="EQ_OriginalDocRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_ParentID" Type="Edm.Guid" /><Property Name="EQ_RcvFromCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_ReturnToShipper" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_RN_NKRelatedCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EQ_SntToCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_TemplateTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_ValidToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Annotation Term="Glow.TableCode" String="EQ" /></EntityType><EntityType Name="CLHJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_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="CLHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CLH_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="CLHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="CLH_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="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="CLHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CLH_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="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="CLHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="CLH_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="ClientContractContainerDetention"><Key><PropertyRef Name="RCD_PK" /></Key><Property Name="RCD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCD_AutoVersion" Type="Edm.Int16" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RCD_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="RCD_RCT" Type="Edm.Guid" Nullable="false" /><Property Name="RCD_OH_Client" Type="Edm.Guid" /><Property Name="RCD_OriginPortOrCountry" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCD_DetentionPortOrCountry" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCD_Direction" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_ContainerType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_FreeDays" Type="Edm.Byte" Nullable="false" /><Property Name="RCD_OH_CTO" Type="Edm.Guid" /><Property Name="RCD_PenaltyType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_FreeDayType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_CEX_DurationExclusion" Type="Edm.Guid" /><Property Name="RCD_CEX_FreeDayExclusion" Type="Edm.Guid" /><Property Name="RCD_StartDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCD_EndDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCD_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCD_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ClientContract" Type="Odyssey.ClientContract" Nullable="false" Partner="ClientContractContainerDetentions"><ReferentialConstraint Property="RCD_RCT" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="RCD_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CTO" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="RCD_OH_CTO" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DurationExclusion" Type="Odyssey.ContainerPenaltyDayExclusion"><ReferentialConstraint Property="RCD_CEX_DurationExclusion" ReferencedProperty="CEX_PK" /></NavigationProperty><NavigationProperty Name="FreeDayExclusion" Type="Odyssey.ContainerPenaltyDayExclusion"><ReferentialConstraint Property="RCD_CEX_FreeDayExclusion" ReferencedProperty="CEX_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RCD" /></EntityType><EntityType Name="ClientContract"><Key><PropertyRef Name="RCT_PK" /></Key><Property Name="RCT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCT_AutoVersion" Type="Edm.Int16" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RCT_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="RCT_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="RCT_GC" Type="Edm.Guid" /><Property Name="RCT_ContractNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="RCT_StartDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCT_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCT_ContractType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_OH" Type="Edm.Guid" Nullable="false" /><Property Name="RCT_Description" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="RCT_GS_NKContractOwner" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCT_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCT_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ContractOwner" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_GS_NKContractOwner" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ServiceProvider" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="RCT_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="RCT_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="ClientContractContainerDetentions" Type="Collection(Odyssey.ClientContractContainerDetention)" Partner="ClientContract" /><Annotation Term="Glow.TableCode" String="RCT" /></EntityType><EntityType Name="CLLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CLL_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="CLLAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListLine" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="CLL_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="CLLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CLL_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="ConsolDischargeRelatedPort"><Key><PropertyRef Name="JCDR_PK" /></Key><Property Name="JCDR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCDR_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JCDR_RelatedPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolDischargeRelatedPorts"><ReferentialConstraint Property="JCDR_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ConsolDischargeZonePort"><Key><PropertyRef Name="JCKD_PK" /></Key><Property Name="JCKD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCKD_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JCKD_UNLOCO" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JCKD_ZoneCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolDischargeZonePorts"><ReferentialConstraint Property="JCKD_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ConsolDischargeZoneRelatedPort"><Key><PropertyRef Name="JKDR_PK" /></Key><Property Name="JKDR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKDR_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JKDR_ZoneCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolDischargeZoneRelatedPorts"><ReferentialConstraint Property="JKDR_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ConsolJobFactMetadataProxy"><Key><PropertyRef Name="CJP_PK" /></Key><Property Name="CJP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JK_PrepaidCollect" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_AgentType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CJP_OH_SendingAgent" Type="Edm.Guid" /><Property Name="CJP_OH_ReceivingAgent" Type="Edm.Guid" /><Property Name="CJP_JK_RL_NKLoadPort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="CJP_JK_RL_NKDischargePort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="JFP_GB_BranchByJob" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="SendingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CJP_OH_SendingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReceivingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CJP_OH_ReceivingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="CJP_JK_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="CJP_JK_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty></EntityType><EntityType Name="ConsolLatestBookingStatusAndDate"><Key><PropertyRef Name="JKS_PK" /></Key><Property Name="JKS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKS_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JKS_LatestBookingStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JKS_LatestBookingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="CCAJobConsolViews" Type="Collection(Odyssey.CCAJobConsolView)" Partner="ConsolLatestBookingStatusAndDate" /><NavigationProperty Name="CCAJobContainerViews" Type="Collection(Odyssey.CCAJobContainerView)" Partner="ConsolLatestBookingStatusAndDate" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolLatestBookingStatusAndDates"><ReferentialConstraint Property="JKS_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="JobConsolAndContainers" Type="Collection(Odyssey.JobConsolAndContainer)" Partner="ConsolLatestBookingStatusAndDate" /></EntityType><EntityType Name="ConsolLoadRelatedPort"><Key><PropertyRef Name="JCLR_PK" /></Key><Property Name="JCLR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCLR_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JCLR_RelatedPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolLoadRelatedPorts"><ReferentialConstraint Property="JCLR_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ConsolLoadZonePort"><Key><PropertyRef Name="JCKL_PK" /></Key><Property Name="JCKL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCKL_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JCKL_UNLOCO" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JCKL_ZoneCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolLoadZonePorts"><ReferentialConstraint Property="JCKL_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ConsolLoadZoneRelatedPort"><Key><PropertyRef Name="JKLR_PK" /></Key><Property Name="JKLR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKLR_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JKLR_ZoneCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="ConsolLoadZoneRelatedPorts"><ReferentialConstraint Property="JKLR_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="ContainerLoadListHeader" Abstract="true"><Key><PropertyRef Name="CLH_PK" /></Key><Property Name="CLH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CLH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CLH_CoLoadMasterShipmentType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CLH_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CLH_IsDraft" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CLH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CLH_JSB_Booking" Type="Edm.Guid" /><Property Name="CLH_JSL_CoLoadMasterShipmentLeadLine" Type="Edm.Guid" /><Property Name="CLH_LoadListId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="CLH_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="CLH_MarksAndNumbersVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CLH_OA_CFSAddress" Type="Edm.Guid" /><Property Name="CLH_OA_CoLoadMasterShipmentDeliverToAddress" Type="Edm.Guid" /><Property Name="CLH_OH_CoLoadMasterShipmentConsignee" Type="Edm.Guid" /><Property Name="CLH_OH_CoLoadMasterShipmentConsignor" Type="Edm.Guid" /><Property Name="CLH_OH_LoadListParty" Type="Edm.Guid" /><Property Name="CLH_PlannedTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLH_RL_NKPlannedDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CLH_RL_NKPlannedLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CLH_Status" Type="Edm.String" DefaultValue="INC" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CLH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CLH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="IsBuyer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsControllingCustomer" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="CoLoadMasterShipmentLeadLine" Type="Odyssey.JobSupplierBookingLine"><ReferentialConstraint Property="CLH_JSL_CoLoadMasterShipmentLeadLine" ReferencedProperty="JSL_PK" /></NavigationProperty><NavigationProperty Name="CFSAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CLH_OA_CFSAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CoLoadMasterShipmentDeliverToAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CLH_OA_CoLoadMasterShipmentDeliverToAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CoLoadMasterShipmentConsignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CLH_OH_CoLoadMasterShipmentConsignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CoLoadMasterShipmentConsignor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CLH_OH_CoLoadMasterShipmentConsignor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LoadListParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CLH_OH_LoadListParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CFSContainerLoadListLines" Type="Collection(Odyssey.CFSContainerLoadListLine)" Partner="LoadListHeader" /><NavigationProperty Name="CYContainerLoadListLines" Type="Collection(Odyssey.CYContainerLoadListLine)" Partner="LoadListHeader" /><NavigationProperty Name="JobContainers" Type="Collection(Odyssey.JobContainer)" Partner="LoadListPlan" /><NavigationProperty Name="PlannedDischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CLH_RL_NKPlannedDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PlannedLoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CLH_RL_NKPlannedLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CLH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CLH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.CLHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.CLHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.CLHConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.CLHExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.CLHJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.CLHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.CLHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.CLHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.CLHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.CLHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowMilestones" Type="Collection(Odyssey.CLHWorkflowMilestone)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.CLHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CLHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CLH" /></EntityType><EntityType Name="CYContainerLoadList" BaseType="Odyssey.ContainerLoadListHeader"><NavigationProperty Name="Booking" Type="Odyssey.JobSupplierBooking" Partner="CYContainerLoadLists"><ReferentialConstraint Property="CLH_JSB_Booking" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><EntityType Name="CFSContainerLoadList" BaseType="Odyssey.ContainerLoadListHeader"><NavigationProperty Name="Booking" Type="Odyssey.JobSupplierBooking" Partner="CFSContainerLoadLists"><ReferentialConstraint Property="CLH_JSB_Booking" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><EntityType Name="ContainerLoadListLine" Abstract="true"><Key><PropertyRef Name="CLL_PK" /></Key><Property Name="CLL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CLL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CLL_CLH_LoadListHeader" Type="Edm.Guid" Nullable="false" /><Property Name="CLL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="CLL_F3_NKPackagesUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLL_HarmonizedCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CLL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CLL_JC_Container" Type="Edm.Guid" /><Property Name="CLL_JL_PackLine" Type="Edm.Guid" /><Property Name="CLL_JSL_BookingLine" Type="Edm.Guid" Nullable="false" /><Property Name="CLL_LoadSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CLL_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="CLL_Packages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CLL_PackedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="CLL_PlannedPackages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CLL_PlannedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="CLL_PlannedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CLL_PlannedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CLL_RC_PlannedContainerType" Type="Edm.Guid" /><Property Name="CLL_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="CLL_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CLL_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLL_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CLL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CLL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CLL_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CLL_VolumeUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CLL_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CLL_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><NavigationProperty Name="BookingLine" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="ContainerLoadListLines"><ReferentialConstraint Property="CLL_JSL_BookingLine" ReferencedProperty="JSL_PK" /></NavigationProperty><NavigationProperty Name="PlannedContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="CLL_RC_PlannedContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="PackagesUnit" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="CLL_F3_NKPackagesUnit" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="CLL_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CLL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CLL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.CLLAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.CLLExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.CLLLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CLLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CLL" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CLL_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="CLL_VolumeUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CLL_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="CLL_WeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CLL_PlannedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="CLL_VolumeUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CLL_PlannedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="CLL_WeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="CFSContainerLoadListLine" BaseType="Odyssey.ContainerLoadListLine"><NavigationProperty Name="LoadListHeader" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="CFSContainerLoadListLines"><ReferentialConstraint Property="CLL_CLH_LoadListHeader" ReferencedProperty="CLH_PK" /></NavigationProperty><NavigationProperty Name="Container" Type="Odyssey.JobContainer" Partner="CFSContainerLoadListLines"><ReferentialConstraint Property="CLL_JC_Container" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="PackLine" Type="Odyssey.JobPackLine" Partner="CFSContainerLoadListLines"><ReferentialConstraint Property="CLL_JL_PackLine" ReferencedProperty="JL_PK" /></NavigationProperty></EntityType><EntityType Name="CYContainerLoadListLine" BaseType="Odyssey.ContainerLoadListLine"><NavigationProperty Name="LoadListHeader" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="CYContainerLoadListLines"><ReferentialConstraint Property="CLL_CLH_LoadListHeader" ReferencedProperty="CLH_PK" /></NavigationProperty><NavigationProperty Name="Container" Type="Odyssey.JobContainer" Partner="CYContainerLoadListLines"><ReferentialConstraint Property="CLL_JC_Container" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="PackLine" Type="Odyssey.JobPackLine" Partner="CYContainerLoadListLines"><ReferentialConstraint Property="CLL_JL_PackLine" ReferencedProperty="JL_PK" /></NavigationProperty></EntityType><EntityType Name="ContainerPenaltyDayExclusion"><Key><PropertyRef Name="CEX_PK" /></Key><Property Name="CEX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CEX_Friday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Holiday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Monday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CEX_Saturday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Sunday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CEX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CEX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEX_Thursday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Tuesday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Wednesday" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CEX_Weekend" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CEX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CEX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CEXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IContainerPenaltyDayExclusionInfo" /><Annotation Term="Glow.TableCode" String="CEX" /></EntityType><EntityType Name="ConversationParticipant" Abstract="true"><Key><PropertyRef Name="JCP_PK" /></Key><Property Name="JCP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JCP_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="JCP_IsSubscribed" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JCP_JCC_Conversation" Type="Edm.Guid" Nullable="false" /><Property Name="JCP_ParticipantID" Type="Edm.Guid" /><Property Name="JCP_Relation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" /><Property Name="JCP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Conversation" Type="Odyssey.Conversation" Nullable="false" Partner="JobConversationParticipants"><ReferentialConstraint Property="JCP_JCC_Conversation" ReferencedProperty="JCC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JCPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JCP" /></EntityType><EntityType Name="GGConversationParticipant" BaseType="Odyssey.ConversationParticipant" /><EntityType Name="GSConversationParticipant" BaseType="Odyssey.ConversationParticipant" /><EntityType Name="HAConversationParticipant" BaseType="Odyssey.ConversationParticipant" /><EntityType Name="OCConversationParticipant" BaseType="Odyssey.ConversationParticipant" /><EntityType Name="OHConversationParticipant" BaseType="Odyssey.ConversationParticipant" /><EntityType Name="Conversation" Abstract="true"><Key><PropertyRef Name="JCC_PK" /></Key><Property Name="JCC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JCC_ParentID" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="JobConversationParticipants" Type="Collection(Odyssey.ConversationParticipant)" Partner="Conversation" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JCCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JCC" /></EntityType><EntityType Name="AIHConversation" BaseType="Odyssey.Conversation" /><EntityType Name="ASTConversation" BaseType="Odyssey.Conversation" /><EntityType Name="ACHConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CSCConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CSHConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CVOConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CPOConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CLHConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty></EntityType><EntityType Name="EMHConversation" BaseType="Odyssey.Conversation" /><EntityType Name="V3Conversation" BaseType="Odyssey.Conversation" /><EntityType Name="GCRConversation" BaseType="Odyssey.Conversation" /><EntityType Name="GAConversation" BaseType="Odyssey.Conversation" /><EntityType Name="HRRConversation" BaseType="Odyssey.Conversation" /><EntityType Name="LBDConversation" BaseType="Odyssey.Conversation" /><EntityType Name="INCConversation" BaseType="Odyssey.Conversation" /><EntityType Name="JCConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="JC_PK" /></NavigationProperty></EntityType><EntityType Name="JUConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerLeg" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="JU_PK" /></NavigationProperty></EntityType><EntityType Name="JEConversation" BaseType="Odyssey.Conversation" /><EntityType Name="JDConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><EntityType Name="JSConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="JSBConversation" BaseType="Odyssey.Conversation"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="Conversations"><ReferentialConstraint Property="JCC_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><EntityType Name="RQConversation" BaseType="Odyssey.Conversation" /><EntityType Name="RRNConversation" BaseType="Odyssey.Conversation" /><EntityType Name="WDConversation" BaseType="Odyssey.Conversation" /><EntityType Name="WKRConversation" BaseType="Odyssey.Conversation" /><EntityType Name="DRQConversation" BaseType="Odyssey.Conversation" /><EntityType Name="CusClassPartPivot"><Key><PropertyRef Name="CI_PK" /></Key><Property Name="CI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CI_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="CI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CI_CC" Type="Edm.Guid" /><Property Name="CI_CGC_Catalog" Type="Edm.Guid" /><Property Name="CI_ChildListOrder" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="CI_ChildQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CI_ChildQtyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_ChildType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_CI_Parent" Type="Edm.Guid" /><Property Name="CI_ConcessionOrder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CI_DateEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CI_DateStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CI_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="525" Unicode="false" /><Property Name="CI_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CI_LastAuditedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CI_LastAuditedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_NAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="CI_NDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="525" /><Property Name="CI_OH" Type="Edm.Guid" /><Property Name="CI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="CI_PartPivotUOM" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_PrimaryPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CI_RelatedIndicator" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="CI_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CI_RN_NKCountryOfExport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CI_RN_NKCountryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CI_RW_NKOriginState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_SecondaryPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="CI_SupplementalTariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_TariffChangePending" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CI_TariffNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CI_UsageComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="CI_ValuationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CI_ValuationMarkup" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CI_ZZF_NKTaxType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CI_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false"><ReferentialConstraint Property="CI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CI_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfExport" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CI_RN_NKCountryOfExport" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CI_RN_NKCountryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="ICusClassPartPivotInfo" /><Annotation Term="Glow.TableCode" String="CI" /></EntityType><EntityType Name="CusOutturnHeader"><Key><PropertyRef Name="C6_PK" /></Key><Property Name="C6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="C6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="C6_CommercialStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_DateOfArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="C6_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="C6_LloydsIMO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="C6_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_OA_OutturningPremise" Type="Edm.Guid" /><Property Name="C6_OutturningPremiseID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C6_RadioCallSign" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C6_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="C6_RN_NKCountryOfRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="C6_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="C6_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="C6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="C6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C6_VesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="C6_VoyageNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="OutturningPremise" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C6_OA_OutturningPremise" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CountryOfRegistration" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="C6_RN_NKCountryOfRegistration" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.C6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="ICusOutturnHeaderInfo" /><Annotation Term="Glow.TableCode" String="C6" /></EntityType><EntityType Name="CYBookingDueCLLView"><Key><PropertyRef Name="JSB_PK" /></Key><Property Name="JSB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ControllingCustomerCode" Type="Edm.String" MaxLength="12" /><Property Name="ControllingCustomerName" Type="Edm.String" MaxLength="100" /><Property Name="BookingId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="TransportMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LoadPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="DischargePort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CargoAvailableDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="IncoTerm" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SupplierCode" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="SupplierName" Type="Edm.String" Nullable="false" MaxLength="100" /><Property Name="BookingParty" Type="Edm.Guid" /><Property Name="BuyerCode" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="BuyerName" Type="Edm.String" Nullable="false" MaxLength="100" /><Property Name="ConsigneeCode" Type="Edm.String" MaxLength="12" /><Property Name="ConsigneeName" Type="Edm.String" MaxLength="100" /><Property Name="Origin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Destination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="TotalVolume" Type="Edm.Decimal" Precision="38" Scale="13" /><Property Name="TotalWeight" Type="Edm.Decimal" Precision="38" Scale="13" /><Property Name="BookedOnDate" Type="Edm.DateTimeOffset" /><Property Name="CreateTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="DepartureTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property></EntityType><EntityType Name="D1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobConsolidatedTransportBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="D1_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="D2Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobPackProduct" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="D2_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="D4Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobSundryCharge" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="D4_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="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="DocsAndCartageDetail" Abstract="true"><Key><PropertyRef Name="JP_PK" /></Key><Property Name="JP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JP_ArrivalCartageRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JP_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JP_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JP_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="3" /><Property Name="JP_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="3" /><Property Name="JP_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_DeliveryCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryCartageCompleted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryLabourCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_DeliveryLabourTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="JP_DeliveryRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryRequiredFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryTruckWaitCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_DeliveryTruckWaitTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JP_EstimatedDelivery" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_EstimatedPickup" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_ExportStatement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_FCLDeliveryDetentionCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_FCLDeliveryDetentionDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLDeliveryDetentionFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLDeliveryEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLPickupDetentionCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_FCLPickupDetentionDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLPickupDetentionFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLPickupEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLStorageCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_HasProhibitedPackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_InsuranceRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_IsContingencyRelease" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_LCLAirStorageCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_LCLAirStorageDaysOrHours" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_LCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_LCLDatesOverrideConsol" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_LCLStorageCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_OA_DeliveryCartageCoAddr" Type="Edm.Guid" /><Property Name="JP_OA_PickupCartageCoAddr" Type="Edm.Guid" /><Property Name="JP_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JP_PickupCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupCartageCompleted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupLabourCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_PickupLabourTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="JP_PickupRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupRequiredFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupTruckWaitCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_PickupTruckWaitTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JP_PrintOptionForPackagesOnAWB" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DeliveryCartageCoAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JP_OA_DeliveryCartageCoAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PickupCartageCoAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JP_OA_PickupCartageCoAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="JobOrderItems" Type="Collection(Odyssey.JobOrderItem)" Partner="JobDocsAndCartage" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.JPAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JPJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JP" /></EntityType><EntityType Name="HVHDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="DocsAndCartageDetails"><ReferentialConstraint Property="JP_ParentID" ReferencedProperty="HVH_PK" /></NavigationProperty></EntityType><EntityType Name="JEDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail" /><EntityType Name="JSDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="DocsAndCartageDetails"><ReferentialConstraint Property="JP_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></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="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="E9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerMove" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="E9_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="EFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EF_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="JobOrderContainer" Abstract="true"><Key><PropertyRef Name="J1_PK" /></Key><Property Name="J1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J1_Additional2SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="J1_AdditionalSealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="J1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J1_ContainerCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="J1_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="J1_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="J1_RC" Type="Edm.Guid" /><Property Name="J1_SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="J1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="J1" /></EntityType><EntityType Name="EFJobOrderContainer" BaseType="Odyssey.JobOrderContainer"><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="J1_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Nullable="false" Partner="JobOrderContainers"><ReferentialConstraint Property="J1_ParentID" ReferencedProperty="EF_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="EFLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="EF_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="EFNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="EF_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="EJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobTradeLane" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EJ_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="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="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="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="EUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobPickupDeliveryConfirm" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EU_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="EUAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobPickupDeliveryConfirm" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="EU_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="EWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobBookedCtgMove" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EW_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="ExternalRequest" Abstract="true"><Key><PropertyRef Name="REQ_PK" /></Key><Property Name="REQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="REQ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="REQ_CloseTime" Type="Edm.DateTimeOffset" /><Property Name="REQ_Content" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="REQ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="REQ_OC_AssignedContact" Type="Edm.Guid" /><Property Name="REQ_OC_ReviewerContact" Type="Edm.Guid" /><Property Name="REQ_OH_AssignedOrganization" Type="Edm.Guid" /><Property Name="REQ_OH_ReviewerOrganization" Type="Edm.Guid" /><Property Name="REQ_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="REQ_ParentJobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="REQ_RequesteeCompleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="REQ_RequestID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="REQ_RequiredByDate" Type="Edm.DateTimeOffset" /><Property Name="REQ_Response" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="REQ_ResponseTime" Type="Edm.DateTimeOffset" /><Property Name="REQ_RQT_Type" Type="Edm.Guid" Nullable="false" /><Property Name="REQ_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="REQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="REQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="REQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="REQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="REQ_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="REQ_Notes" Type="Edm.Stream" Nullable="false"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="AssignedContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="REQ_OC_AssignedContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ReviewerContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="REQ_OC_ReviewerContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedOrganization" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="REQ_OH_AssignedOrganization" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReviewerOrganization" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="REQ_OH_ReviewerOrganization" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Type" Type="Odyssey.ExternalRequestType" Nullable="false"><ReferentialConstraint Property="REQ_RQT_Type" ReferencedProperty="RQT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="REQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="REQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.REQLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.REQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="REQ" /></EntityType><EntityType Name="CLHExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty></EntityType><EntityType Name="CLLExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListLine" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="CLL_PK" /></NavigationProperty></EntityType><EntityType Name="JKExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JDExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><EntityType Name="JOExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty></EntityType><EntityType Name="JSExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="JSBExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><EntityType Name="JSLExternalRequest" BaseType="Odyssey.ExternalRequest"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="ExternalRequests"><ReferentialConstraint Property="REQ_ParentID" ReferencedProperty="JSL_PK" /></NavigationProperty></EntityType><EntityType Name="ExternalRequestType"><Key><PropertyRef Name="RQT_PK" /></Key><Property Name="RQT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RQT_Assignee" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="RQT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQT_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RQT_JobType" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQT_RequiredInDays" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="RQT_Reviewer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQT_RIT_Template" Type="Edm.Guid" /><Property Name="RQT_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RQT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RQT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RQT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RQT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RQT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RQTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IExternalRequestTypeInfo" /><Annotation Term="Glow.TableCode" String="RQT" /></EntityType><EntityType Name="EYAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobCartageRunSheet" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EY_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="EYAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobCartageRunSheet" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="EY_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="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="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="HCHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignmentHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HCH_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="HVCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVC_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="HVCAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="HVC_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="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="HVCJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="HVC_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="HVCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVC_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="HVCNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="HVC_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="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="HVCReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="HVC_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="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="HVCWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVC_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="HVCWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVC_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="HVHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVH_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="HVHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="HVH_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="HVHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVH_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="HVHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="HVH_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="HVHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVH_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="HVHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVH_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="HVIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVI_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="HVILog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItem" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVI_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="HVIWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItem" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVI_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="HVIWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItem" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVI_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="HVLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVL_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="HVLAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="HVL_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="HVLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVL_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="HVLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="HVL_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="HVLVBookingHeader"><Key><PropertyRef Name="HVH_PK" /></Key><Property Name="HVH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HVH_BookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HVH_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HVH_DeniedPartyScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_GrossVolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVH_GrossWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="HVH_IsBookingConfirmed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVH_IsBookingReceived" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVH_IsProcessedAtOriginDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVH_OA_BillToParty" Type="Edm.Guid" Nullable="false" /><Property Name="HVH_OA_DispatchAddress" Type="Edm.Guid" /><Property Name="HVH_OA_OriginDepot" Type="Edm.Guid" /><Property Name="HVH_OC_BillToPartyContact" Type="Edm.Guid" /><Property Name="HVH_OC_BookedBy" Type="Edm.Guid" /><Property Name="HVH_OH_FreightAgent" Type="Edm.Guid" /><Property Name="HVH_RS_NKBookingServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_UseShipperDeliveryAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="BillToParty" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="HVH_OA_BillToParty" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DispatchAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVH_OA_DispatchAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OriginDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVH_OA_OriginDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="BillToPartyContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="HVH_OC_BillToPartyContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="BookedBy" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="HVH_OC_BookedBy" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="FreightAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVH_OH_FreightAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HVLVConsignments" Type="Collection(Odyssey.HVLVConsignment)" Partner="BookingHeader" /><NavigationProperty Name="BookingServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="HVH_RS_NKBookingServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.HVHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DocsAndCartageDetails" Type="Collection(Odyssey.HVHDocsAndCartageDetail)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.HVHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.HVHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HVH" /></EntityType><EntityType Name="HVLVBookingHeaderView"><Key><PropertyRef Name="HVH_PK" /></Key><Property Name="HVH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVH_BookingReference" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVH_RS_NKBookingServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVH_IsBookingReceived" Type="Edm.Boolean" Nullable="false" /><Property Name="HVH_ISBookingConfirmed" Type="Edm.Boolean" Nullable="false" /><Property Name="DispatchAddress" Type="Edm.String" Nullable="false" MaxLength="65" /><Property Name="BillToParty" Type="Edm.String" Nullable="false" MaxLength="65" /><Property Name="OriginDepot" Type="Edm.String" Nullable="false" MaxLength="65" /><NavigationProperty Name="BookingServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="HVH_RS_NKBookingServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty></EntityType><EntityType Name="HVLVConsignmentHeader"><Key><PropertyRef Name="HCH_PK" /></Key><Property Name="HCH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HCH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HCH_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HCH_DeniedPartyScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HCH_IsArchived" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HCH_IsDetached" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HCH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="16" Unicode="false" /><Property Name="HCH_JS_Shipment" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HCH_ScanCompleteTime" Type="Edm.DateTimeOffset" /><Property Name="HCH_ScanStartTime" Type="Edm.DateTimeOffset" /><Property Name="HCH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HCH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HCH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HCH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HCH_UsageType" Type="Edm.String" DefaultValue="S" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="Shipment" Type="Odyssey.JobShipment" Nullable="false" Partner="HVLVConsignmentHeaders"><ReferentialConstraint Property="HCH_JS_Shipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="HVLVConsignments" Type="Collection(Odyssey.HVLVConsignment)" Partner="Header" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HCH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HCH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HCHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HCH" /></EntityType><EntityType Name="HVLVConsignment"><Key><PropertyRef Name="HVC_PK" /></Key><Property Name="HVC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVC_ACASInterchangeStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ACASMessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ACASStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVC_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVC_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVC_AuthorityToLeave" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_CarrierAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="HVC_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="HVC_ConsigneeAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ConsigneeAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ConsigneeAddressValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ConsigneeCity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="HVC_ConsigneeContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ConsigneeEmail" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="HVC_ConsigneeFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ConsigneeInstructions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ConsigneeMobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ConsigneeName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="HVC_ConsigneePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ConsigneePostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="HVC_ConsigneeState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="HVC_ConsignmentId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVC_DeniedPartyScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ExportCustomsClearanceStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ExportReleaseStatus" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2560" /><Property Name="HVC_GoodsDescriptionVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="HVC_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="HVC_HCH_Header" Type="Edm.Guid" /><Property Name="HVC_HVH_BookingHeader" Type="Edm.Guid" /><Property Name="HVC_ImportCustomsClearanceStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ImportReleaseStatus" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_INCO" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_InsuranceValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="HVC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="HVC_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsPerishable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsPersonalEffects" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsSelfBooked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsSignatureRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsTaxPrePaid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsTimber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsTracked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_IsValidatedForUniqueness" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_ItemCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="HVC_JE_ExportDeclaration" Type="Edm.Guid" /><Property Name="HVC_JE_ImportDeclaration" Type="Edm.Guid" /><Property Name="HVC_ManifestedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVC_ManifestedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVC_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="HVC_OA_DestinationDepot" Type="Edm.Guid" /><Property Name="HVC_OA_ReturnLocation" Type="Edm.Guid" /><Property Name="HVC_OA_ShipperAddress" Type="Edm.Guid" /><Property Name="HVC_OH_LastMileCarrier" Type="Edm.Guid" /><Property Name="HVC_OH_LastMileCarrierBookingAgent" Type="Edm.Guid" /><Property Name="HVC_PL_NKLastMileCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_PreScreeningStatus" Type="Edm.String" DefaultValue="UNK" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ReferenceIsUnique" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="HVC_RequiresFumigation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVC_ReturnAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ReturnAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ReturnCity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="HVC_ReturnContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="HVC_ReturnEmail" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="HVC_ReturnFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ReturnMobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ReturnName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="HVC_ReturnPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ReturnPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="HVC_ReturnState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="HVC_RN_NKConsigneeCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVC_RN_NKReturnCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVC_RN_NKShipperCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVC_RS_NKServiceLevel" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_RX_NKGoodsValueCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_ShipperAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="HVC_ShipperAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="HVC_ShipperCity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVC_ShipperContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="HVC_ShipperEmail" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" Unicode="false" /><Property Name="HVC_ShipperFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ShipperMobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ShipperName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="HVC_ShipperPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVC_ShipperPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="HVC_ShipperReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVC_ShipperState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVC_Status" Type="Edm.String" DefaultValue="BKD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVC_TransportValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="HVC_UndgClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="HVC_VendorIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVC_VolumeUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVC_WaybillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Header" Type="Odyssey.HVLVConsignmentHeader" Partner="HVLVConsignments"><ReferentialConstraint Property="HVC_HCH_Header" ReferencedProperty="HCH_PK" /></NavigationProperty><NavigationProperty Name="BookingHeader" Type="Odyssey.HVLVBookingHeader" Partner="HVLVConsignments"><ReferentialConstraint Property="HVC_HVH_BookingHeader" ReferencedProperty="HVH_PK" /></NavigationProperty><NavigationProperty Name="ExportDeclaration" Type="Odyssey.JobDeclarationInfo"><ReferentialConstraint Property="HVC_JE_ExportDeclaration" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="ImportDeclaration" Type="Odyssey.JobDeclarationInfo"><ReferentialConstraint Property="HVC_JE_ImportDeclaration" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVC_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DestinationDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVC_OA_DestinationDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ReturnLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVC_OA_ReturnLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipperAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVC_OA_ShipperAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LastMileCarrierBookingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVC_OH_LastMileCarrierBookingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LastMileCarrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVC_OH_LastMileCarrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HVLVItems" Type="Collection(Odyssey.HVLVItem)" Partner="Consignment" /><NavigationProperty Name="ConsigneeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="HVC_RN_NKConsigneeCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ReturnCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="HVC_RN_NKReturnCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ShipperCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="HVC_RN_NKShipperCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="HVC_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="GoodsValueCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="HVC_RX_NKGoodsValueCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.HVCAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.HVCJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVCLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.HVCNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVCProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.HVCReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.HVCWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVCWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HVC" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVC_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="HVC_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVC_ManifestedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="HVC_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVC_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="HVC_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVC_ManifestedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="HVC_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="HVLVConsolLastMileCarrier"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="OH_FullName" Type="Edm.String" Nullable="false" MaxLength="100" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_JK" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="HVLVConsolLastMileCarriers"><ReferentialConstraint Property="OH_JK" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="HVLVItemLine"><Key><PropertyRef Name="HVS_PK" /></Key><Property Name="HVS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVS_CC_Lookup" Type="Edm.Guid" /><Property Name="HVS_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="HVS_CustomsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="HVS_DestinationTariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVS_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="HVS_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVS_HVI_HVLVItem" Type="Edm.Guid" Nullable="false" /><Property Name="HVS_IntrinsicValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="HVS_ItemURL" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Property Name="HVS_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVS_OriginGoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="HVS_OriginTariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVS_ProductCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVS_Quantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="HVS_RN_NKOriginCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVS_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="HVLVItem" Type="Odyssey.HVLVItem" Nullable="false" Partner="HVLVItemLines"><ReferentialConstraint Property="HVS_HVI_HVLVItem" ReferencedProperty="HVI_PK" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="HVS_RN_NKOriginCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVSLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVSProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.HVSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HVS" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVS_NetWeight" /><PropertyValue Property="UnitProperty" PropertyPath="HVS_WeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="HVS_GrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="HVS_WeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="HVLVItem"><Key><PropertyRef Name="HVI_PK" /></Key><Property Name="HVI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVI_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_CarrierBookingStatus" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="HVI_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVI_CurrentBarcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVI_DestinationFirstUsageTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVI_ExportReleaseStatus" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="HVI_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_GB_NKLastUsingBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="65" /><Property Name="HVI_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_HVC_Consignment" Type="Edm.Guid" Nullable="false" /><Property Name="HVI_HVL_LoadList" Type="Edm.Guid" /><Property Name="HVI_HVO_OuterPackage" Type="Edm.Guid" /><Property Name="HVI_ImportReleaseStatus" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="HVI_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="HVI_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_IsPillaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_IsScannedAtDestination" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_IsUllaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_IsUnmanifestedAtDestination" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_IsValidatedForUniqueness" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVI_ItemId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVI_JS_LoadedOnShipment" Type="Edm.Guid" /><Property Name="HVI_KM_LastMileTransportBooking" Type="Edm.Guid" /><Property Name="HVI_LastUsageCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ManifestedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ManifestedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_SecurityFilingFirstUsageTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVI_ShipperReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVI_Status" Type="Edm.String" DefaultValue="MAN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVI_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVI_UsageType" Type="Edm.String" DefaultValue="S" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="HVI_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="HVLVItemLines" Type="Collection(Odyssey.HVLVItemLine)" Partner="HVLVItem" /><NavigationProperty Name="Consignment" Type="Odyssey.HVLVConsignment" Nullable="false" Partner="HVLVItems"><ReferentialConstraint Property="HVI_HVC_Consignment" ReferencedProperty="HVC_PK" /></NavigationProperty><NavigationProperty Name="LoadList" Type="Odyssey.HVLVOriginLoadList" Partner="HVLVItems"><ReferentialConstraint Property="HVI_HVL_LoadList" ReferencedProperty="HVL_PK" /></NavigationProperty><NavigationProperty Name="OuterPackage" Type="Odyssey.HVLVOuterPackage" Partner="HVLVItems"><ReferentialConstraint Property="HVI_HVO_OuterPackage" ReferencedProperty="HVO_PK" /></NavigationProperty><NavigationProperty Name="LoadedOnShipment" Type="Odyssey.JobShipment" Partner="HVLVItems"><ReferentialConstraint Property="HVI_JS_LoadedOnShipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="LastMileTransportBooking" Type="Odyssey.DtbBookingInfo"><ReferentialConstraint Property="HVI_KM_LastMileTransportBooking" ReferencedProperty="KM_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="HVI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVILog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVIProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.HVIWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVIWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HVI" /></EntityType><EntityType Name="HVLVItemView"><Key><PropertyRef Name="HVI_PK" /></Key><Property Name="HVI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVI_ItemId" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVI_CurrentBarcode" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVI_ShipperReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVI_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LoadedOnShipment" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="HVI_ManifestedWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ManifestedVolume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ActualVolume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="HVI_ActualWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="PackageType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="HVI_IsDamaged" Type="Edm.Boolean" Nullable="false" /><Property Name="HVI_IsPillaged" Type="Edm.Boolean" Nullable="false" /><Property Name="HVI_IsUllaged" Type="Edm.Boolean" Nullable="false" /><Property Name="ShipmentConsignor" Type="Edm.String" Nullable="false" MaxLength="65" /></EntityType><EntityType Name="HVLVOriginLoadList"><Key><PropertyRef Name="HVL_PK" /></Key><Property Name="HVL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HVL_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVL_E_Arv" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="HVL_E_Dep" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="HVL_HouseBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVL_INCO" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_IsMasterHouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVL_IsNeutralMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HVL_MasterBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVL_OA_DestinationDepot" Type="Edm.Guid" /><Property Name="HVL_OA_OriginDepot" Type="Edm.Guid" /><Property Name="HVL_OH_Carrier" Type="Edm.Guid" /><Property Name="HVL_OH_Owner" Type="Edm.Guid" /><Property Name="HVL_RC_ContainerType" Type="Edm.Guid" /><Property Name="HVL_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="HVL_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="HVL_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVL_UniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HVL_VesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="HVL_VoyageFlight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="HVLVItems" Type="Collection(Odyssey.HVLVItem)" Partner="LoadList" /><NavigationProperty Name="DestinationDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVL_OA_DestinationDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OriginDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVL_OA_OriginDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVL_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="HVL_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="HVLVOuterPackages" Type="Collection(Odyssey.HVLVOuterPackage)" Partner="LoadList" /><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="HVL_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="HVL_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="HVL_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.HVLAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVLLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.HVLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVLProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVLWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HVL" /></EntityType><EntityType Name="HVLVOuterPackageItemCountView"><Key><PropertyRef Name="HOC_PK" /></Key><Property Name="HOC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HOC_HVO_OuterPackage" Type="Edm.Guid" Nullable="false" /><Property Name="HOC_CountAll" Type="Edm.Int32" /><Property Name="HOC_CountCleared" Type="Edm.Int32" /><Property Name="HOC_CountHeld" Type="Edm.Int32" /><Property Name="HOC_CountNoneNotReported" Type="Edm.Int32" /><Property Name="HOC_CountScannedAll" Type="Edm.Int32" /><Property Name="HOC_CountScannedCleared" Type="Edm.Int32" /><Property Name="HOC_CountScannedHeld" Type="Edm.Int32" /><Property Name="HOC_CountScannedNoneNotReported" Type="Edm.Int32" /><Property Name="HOC_CountShortItems" Type="Edm.Int32" /><Property Name="HOC_CountShortHeld" Type="Edm.Int32" /><Property Name="HOC_CountSurplusItems" Type="Edm.Int32" /><Property Name="HOC_CountDeliveredItems" Type="Edm.Int32" /><NavigationProperty Name="OuterPackage" Type="Odyssey.HVLVOuterPackage" Nullable="false" Partner="HVLVOuterPackageItemCountViews"><ReferentialConstraint Property="HOC_HVO_OuterPackage" ReferencedProperty="HVO_PK" /></NavigationProperty></EntityType><EntityType Name="HVLVOuterPackage"><Key><PropertyRef Name="HVO_PK" /></Key><Property Name="HVO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HVO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HVO_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="HVO_F3_NKPackageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVO_HVL_LoadList" Type="Edm.Guid" /><Property Name="HVO_JK_LoadedOnConsol" Type="Edm.Guid" /><Property Name="HVO_JL_PackLine" Type="Edm.Guid" /><Property Name="HVO_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVO_OA_DestinationDepot" Type="Edm.Guid" /><Property Name="HVO_OH_LastMileCarrier" Type="Edm.Guid" /><Property Name="HVO_OH_Owner" Type="Edm.Guid" /><Property Name="HVO_PackageBarcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="HVO_PackageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="HVO_PL_NKLastMileCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="HVO_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HVO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HVO_UnitOfDimension" Type="Edm.String" DefaultValue="M" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVO_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVO_VolumeUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVO_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="HVO_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="HVO_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="HVLVItems" Type="Collection(Odyssey.HVLVItem)" Partner="OuterPackage" /><NavigationProperty Name="LoadList" Type="Odyssey.HVLVOriginLoadList" Partner="HVLVOuterPackages"><ReferentialConstraint Property="HVO_HVL_LoadList" ReferencedProperty="HVL_PK" /></NavigationProperty><NavigationProperty Name="LoadedOnConsol" Type="Odyssey.JobConsol"><ReferentialConstraint Property="HVO_JK_LoadedOnConsol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="PackLine" Type="Odyssey.JobPackLine"><ReferentialConstraint Property="HVO_JL_PackLine" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="DestinationDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="HVO_OA_DestinationDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LastMileCarrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVO_OH_LastMileCarrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="HVO_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PackageType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="HVO_F3_NKPackageType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="HVO_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HVO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.HVOLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.HVONote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.HVOProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.HVOWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.HVOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HVLVOuterPackageItemCountViews" Type="Collection(Odyssey.HVLVOuterPackageItemCountView)" Partner="OuterPackage" /><Annotation Term="Glow.TableCode" String="HVO" /></EntityType><EntityType Name="HVLVShipmentLastMileCarrier"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="OH_FullName" Type="Edm.String" Nullable="false" MaxLength="100" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="OH_JS" Type="Edm.Guid" /><Property Name="OH_ItemCount" Type="Edm.Int32" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="HVLVShipmentLastMileCarriers"><ReferentialConstraint Property="OH_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="HVLWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVL_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="HVOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOuterPackage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVO_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="HVOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOuterPackage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVO_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="HVONote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.HVLVOuterPackage" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="HVO_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="HVOWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOuterPackage" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVO_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="HVSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItemLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="HVS_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="HVSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItemLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVS_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="HVSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItemLine" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVS_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="HVSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItemLine" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="HVS_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="J4Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLineDelivery" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="J4_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="J6Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerPackPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="J6_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="J8Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobTransportLegPackLineDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="J8_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="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="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="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="JCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JC_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="JCAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JC_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="JCCAcknowledgement" 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.Conversation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JCC_PK" /></NavigationProperty></EntityType><EntityType Name="JCJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JC_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="JCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JC_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="JCNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JC_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="JCPAcknowledgement" 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.ConversationParticipant" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JCP_PK" /></NavigationProperty></EntityType><EntityType Name="JCReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="JC_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="JCWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JC_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="JCWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JC_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="JCWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JC_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="JDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JD_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="JDAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JD_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="JDAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JD_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="CustomsCharge" Abstract="true"><Key><PropertyRef Name="J7_PK" /></Key><Property Name="J7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J7_AdjustedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><Property Name="J7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J7_ChargeDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="J7_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_DistributeBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="J7_ExchangeRateDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="J7_ExchangeRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_FullOrPartialApportionment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_IsApportionedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsCalculated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsDutiable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsGSTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsIncludedInITOT" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsNotIncludedInInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsStatisticalValueApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="J7_Percentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="5" /><Property Name="J7_PrepaidCollect" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="J7" /></EntityType><EntityType Name="JDCustomsCharge" BaseType="Odyssey.CustomsCharge"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="CustomsCharges"><ReferentialConstraint Property="J7_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="J7_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JDJobOrderContainer" BaseType="Odyssey.JobOrderContainer"><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="J1_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="JobOrderContainers"><ReferentialConstraint Property="J1_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JDJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JDLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JD_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="JDNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JD_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="JDWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JD_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="JDWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JD_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="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="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="JJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JJ_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="JJAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JJ_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="JJLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JJ_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="JJNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JJ_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="JJReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="JJ_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="JJWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JJ_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="JJWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JJ_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="JJWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JJ_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="JKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JK_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="JKAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JK_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="JKAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JK_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="JKHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobConsolAWBSpecialHandling" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JKH_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="JKJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JK_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="JKJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JKLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JK_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="JKNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JK_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="JKReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="JK_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="JKWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JK_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="JKWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JK_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="JLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobPackLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JL_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="JMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobMawb" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JM_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="JMLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobMawb" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JM_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="JNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobConShipLink" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JN_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="JOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JO_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="JOAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JO_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="JOAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JO_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="JobBookedCtgMove"><Key><PropertyRef Name="EW_PK" /></Key><Property Name="EW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="EW_BookedHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_BookedLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_BookedPackCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="EW_BookedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_BookedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_BookedWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_DimUnit" Type="Edm.String" DefaultValue="CM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EW_DisplayOrder" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="EW_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EW_DistanceUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EW_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EW_E2DeliveryAddressID" Type="Edm.Guid" /><Property Name="EW_E2PickupAddressID" Type="Edm.Guid" /><Property Name="EW_E2WaitPointAddressID" Type="Edm.Guid" /><Property Name="EW_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EW_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EW_JC_Container" Type="Edm.Guid" /><Property Name="EW_JJ" Type="Edm.Guid" Nullable="false" /><Property Name="EW_RequestedDeliveryTimeEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EW_RequestedDeliveryTimeStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EW_RequestedPickupTimeEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EW_RequestedPickupTimeStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EW_VolumeUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EW_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Container" Type="Odyssey.JobContainer" Partner="JobBookedCtgMoves"><ReferentialConstraint Property="EW_JC_Container" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobCartage" Type="Odyssey.JobCartage" Nullable="false" Partner="JobBookedCtgMoves"><ReferentialConstraint Property="EW_JJ" ReferencedProperty="JJ_PK" /></NavigationProperty><NavigationProperty Name="JobContainerLegs" Type="Collection(Odyssey.JobContainerLeg)" Partner="JobBookedCtgMove" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="EW_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.EWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PickupAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="EW_E2PickupAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><NavigationProperty Name="DeliveryAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="EW_E2DeliveryAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><NavigationProperty Name="WaitPointAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="EW_E2WaitPointAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobBookedCtgMoveInfo" /><Annotation Term="Glow.TableCode" String="EW" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EW_BookedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="EW_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EW_BookedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="EW_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EW_BookedHeight" /><PropertyValue Property="UnitProperty" PropertyPath="EW_DimUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EW_BookedWidth" /><PropertyValue Property="UnitProperty" PropertyPath="EW_DimUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EW_BookedLength" /><PropertyValue Property="UnitProperty" PropertyPath="EW_DimUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobCartageRunSheet"><Key><PropertyRef Name="EY_PK" /></Key><Property Name="EY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EY_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="EY_DriversLicence" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="EY_DriversName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="EY_EndTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EY_GS_NKTruckDriver" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EY_OH_TransportCo" Type="Edm.Guid" /><Property Name="EY_RQ_Truck" Type="Edm.Guid" /><Property Name="EY_RunSheetNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="EY_StartTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EY_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EY_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EY_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EY_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EY_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EY_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EY_TransportCoName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="EY_TruckRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" /><NavigationProperty Name="TransportCo" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EY_OH_TransportCo" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Truck" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="EY_RQ_Truck" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="JobContainerLegs" Type="Collection(Odyssey.JobContainerLeg)" Partner="RunSheet" /><NavigationProperty Name="TruckDriver" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EY_GS_NKTruckDriver" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EY_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EY_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.EYAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.EYJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.EYAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobCartageRunSheetInfo" /><Annotation Term="Glow.TableCode" String="EY" /></EntityType><EntityType Name="JobCartage"><Key><PropertyRef Name="JJ_PK" /></Key><Property Name="JJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JJ_A_JCL" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JJ_ConsignmentID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JJ_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_E3_NKJobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JJ_EstimatedDelivery" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JJ_EstimatedPickup" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JJ_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JJ_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JJ_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JJ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JJ_JX_Sailing" Type="Edm.Guid" /><Property Name="JJ_OH_ClientID" Type="Edm.Guid" /><Property Name="JJ_OrderReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JJ_OuterPacks" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JJ_OuterPacksType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_ParentID" Type="Edm.Guid" /><Property Name="JJ_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_QuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="JJ_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_ShippingTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JJ_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JJ_VolumeUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JJ_WaybillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JJ_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JJ_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="JobBookedCtgMoves" Type="Collection(Odyssey.JobBookedCtgMove)" Partner="JobCartage" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JJ_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Sailing" Type="Odyssey.JobSailing"><ReferentialConstraint Property="JJ_JX_Sailing" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="ClientID" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JJ_OH_ClientID" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JJ_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JJ_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JJAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.JJJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JJLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JJNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JJProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JJProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.JJReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JJWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JJWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JJWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JJWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JJ" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JJ_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="JJ_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JJ_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="JJ_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></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="JobConShipLink"><Key><PropertyRef Name="JN_PK" /></Key><Property Name="JN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JN_JK" Type="Edm.Guid" Nullable="false" /><Property Name="JN_JS" Type="Edm.Guid" Nullable="false" /><Property Name="JN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="JobConShipLinks"><ReferentialConstraint Property="JN_JK" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Nullable="false" Partner="JobConShipLinks"><ReferentialConstraint Property="JN_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JN" /></EntityType><EntityType Name="JobConsolAndContainer"><Key><PropertyRef Name="JCK_PK" /></Key><Property Name="JCK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCK_ConsolNumber" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JCK_MasterBillNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JCK_ContractNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JCK_AgentType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCK_TransportMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCK_ConsolMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCK_LoadPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JCK_DischargePort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JCK_OA_SendingForwarderAddress" Type="Edm.Guid" /><Property Name="JCK_OA_ReceivingForwarderAddress" Type="Edm.Guid" /><Property Name="JCK_RCA_ConsolAllocationLine" Type="Edm.Guid" /><Property Name="JCK_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JCK_ContainerNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="JCK_ContainerCount" Type="Edm.Int16" /><Property Name="JCK_ContainerMode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JCK_CommodityCode" Type="Edm.String" MaxLength="4" Unicode="false" /><Property Name="JCK_RCA_ContainerAllocationLine" Type="Edm.Guid" /><Property Name="JCK_JC_JobContainer" Type="Edm.Guid" /><Property Name="JCK_PKAsFKLatestBookingStatusAndDate" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="SendingForwarderAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JCK_OA_SendingForwarderAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ReceivingForwarderAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JCK_OA_ReceivingForwarderAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ConsolAllocationLine" Type="Odyssey.RatingContractAllocationLine"><ReferentialConstraint Property="JCK_RCA_ConsolAllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="ContainerAllocationLine" Type="Odyssey.RatingContractAllocationLine"><ReferentialConstraint Property="JCK_RCA_ContainerAllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false"><ReferentialConstraint Property="JCK_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer"><ReferentialConstraint Property="JCK_JC_JobContainer" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="ConsolLatestBookingStatusAndDate" Type="Odyssey.ConsolLatestBookingStatusAndDate" Nullable="false" Partner="JobConsolAndContainers"><ReferentialConstraint Property="JCK_PKAsFKLatestBookingStatusAndDate" ReferencedProperty="JKS_PK" /></NavigationProperty></EntityType><EntityType Name="JobConsolAWBSpecialHandling"><Key><PropertyRef Name="JKH_PK" /></Key><Property Name="JKH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JKH_JK_Consol" Type="Edm.Guid" Nullable="false" /><Property Name="JKH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JKH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JKH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JKH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Consol" Type="Odyssey.JobConsol" Nullable="false" Partner="JobConsolAWBSpecialHandlings"><ReferentialConstraint Property="JKH_JK_Consol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JKH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JKH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JKHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JKH" /></EntityType><EntityType Name="JobConsolCost" Abstract="true"><Key><PropertyRef Name="E6_PK" /></Key><Property Name="E6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E6_A9_VATClass" Type="Edm.Guid" /><Property Name="E6_AB_BankAccount" Type="Edm.Guid" /><Property Name="E6_AC_ChargeCode" Type="Edm.Guid" Nullable="false" /><Property Name="E6_AH_APInvoice" Type="Edm.Guid" /><Property Name="E6_AH_ARInvoice" Type="Edm.Guid" /><Property Name="E6_AK_ChequeBook" Type="Edm.Guid" /><Property Name="E6_ApportionmentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_AT_TaxRate" Type="Edm.Guid" /><Property Name="E6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E6_ChequeOrReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="E6_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="E6_GatewaySellChargeID" Type="Edm.Guid" /><Property Name="E6_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="E6_GC" Type="Edm.Guid" Nullable="false" /><Property Name="E6_GS_NKConsolCostOwner" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_InvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_IsForCollectInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_LocalCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OH_Creditor" Type="Edm.Guid" /><Property Name="E6_OSCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OSGSTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E6_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="E6_PlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PPDCLT" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RatingBehaviour" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="E6_SupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="JobCharges" Type="Collection(Odyssey.JobCharge)" Partner="JobConsolCost" /><NavigationProperty Name="VATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="E6_A9_VATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="BankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="E6_AB_BankAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="E6_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="APInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_APInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ARInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_ARInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="E6_AK_ChequeBook" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="TaxRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="E6_AT_TaxRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="E6_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="E6_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="E6_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ConsolCostOwner" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_GS_NKConsolCostOwner" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="E6_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.E6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ApportionmentCharges" Type="Collection(Odyssey.ApportionmentCharge)" Partner="JobConsolCost" /><Annotation Term="Glow.TableCode" String="E6" /></EntityType><EntityType Name="KGJobConsolCost" BaseType="Odyssey.JobConsolCost" /><EntityType Name="JobConsolFirstTransportLeg"><Key><PropertyRef Name="JKF_PK" /></Key><Property Name="JKF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKF_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JKF_JW_FirstTransport" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="JobConsolFirstTransportLegs"><ReferentialConstraint Property="JKF_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="FirstTransport" Type="Odyssey.TransportRouting" Nullable="false"><ReferentialConstraint Property="JKF_JW_FirstTransport" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JobConsolidatedTransportBooking"><Key><PropertyRef Name="D1_PK" /></Key><Property Name="D1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="D1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="D1_BookingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="D1_BookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="D1_OA_Customer" Type="Edm.Guid" /><Property Name="D1_OA_TransportCo" Type="Edm.Guid" /><Property Name="D1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D1_TransportCoBookingContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="D1_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><NavigationProperty Name="Customer" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="D1_OA_Customer" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="TransportCo" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="D1_OA_TransportCo" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DestinationDeliveryConfirms" Type="Collection(Odyssey.DestinationDeliveryConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OriginPickupConfirms" Type="Collection(Odyssey.OriginPickupConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OriginCFSArrivalConfirms" Type="Collection(Odyssey.OriginCFSArrivalConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DestinationCFSDepartureConfirms" Type="Collection(Odyssey.DestinationCFSDepartureConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OriginCFSDepartureConfirms" Type="Collection(Odyssey.OriginCFSDepartureConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DestinationCFSArrivalConfirms" Type="Collection(Odyssey.DestinationCFSArrivalConfirm)" Partner="JobConsolidatedTransportBooking"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.D1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="D1" /></EntityType><EntityType Name="JobConsolInfo"><Key><PropertyRef Name="JK_PK" /></Key><Property Name="JK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JK_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Annotation Term="Glow.InfoTypeFor" String="IJobConsol" /><Annotation Term="Glow.TableCode" String="JK" /></EntityType><EntityType Name="JobConsol"><Key><PropertyRef Name="JK_PK" /></Key><Property Name="JK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JK_AgentsReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_AgentType" Type="Edm.String" DefaultValue="AGT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JK_AWBServiceLevel" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_BookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_CarrierContractNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JK_CoLoadBookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_CoLoadMasterBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_ConsolChargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_ConsolChargeableRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JK_ConsolCutOffDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_ConsolMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_ConsolStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_CorrectedConsolVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_CorrectedConsolVolumeUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JK_CorrectedConsolWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_CorrectedConsolWeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JK_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_CustomsReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_DateFirstForeignPort" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_DateLastForeignPort" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_DatePortOfFirstArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_DryIceQuantity" Type="Edm.Int16" /><Property Name="JK_DryIceWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="JK_DryIceWeightUnit" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="JK_ElectronicBillOfLadingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" Unicode="false" /><Property Name="JK_ElectronicBillOfLadingTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_ElectronicBillOfLadingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_HasDryIce" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_IsCFS" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_IsForwarding" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JK_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_IsNeutralMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_JK_MasterConsol" Type="Edm.Guid" /><Property Name="JK_MasterBillIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_MasterBillNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_MasterBillNumNoSCAC" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JK_MaximumAllowablePackageHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_MaximumAllowablePackageLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_MaximumAllowablePackageUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JK_MaximumAllowablePackageWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_MBLAWBChargesDisplay" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_NoCopyBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JK_NoOriginalBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JK_OA_ArrivalCTOAddress" Type="Edm.Guid" /><Property Name="JK_OA_ArrivalUnpackCFSTransportAddress" Type="Edm.Guid" /><Property Name="JK_OA_CoLoadAddress" Type="Edm.Guid" /><Property Name="JK_OA_ContainerYardEmptyPickupAddress" Type="Edm.Guid" /><Property Name="JK_OA_ContainerYardEmptyReturnAddress" Type="Edm.Guid" /><Property Name="JK_OA_CreditorAddress" Type="Edm.Guid" /><Property Name="JK_OA_DepartureCTOAddress" Type="Edm.Guid" /><Property Name="JK_OA_DeparturePackCFSTransportAddress" Type="Edm.Guid" /><Property Name="JK_OA_PackDepotAddress" Type="Edm.Guid" /><Property Name="JK_OA_ReceivingForwarderAddress" Type="Edm.Guid" /><Property Name="JK_OA_SendingForwarderAddress" Type="Edm.Guid" /><Property Name="JK_OA_ShippingLineAddress" Type="Edm.Guid" /><Property Name="JK_OA_UnpackDepotAddress" Type="Edm.Guid" /><Property Name="JK_OC_ReceivingForwarderContact" Type="Edm.Guid" /><Property Name="JK_OC_SendingForwarderContact" Type="Edm.Guid" /><Property Name="JK_OH_ArrivalUnpackCFSTransport" Type="Edm.Guid" /><Property Name="JK_OH_Creditor" Type="Edm.Guid" /><Property Name="JK_OH_DeparturePackCFSTransport" Type="Edm.Guid" /><Property Name="JK_OverrideConsolChargeable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_OverrideSecurityDeclarationDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_OverrideWaybillDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_PackageGrouping" Type="Edm.String" DefaultValue="DNG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_PackDepotDispatchRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_PackDepotReceiptRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_Phase" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_PrepaidCollect" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_PrintOptionForColoadsOnManifest" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_PrintOptionForColoadsOnOtherDocs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_PrintOptionForPackagesOnAWB" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_RCA_AllocationLine" Type="Edm.Guid" /><Property Name="JK_RCT_CarrierContract" Type="Edm.Guid" /><Property Name="JK_ReceivingForwarderHandlingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_ReleaseType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_RequiredTemperatureMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="1" /><Property Name="JK_RequiredTemperatureMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="1" /><Property Name="JK_RequiredTemperatureUnit" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JK_RequiresTemperatureControl" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JK_RH_NKConsolCommodity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JK_RL_NKCarrierBookingOffice" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKFirstForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKLastForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKMasterBillIssuePlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RL_NKPortOfFirstArrival" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JK_RS_NKGatewayServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_SendingForwarderHandlingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_ShippedOnBoardDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_STR" Type="Edm.Guid" /><Property Name="JK_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_TotalShipmentActOtherUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JK_TotalShipmentActVolumeCheck" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_TotalShipmentActWeightCheck" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_TotalShipmentChargableCheck" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JK_TotalShipmentChargeableUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JK_TotalShipmentCountCheck" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JK_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JK_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JK_UnpackDepotDispatchRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JK_UnpackDepotReceiptRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="JobConShipLinks" Type="Collection(Odyssey.JobConShipLink)" Partner="JobConsol"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobConsolAWBSpecialHandlings" Type="Collection(Odyssey.JobConsolAWBSpecialHandling)" Partner="Consol" /><NavigationProperty Name="MasterConsol" Type="Odyssey.JobConsol"><ReferentialConstraint Property="JK_JK_MasterConsol" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="ArrivalCTOAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ArrivalCTOAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ArrivalUnpackCFSTransportAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ArrivalUnpackCFSTransportAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CoLoadAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_CoLoadAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ContainerYardEmptyPickupAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ContainerYardEmptyPickupAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ContainerYardEmptyReturnAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ContainerYardEmptyReturnAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreditorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_CreditorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DepartureCTOAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_DepartureCTOAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DeparturePackCFSTransportAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_DeparturePackCFSTransportAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PackDepotAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_PackDepotAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ReceivingForwarderAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ReceivingForwarderAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SendingForwarderAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_SendingForwarderAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShippingLineAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_ShippingLineAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnpackDepotAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_UnpackDepotAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ReceivingForwarderContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JK_OC_ReceivingForwarderContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="SendingForwarderContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JK_OC_SendingForwarderContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ArrivalUnpackCFSTransport" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JK_OH_ArrivalUnpackCFSTransport" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JK_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DeparturePackCFSTransport" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JK_OH_DeparturePackCFSTransport" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="JobConsols"><ReferentialConstraint Property="JK_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="CarrierContract" Type="Odyssey.RatingContract"><ReferentialConstraint Property="JK_RCT_CarrierContract" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="JobContainers" Type="Collection(Odyssey.JobContainer)" Partner="JobConsol" /><NavigationProperty Name="ConsolCommodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JK_RH_NKConsolCommodity" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CarrierBookingOffice" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKCarrierBookingOffice" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="FirstForeignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKFirstForeignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LastForeignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKLastForeignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="MasterBillIssuePlace" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKMasterBillIssuePlace" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfFirstArrival" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JK_RL_NKPortOfFirstArrival" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="GatewayServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JK_RS_NKGatewayServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.JKAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JKAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JKAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JKExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JKJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.JKJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JKJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JKLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JKNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JKProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JKProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.JKReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.JKTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JKWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JKWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ConsolDischargeRelatedPorts" Type="Collection(Odyssey.ConsolDischargeRelatedPort)" Partner="JobConsol" /><NavigationProperty Name="ConsolDischargeZonePorts" Type="Collection(Odyssey.ConsolDischargeZonePort)" Partner="JobConsol" /><NavigationProperty Name="ConsolDischargeZoneRelatedPorts" Type="Collection(Odyssey.ConsolDischargeZoneRelatedPort)" Partner="JobConsol" /><NavigationProperty Name="ConsolLatestBookingStatusAndDates" Type="Collection(Odyssey.ConsolLatestBookingStatusAndDate)" Partner="JobConsol" /><NavigationProperty Name="ConsolLoadRelatedPorts" Type="Collection(Odyssey.ConsolLoadRelatedPort)" Partner="JobConsol" /><NavigationProperty Name="ConsolLoadZonePorts" Type="Collection(Odyssey.ConsolLoadZonePort)" Partner="JobConsol" /><NavigationProperty Name="ConsolLoadZoneRelatedPorts" Type="Collection(Odyssey.ConsolLoadZoneRelatedPort)" Partner="JobConsol" /><NavigationProperty Name="HVLVConsolLastMileCarriers" Type="Collection(Odyssey.HVLVConsolLastMileCarrier)" Partner="JobConsol" /><NavigationProperty Name="JobConsolFirstTransportLegs" Type="Collection(Odyssey.JobConsolFirstTransportLeg)" Partner="JobConsol" /><NavigationProperty Name="JobConsolSummaries" Type="Collection(Odyssey.JobConsolSummary)" Partner="JobConsol" /><Annotation Term="Glow.InfoType" String="IJobConsolInfo" /><Annotation Term="Glow.TableCode" String="JK" /></EntityType><EntityType Name="JobConsolSummary"><Key><PropertyRef Name="JKV_PK" /></Key><Property Name="JKV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JKV_JK_JobConsol" Type="Edm.Guid" Nullable="false" /><Property Name="JKV_ContainerCount" Type="Edm.Int32" /><Property Name="JKV_TEU" Type="Edm.Decimal" Precision="38" Scale="2" /><Property Name="JKV_AllocatedCN" Type="Edm.Int32" /><Property Name="JKV_AllocatedTEU" Type="Edm.Decimal" Precision="38" Scale="2" /><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Nullable="false" Partner="JobConsolSummaries"><ReferentialConstraint Property="JKV_JK_JobConsol" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JobContainerDetention"><Key><PropertyRef Name="NC_PK" /></Key><Property Name="NC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NC_DetentionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NC_GC" Type="Edm.Guid" Nullable="false" /><Property Name="NC_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="NC_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="NC_OH_Principal" Type="Edm.Guid" Nullable="false" /><Property Name="NC_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="NC_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="NC_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Principal" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="NC_OH_Principal" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="JobContainerMoves" Type="Collection(Odyssey.JobContainerMove)" Partner="JobContainerDetention"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NC" /></EntityType><EntityType Name="JobContainerLeg"><Key><PropertyRef Name="JU_PK" /></Key><Property Name="JU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JU_AdditionalService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JU_CartageDeliveryDemurrage" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JU_CartagePickupDemurrage" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JU_CartageWaitPointDemurrage" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JU_DeliverTimeIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_DeliverTimeOut" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_DeliverySignedFor" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="JU_DisplayOrder" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JU_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JU_DistanceUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_E2DeliveryAddressID" Type="Edm.Guid" /><Property Name="JU_E2PickupAddressID" Type="Edm.Guid" /><Property Name="JU_E2WaitPointAddressID" Type="Edm.Guid" /><Property Name="JU_E4_LegType" Type="Edm.Guid" /><Property Name="JU_EstimatedDeliveryTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_EstimatedDeliveryTimeEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_EW" Type="Edm.Guid" /><Property Name="JU_EY_RunSheet" Type="Edm.Guid" /><Property Name="JU_GatePassNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JU_GC" Type="Edm.Guid" /><Property Name="JU_IsEmptyContainer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JU_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JU_LegNotes" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JU_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_PickupTimeIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_PickupTimeOut" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_PlannedPickupTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_PlannedPickupTimeEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_RQ_ExtraEquip1" Type="Edm.Guid" /><Property Name="JU_RQ_ExtraEquip2" Type="Edm.Guid" /><Property Name="JU_RQ_Trailer" Type="Edm.Guid" /><Property Name="JU_RunSheetSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JU_SplitDeliverySuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JU_WaitPointTimeIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JU_WaitPointTimeOut" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="JobBookedCtgMove" Type="Odyssey.JobBookedCtgMove" Partner="JobContainerLegs"><ReferentialConstraint Property="JU_EW" ReferencedProperty="EW_PK" /></NavigationProperty><NavigationProperty Name="RunSheet" Type="Odyssey.JobCartageRunSheet" Partner="JobContainerLegs"><ReferentialConstraint Property="JU_EY_RunSheet" ReferencedProperty="EY_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="JU_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="ExtraEquip1" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="JU_RQ_ExtraEquip1" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="ExtraEquip2" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="JU_RQ_ExtraEquip2" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="Trailer" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="JU_RQ_Trailer" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.JUConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JULog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JUWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DeliveryAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="JU_E2DeliveryAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><NavigationProperty Name="PickupAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="JU_E2PickupAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><NavigationProperty Name="WaitPointAddress" Type="Odyssey.JJAddress"><ReferentialConstraint Property="JU_E2WaitPointAddressID" ReferencedProperty="E2_PK" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobContainerLegInfo" /><Annotation Term="Glow.TableCode" String="JU" /></EntityType><EntityType Name="JobContainerMove"><Key><PropertyRef Name="E9_PK" /></Key><Property Name="E9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E9_ContainerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_ContainerIsEmpty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E9_ContainerQuality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_DetentionDays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="E9_JV" Type="Edm.Guid" /><Property Name="E9_LeaseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="E9_MovementDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E9_MovementType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_NC" Type="Edm.Guid" /><Property Name="E9_OA_Depot" Type="Edm.Guid" /><Property Name="E9_OH_Principal" Type="Edm.Guid" /><Property Name="E9_OH_ResponsibleParty" Type="Edm.Guid" /><Property Name="E9_OtherLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E9_R6" Type="Edm.Guid" Nullable="false" /><Property Name="E9_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobVoyage" Type="Odyssey.JobVoyage"><ReferentialConstraint Property="E9_JV" ReferencedProperty="JV_PK" /></NavigationProperty><NavigationProperty Name="JobContainerDetention" Type="Odyssey.JobContainerDetention" Partner="JobContainerMoves"><ReferentialConstraint Property="E9_NC" ReferencedProperty="NC_PK" /></NavigationProperty><NavigationProperty Name="Depot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E9_OA_Depot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Principal" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="E9_OH_Principal" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ResponsibleParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="E9_OH_ResponsibleParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.E9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="E9" /></EntityType><EntityType Name="JobContainerPackLineRelatedInfoView"><Key><PropertyRef Name="JLV_PK" /></Key><Property Name="JLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JL_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="JC_PKAsFK" Type="Edm.Guid" /><Property Name="JO_PKAsFK" Type="Edm.Guid" /><Property Name="JS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OrderNumber" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JO_LineNo" Type="Edm.Int32" /><Property Name="JO_LineReference" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JO_PartNo" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="CLL_LoadSequence" Type="Edm.Int32" /><Property Name="JL_Description" Type="Edm.String" Nullable="false" MaxLength="512" Unicode="false" /><Property Name="JL_PackageCount" Type="Edm.Int32" Nullable="false" /><Property Name="JL_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_ActualWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_ActualWeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_ActualVolume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_ActualVolumeUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_ContainerPackingOrder" Type="Edm.Int32" Nullable="false" /><Property Name="JL_RefNumber" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="JL_Length" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_Width" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_Height" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_UnitOfDimension" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="D2_ProductQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="UnitOfQty" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="ShipmentNumber" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_ContainerNum" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="JL_HarmonisedCode" Type="Edm.String" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="SupplierName" Type="Edm.String" MaxLength="100" /><Property Name="SupplierCode" Type="Edm.String" MaxLength="12" /><Property Name="JL_RN_NKOrigin" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="ConsolPOL" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="ConsolPOD" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="ShipmentOrigin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ShipmentDestination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ShipmentPOL" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ShipmentPOD" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_HouseBill" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JK_UniqueConsignRef" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="JK_MasterBillNum" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JS_E_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_E_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_VoyageFlight" Type="Edm.String" MaxLength="10" Unicode="false" /><Property Name="JW_Vessel" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JW_ETD" 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_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ATA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JL_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JL_RN_NKOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="JobContainerPackLineRelatedInfoViews"><ReferentialConstraint Property="JC_PKAsFK" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobOrderLine" Type="Odyssey.JobOrderLine"><ReferentialConstraint Property="JO_PKAsFK" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Nullable="false" Partner="JobContainerPackLineRelatedInfoViews"><ReferentialConstraint Property="JS_PKAsFK" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="JobContainerPackPivot"><Key><PropertyRef Name="J6_PK" /></Key><Property Name="J6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J6_JC" Type="Edm.Guid" Nullable="false" /><Property Name="J6_JL" Type="Edm.Guid" Nullable="false" /><Property Name="J6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Nullable="false" Partner="JobContainerPackPivots"><ReferentialConstraint Property="J6_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobPackLine" Type="Odyssey.JobPackLine" Nullable="false" Partner="JobContainerPackPivots"><ReferentialConstraint Property="J6_JL" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.J6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="J6" /></EntityType><EntityType Name="JobContainer"><Key><PropertyRef Name="JC_PK" /></Key><Property Name="JC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JC_Additional2SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_Additional2SealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_AdditionalSealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_AdditionalSealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_AirVentFlow" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="JC_AirVentFlowRateUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ArrivalCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalCartageComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalCartageRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_ArrivalCTOStorageStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalDeliveryRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalEstimatedDelivery" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalPickupByRail" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_ArrivalSlotDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalSlotReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JC_CLH_LoadListPlan" Type="Edm.Guid" /><Property Name="JC_ContainerCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JC_ContainerImportDORelease" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JC_ContainerJobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_ContainerMode" Type="Edm.String" DefaultValue="FCL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ContainerNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_ContainerQuality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ContainerRating" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JC_ContainerStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ContainerStorageLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JC_ContainerYardEmptyPickupGateOut" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ContainerYardEmptyReturnGateIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_CostSpotRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JC_CostSpotRateMode" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_DeliveryMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="JC_DeliverySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JC_DepartureCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_DepartureCartageComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_DepartureCartageRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_DepartureDeliveryByRail" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_DepartureDockReceipt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_DepartureEstimatedPickup" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_DepartureSlotDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_DepartureSlotReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_DunnageWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_EmptyReadyForReturn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_EmptyRequired" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_EmptyReturnedBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_EmptyReturnReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_ExportDepotCustomsReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_FCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_FCLHeldInTransitStaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_FCLOnBoardVessel" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_FCLStorageArrivedUnderbond" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_FCLStorageModuleOnlyMaster" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_FCLStorageUnderbondCleared" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_FCLUnloadFromVessel" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_FCLWharfGateIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_FCLWharfGateOut" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_GatewaySellSpotRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JC_GatewaySellSpotRateMode" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsCurrency/RX_SubUnitRatio" /></Property><Property Name="JC_GrossVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_GrossVolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_GrossWeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JC_GrossWeightVerificationDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_GrossWeightVerificationStatus" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_GrossWeightVerificationType" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_HarmonisedCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="JC_HumidityPercent" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JC_ImportDepotCustomsReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_IsCFSRegistered" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsEmptyContainer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsGrossWeightOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsNonOperativeReefer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsSealOk" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JC_IsShipperOwned" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_JK" Type="Edm.Guid" /><Property Name="JC_JS_FCLBookingOnlyLink" Type="Edm.Guid" /><Property Name="JC_JSB_SupplierBooking" Type="Edm.Guid" /><Property Name="JC_JX" Type="Edm.Guid" /><Property Name="JC_LCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_LCLStorageCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_LCLUnpack" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_OA_ArrivalContainerYardAddress" Type="Edm.Guid" /><Property Name="JC_OA_DepartureContainerYardAddress" Type="Edm.Guid" /><Property Name="JC_OH_CFSClient" Type="Edm.Guid" /><Property Name="JC_OH_ShippingLine" Type="Edm.Guid" /><Property Name="JC_OverhangBack" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_OverhangRight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_OverrideFCLAvailableStorage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_OverrideLCLAvailableStorage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JC_PackDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_PivotBreak" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_Purpose" Type="Edm.String" DefaultValue="FRT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_RC" Type="Edm.Guid" /><Property Name="JC_RCA_AllocationLine" Type="Edm.Guid" /><Property Name="JC_RefrigGeneratorID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="JC_ReleaseNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_RH_NKContainerCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JC_RH_NKRatingCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JC_RX_NKCostSpotRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_RX_NKGatewaySellSpotRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_RX_NKGoodsCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_RX_NKSellSpotRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_SealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SellSpotRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JC_SellSpotRateMode" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SetPointTemp" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="JC_SetPointTempUnit" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JC_StowagePosition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="JC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_TempRecorderSerialNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_TotalHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_TotalLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_TotalUnitOfMeasure" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JC_TotalWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_TrainWagonNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JC_UnpackGang" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JC_UnpackShed" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JC_VehicleColor" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_VehicleMake" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_VehicleModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_VehicleNumberOfDoors" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JC_VehicleTransmission" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_VehicleYear" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JC_VolumeCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_VolumeCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JC_WeightCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JC_WeightCapacityUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CFSContainerLoadListLines" Type="Collection(Odyssey.CFSContainerLoadListLine)" Partner="Container" /><NavigationProperty Name="CYContainerLoadListLines" Type="Collection(Odyssey.CYContainerLoadListLine)" Partner="Container" /><NavigationProperty Name="JobBookedCtgMoves" Type="Collection(Odyssey.JobBookedCtgMove)" Partner="Container" /><NavigationProperty Name="JobContainerPackPivots" Type="Collection(Odyssey.JobContainerPackPivot)" Partner="JobContainer" /><NavigationProperty Name="LoadListPlan" Type="Odyssey.ContainerLoadListHeader" Partner="JobContainers"><ReferentialConstraint Property="JC_CLH_LoadListPlan" ReferencedProperty="CLH_PK" /></NavigationProperty><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsol" Partner="JobContainers"><ReferentialConstraint Property="JC_JK" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="SupplierBooking" Type="Odyssey.JobSupplierBooking" Partner="JobContainers"><ReferentialConstraint Property="JC_JSB_SupplierBooking" ReferencedProperty="JSB_PK" /></NavigationProperty><NavigationProperty Name="FCLBookingOnlyLink" Type="Odyssey.JobShipment" Partner="JobContainers"><ReferentialConstraint Property="JC_JS_FCLBookingOnlyLink" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="JobSailing" Type="Odyssey.JobSailing"><ReferentialConstraint Property="JC_JX" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="ArrivalContainerYardAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JC_OA_ArrivalContainerYardAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DepartureContainerYardAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JC_OA_DepartureContainerYardAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CFSClient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JC_OH_CFSClient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ShippingLine" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JC_OH_ShippingLine" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="JobContainers"><ReferentialConstraint Property="JC_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="JC_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="DestinationDeliveryConfirms" Type="Collection(Odyssey.DestinationDeliveryConfirm)" Partner="JobContainer" /><NavigationProperty Name="OriginPickupConfirms" Type="Collection(Odyssey.OriginPickupConfirm)" Partner="JobContainer" /><NavigationProperty Name="OriginCFSArrivalConfirms" Type="Collection(Odyssey.OriginCFSArrivalConfirm)" Partner="JobContainer" /><NavigationProperty Name="DestinationCFSDepartureConfirms" Type="Collection(Odyssey.DestinationCFSDepartureConfirm)" Partner="JobContainer" /><NavigationProperty Name="OriginCFSDepartureConfirms" Type="Collection(Odyssey.OriginCFSDepartureConfirm)" Partner="JobContainer" /><NavigationProperty Name="DestinationCFSArrivalConfirms" Type="Collection(Odyssey.DestinationCFSArrivalConfirm)" Partner="JobContainer" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JC_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ContainerCommodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JC_RH_NKContainerCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="RatingCommodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JC_RH_NKRatingCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CostSpotRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JC_RX_NKCostSpotRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GatewaySellSpotRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JC_RX_NKGatewaySellSpotRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GoodsCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JC_RX_NKGoodsCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellSpotRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JC_RX_NKSellSpotRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.JCAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JCAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.JCConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JCJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JCLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JCNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JCProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JCProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.JCReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JCWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JCWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JCWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JCWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobContainerPackLineRelatedInfoViews" Type="Collection(Odyssey.JobContainerPackLineRelatedInfoView)" Partner="JobContainer" /><Annotation Term="Glow.InfoType" String="IJobContainerInfo" /><Annotation Term="Glow.TableCode" String="JC" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_GrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JC_GrossWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_TareWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JC_GrossWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_DunnageWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JC_GrossWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_WeightCapacity" /><PropertyValue Property="UnitProperty" PropertyPath="JC_WeightCapacityUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_VolumeCapacity" /><PropertyValue Property="UnitProperty" PropertyPath="JC_VolumeCapacityUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_TotalHeight" /><PropertyValue Property="UnitProperty" PropertyPath="JC_TotalUnitOfMeasure" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_TotalWidth" /><PropertyValue Property="UnitProperty" PropertyPath="JC_TotalUnitOfMeasure" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_TotalLength" /><PropertyValue Property="UnitProperty" PropertyPath="JC_TotalUnitOfMeasure" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JC_SetPointTemp" /><PropertyValue Property="UnitProperty" PropertyPath="JC_SetPointTempUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobDeclarationInfo"><Key><PropertyRef Name="JE_PK" /></Key><Property Name="JE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JE_DeclarationReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IJobDeclaration" /><Annotation Term="Glow.TableCode" String="JE" /></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" /><EntityType Name="KBJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="LTCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KGJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JJJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="JJ_PK" /></NavigationProperty></EntityType><EntityType Name="EYJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobCartageRunSheet" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="EY_PK" /></NavigationProperty></EntityType><EntityType Name="JKJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JSJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="NAJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyAccount" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="NA_PK" /></NavigationProperty></EntityType><EntityType Name="THJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="TH_PK" /></NavigationProperty></EntityType><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="JobMawb"><Key><PropertyRef Name="JM_PK" /></Key><Property Name="JM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JM_Airline3DigitPrefix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JM_GB" Type="Edm.Guid" /><Property Name="JM_GC_Company" Type="Edm.Guid" /><Property Name="JM_IsBorrowed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsBorrowedAWBInvoiced" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsCompletedAWBReturned" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsPaper" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsPrinted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsReportedToLender" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JM_MAWB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="JM_OA_From" Type="Edm.Guid" /><Property Name="JM_OH_AllocatedTo" Type="Edm.Guid" /><Property Name="JM_ParentID" Type="Edm.Guid" /><Property Name="JM_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JM_ReservedUntil" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JM_RL_NKPortOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JM_ServiceLevel" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JM_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="JM_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="From" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JM_OA_From" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="AllocatedTo" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JM_OH_AllocatedTo" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PortOfLoading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JM_RL_NKPortOfLoading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JMLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JM" /></EntityType><EntityType Name="JobOrderHeader"><Key><PropertyRef Name="JD_PK" /></Key><Property Name="JD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JD_ActualUserDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_ActualUserDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_ActualUserDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_ActualUserDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_AdditionalTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JD_ArrivalVesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_ArrivalVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JD_BookingConfDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_BookingConfRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_ContainerMode" Type="Edm.String" DefaultValue="FCL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="JD_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="JD_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="JD_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JD_CustomerBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JD_CustomerDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JD_CustomerReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JD_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_DeliveryRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_DepartureVesselCutoffDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_DepartureVesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_DepartureVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JD_E_ARV_1stIntermediate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_E_ARV_2ndIntermediate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_E_DEP_2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_E_DEP_3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_EF_ShipmentPrePlanning" Type="Edm.Guid" /><Property Name="JD_EstimatedExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JD_EstimateUserDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_EstimateUserDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_EstimateUserDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_EstimateUserDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_ExWorksRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_FirstBuyerContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JD_FollowUpDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_IncoTerm" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_IntermediateVesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_IntermediateVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JD_InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_InvoiceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_IsPriority" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_IsReleased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JD_JE" Type="Edm.Guid" /><Property Name="JD_JS" Type="Edm.Guid" /><Property Name="JD_MasterWaybill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_OA_BuyerAddress" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OA_SupplierAddress" Type="Edm.Guid" /><Property Name="JD_OC_BuyerContact" Type="Edm.Guid" /><Property Name="JD_OC_SupplierContact" Type="Edm.Guid" /><Property Name="JD_OH_Carrier" Type="Edm.Guid" /><Property Name="JD_OH_ReceivingAgent" Type="Edm.Guid" /><Property Name="JD_OH_SendingAgent" Type="Edm.Guid" /><Property Name="JD_OrderDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JD_OrderGoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_OrderNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_OrderNumberSplit" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JD_OrderStatus" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_OrderType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_Packs" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JD_QuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JD_RL_NKGoodsAvailableAt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JD_RL_NKGoodsDeliveredTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JD_RL_NKPortOfDischarge" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JD_RL_NKPortOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JD_RN_NKCountryOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JD_RS_NKServiceLevel_NI" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_RX_NKOrderCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_SecondBuyerContact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JD_ShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JD_ShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JD_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_TransportMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JD_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JD_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JD_Waybill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="IsBuyer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsControllingCustomer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSupplier" Type="Edm.Boolean" Nullable="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><NavigationProperty Name="ShipmentPrePlanning" Type="Odyssey.JobShipmentPreplanning"><ReferentialConstraint Property="JD_EF_ShipmentPrePlanning" ReferencedProperty="EF_PK" /></NavigationProperty><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclarationInfo"><ReferentialConstraint Property="JD_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="JobOrderHeaders"><ReferentialConstraint Property="JD_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="BuyerAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="JD_OA_BuyerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SupplierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JD_OA_SupplierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="BuyerContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JD_OC_BuyerContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="SupplierContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JD_OC_SupplierContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JD_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReceivingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JD_OH_ReceivingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SendingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JD_OH_SendingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="JobOrderLines" Type="Collection(Odyssey.JobOrderLine)" Partner="JobOrderHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JD_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="GoodsAvailableAt" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JD_RL_NKGoodsAvailableAt" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="GoodsDeliveredTo" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JD_RL_NKGoodsDeliveredTo" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfDischarge" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JD_RL_NKPortOfDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfLoading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JD_RL_NKPortOfLoading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CountryOfSupply" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JD_RN_NKCountryOfSupply" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel_NI" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JD_RS_NKServiceLevel_NI" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="OrderCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JD_RX_NKOrderCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JDAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JDAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.JDConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CustomsCharges" Type="Collection(Odyssey.JDCustomsCharge)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JDExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobOrderContainers" Type="Collection(Odyssey.JDJobOrderContainer)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JDJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JDLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JDNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JDProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JDProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JDWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JDWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowMilestones" Type="Collection(Odyssey.JDWorkflowMilestone)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JDWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JD" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JD_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JD_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JD_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JD_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobOrderItem"><Key><PropertyRef Name="JT_PK" /></Key><Property Name="JT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JT_JP" Type="Edm.Guid" Nullable="false" /><Property Name="JT_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="JT_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobDocsAndCartage" Type="Odyssey.DocsAndCartageDetail" Nullable="false" Partner="JobOrderItems"><ReferentialConstraint Property="JT_JP" ReferencedProperty="JP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JT" /></EntityType><EntityType Name="JobOrderLineDelivery"><Key><PropertyRef Name="J4_PK" /></Key><Property Name="J4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J4_Allocated" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="J4_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J4_CustomAttribute1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="J4_CustomAttribute2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="J4_CustomAttribute3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="J4_CustomAttribute4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="J4_CustomAttribute5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="J4_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="J4_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="J4_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="J4_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="J4_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="J4_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J4_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J4_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J4_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J4_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J4_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J4_JO" Type="Edm.Guid" /><Property Name="J4_OA_DeliveryAddr" Type="Edm.Guid" /><Property Name="J4_OA_NKDeliveryPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="J4_RL_NKDestinationPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="J4_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J4_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J4_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J4_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobOrderLine" Type="Odyssey.JobOrderLine" Partner="JobOrderLineDeliveries"><ReferentialConstraint Property="J4_JO" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="DeliveryAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="J4_OA_DeliveryAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DestinationPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="J4_RL_NKDestinationPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J4_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J4_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.J4Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="J4" /></EntityType><EntityType Name="JobOrderLineInfo"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_LineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Annotation Term="Glow.InfoTypeFor" String="IJobOrderLine" /><Annotation Term="Glow.TableCode" String="JO" /></EntityType><EntityType Name="JobOrderLineOrgSupplierPartDefault"><Key><PropertyRef Name="OU_PK" /></Key><Property Name="OU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OP" Type="Edm.Guid" Nullable="false" /><Property Name="OU_ClientUQ" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_RX_NKUnitPriceCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_UnitPrice" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_PartNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="OP_Cubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Height" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Depth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_MeasureUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CI_TariffNum" Type="Edm.String" MaxLength="35" Unicode="false" /><NavigationProperty Name="UnitPriceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OU_RX_NKUnitPriceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty></EntityType><EntityType Name="JobOrderLine"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_AdditionalTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JO_ChargeableOverWeightPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JO_ChargeableUnderWeightPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JO_CommercialInvoiceNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_ConfirmationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_ConfirmationNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_ContainerPackingOrder" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JO_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JO_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JO_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JO_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JO_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JO_CustomAttrib6" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="JO_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_CustomerLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JO_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_CustomTextBlob1" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JO_CustomTextBlob1Version" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JO_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="JO_EANUPC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_EarlyShipmentLimitDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JO_ExWorksDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_HSCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="JO_INCO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_InnerPacks" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_InnerPacksUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_IsPriority" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JO_ItemPrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JO_ItemPriceFactor" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="JO_JD" Type="Edm.Guid" Nullable="false" /><Property Name="JO_LateShipmentLimitDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JO_LineDropDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_LineNo" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JO_LinePrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JO_LineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_LineSplitNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JO_LineStatus" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_OH_Supplier" Type="Edm.Guid" /><Property Name="JO_OpenQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_OrderUnitOfQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_OuterPackHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_OuterPackLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_OuterPacks" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_OuterPacksUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_OuterPackUnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JO_OuterPackWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JO_OverQuantityPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JO_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JO_Partno" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_QtyBooked" Type="Edm.Decimal" Precision="19" Scale="5"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JO_QtyInvoiced" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_QtyPacked" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_QtyReceived" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_QtyRemaining" Type="Edm.Decimal" Precision="19" Scale="5"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JO_QtyToBePacked" Type="Edm.Decimal" Precision="19" Scale="5"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JO_Quantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JO_RN_NKCountryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JO_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JO_ShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JO_ShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JO_SpecialInstructions" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JO_SpecialInstructionsVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JO_SubLineNo" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="JO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_UnderQuantityPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JO_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JO_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="IsBuyer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsControllingCustomer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSupplier" Type="Edm.Boolean" Nullable="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><NavigationProperty Name="JobOrderLineDeliveries" Type="Collection(Odyssey.JobOrderLineDelivery)" Partner="JobOrderLine" /><NavigationProperty Name="JobOrderHeader" Type="Odyssey.JobOrderHeader" Nullable="false" Partner="JobOrderLines"><ReferentialConstraint Property="JO_JD" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JO_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="JobPackProducts" Type="Collection(Odyssey.JobPackProduct)" Partner="JobOrderLine" /><NavigationProperty Name="JobSupplierBookingLines" Type="Collection(Odyssey.JobSupplierBookingLine)" Partner="OrderLine" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JO_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JO_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JO_RN_NKCountryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JOAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JOAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JOExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JOJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JOLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JOProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.JOUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JOWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JOWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowMilestones" Type="Collection(Odyssey.JOWorkflowMilestone)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JOWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobOrderLineInfo" /><Annotation Term="Glow.TableCode" String="JO" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JO_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JO_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JO_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JO_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JO_OuterPackLength" /><PropertyValue Property="UnitProperty" PropertyPath="JO_OuterPackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JO_OuterPackWidth" /><PropertyValue Property="UnitProperty" PropertyPath="JO_OuterPackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JO_OuterPackHeight" /><PropertyValue Property="UnitProperty" PropertyPath="JO_OuterPackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobPackLinePackage"><Key><PropertyRef Name="JPP_PK" /></Key><Property Name="JPP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JPP_JL_PackLine" Type="Edm.Guid" Nullable="false" /><Property Name="JPP_KP_Packge" Type="Edm.Guid" Nullable="false" /><Property Name="JPP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JPP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JPP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JPP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JPP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Packge" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="JPP_KP_Packge" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JPP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JPP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JPPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JPP" /></EntityType><EntityType Name="JobPackLine"><Key><PropertyRef Name="JL_PK" /></Key><Property Name="JL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JL_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_ActualVolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_ActualWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JL_ContainerPackingOrder" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JL_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JL_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JL_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JL_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JL_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JL_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JL_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_Damaged" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JL_DepartureTransitWarehouseExcluded" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" Unicode="false" /><Property Name="JL_DetailedDescription" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JL_EndItemNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JL_ExportRefNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JL_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_FreightMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_HarmonisedCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="JL_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_ImportRefNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JL_IsHighRisk" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_ItemNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JL_JL_OuterPackLine" Type="Edm.Guid" /><Property Name="JL_JS" Type="Edm.Guid" Nullable="false" /><Property Name="JL_JSL_BookingLine" Type="Edm.Guid" /><Property Name="JL_LastKnownTransitWarehouseStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_LastKnownTransitWarehouseStatusDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JL_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_LinePrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JL_LoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_OA_LastKnownTransitWarehouseAddress" Type="Edm.Guid" /><Property Name="JL_OriginTransitWarehouseStatus" Type="Edm.String" DefaultValue="UNK" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_Outturn" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JL_OutturnComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="JL_OutturnedHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_OutturnedLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_OutturnedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_OutturnedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_OutturnedWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JL_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JL_PackLineId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JL_Pillaged" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JL_RC_ContainerType" Type="Edm.Guid" /><Property Name="JL_RefNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="JL_RequiredTemperatureMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="1" /><Property Name="JL_RequiredTemperatureMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="1" /><Property Name="JL_RequiredTemperatureUnit" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JL_RequiresTemperatureControl" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JL_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JL_RN_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JL_VehicleColor" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JL_VehicleMake" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JL_VehicleModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JL_VehicleNumberOfDoors" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JL_VehicleTransmission" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JL_VehicleYear" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JL_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="CFSContainerLoadListLines" Type="Collection(Odyssey.CFSContainerLoadListLine)" Partner="PackLine" /><NavigationProperty Name="CYContainerLoadListLines" Type="Collection(Odyssey.CYContainerLoadListLine)" Partner="PackLine" /><NavigationProperty Name="JobContainerPackPivots" Type="Collection(Odyssey.JobContainerPackPivot)" Partner="JobPackLine" /><NavigationProperty Name="OuterPackLine" Type="Odyssey.JobPackLine"><ReferentialConstraint Property="JL_JL_OuterPackLine" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="BookingLine" Type="Odyssey.JobSupplierBookingLine" Partner="JobPackLines"><ReferentialConstraint Property="JL_JSL_BookingLine" ReferencedProperty="JSL_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Nullable="false" Partner="JobPackLines"><ReferentialConstraint Property="JL_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="LastKnownTransitWarehouseAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JL_OA_LastKnownTransitWarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="JL_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="JobPackLocs" Type="Collection(Odyssey.JobPackLoc)" Partner="JobPackLine"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobPackProducts" Type="Collection(Odyssey.JobPackProduct)" Partner="JobPackLine" /><NavigationProperty Name="OrderShipmentPlanningLines" Type="Collection(Odyssey.OrderShipmentPlanningLine)" Partner="PackLine" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JL_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JL_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JL_RN_NKOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.JLUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IJobPackLineInfo" /><Annotation Term="Glow.TableCode" String="JL" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JL_ActualWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JL_ActualVolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_Length" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_Width" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_Height" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_OutturnedLength" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_OutturnedWidth" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_OutturnedHeight" /><PropertyValue Property="UnitProperty" PropertyPath="JL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_OutturnedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JL_ActualWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JL_OutturnedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JL_ActualVolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobPackLoc"><Key><PropertyRef Name="JQ_PK" /></Key><Property Name="JQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JQ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JQ_DeliveredDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JQ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JQ_JL" Type="Edm.Guid" Nullable="false" /><Property Name="JQ_NoPackages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JQ_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JQ_VolumeUV" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JQ_WarehouseLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JQ_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JQ_WeightUW" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JQ_WL" Type="Edm.Guid" /><NavigationProperty Name="JobPackLine" Type="Odyssey.JobPackLine" Nullable="false" Partner="JobPackLocs"><ReferentialConstraint Property="JQ_JL" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="WhsLocation" Type="Odyssey.WhsLocationInfo"><ReferentialConstraint Property="JQ_WL" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JQ" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JQ_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="JQ_VolumeUV" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JQ_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="JQ_WeightUW" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobPackProduct"><Key><PropertyRef Name="D2_PK" /></Key><Property Name="D2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="D2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="D2_JL" Type="Edm.Guid" Nullable="false" /><Property Name="D2_JO" Type="Edm.Guid" /><Property Name="D2_ProductCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="D2_ProductQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="D2_ProductUnitOfQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobPackLine" Type="Odyssey.JobPackLine" Nullable="false" Partner="JobPackProducts"><ReferentialConstraint Property="D2_JL" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="JobOrderLine" Type="Odyssey.JobOrderLine" Partner="JobPackProducts"><ReferentialConstraint Property="D2_JO" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.D2Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="D2" /></EntityType><EntityType Name="JobPickupDeliveryConfirm" Abstract="true"><Key><PropertyRef Name="EU_PK" /></Key><Property Name="EU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="EU_D1" Type="Edm.Guid" /><Property Name="EU_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EU_DistanceUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EU_DriversLicence" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="EU_DriversName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="EU_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EU_GatePassCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="EU_GoodsSignForBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="EU_JC" Type="Edm.Guid" /><Property Name="EU_JS" Type="Edm.Guid" /><Property Name="EU_OA_TransportProvider" Type="Edm.Guid" /><Property Name="EU_PickupDeliveryTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EU_PlannedPickupDeliveryTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EU_RequestedPickupDeliveryTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EU_TransportCoName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="EU_VehicleRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><NavigationProperty Name="TransportProvider" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="EU_OA_TransportProvider" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.EUAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.EUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="EU" /></EntityType><EntityType Name="DestinationDeliveryConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="DestinationDeliveryConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="DestinationDeliveryConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="DestinationDeliveryConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="OriginPickupConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="OriginPickupConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="OriginPickupConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="OriginPickupConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="OriginCFSArrivalConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="OriginCFSArrivalConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="OriginCFSArrivalConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="OriginCFSArrivalConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="DestinationCFSDepartureConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="DestinationCFSDepartureConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="DestinationCFSDepartureConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="DestinationCFSDepartureConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="OriginCFSDepartureConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="OriginCFSDepartureConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="OriginCFSDepartureConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="OriginCFSDepartureConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="DestinationCFSArrivalConfirm" BaseType="Odyssey.JobPickupDeliveryConfirm"><NavigationProperty Name="JobConsolidatedTransportBooking" Type="Odyssey.JobConsolidatedTransportBooking" Partner="DestinationCFSArrivalConfirms"><ReferentialConstraint Property="EU_D1" ReferencedProperty="D1_PK" /></NavigationProperty><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainer" Partner="DestinationCFSArrivalConfirms"><ReferentialConstraint Property="EU_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="DestinationCFSArrivalConfirms"><ReferentialConstraint Property="EU_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><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="JobShipmentInfo"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JS_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Annotation Term="Glow.InfoTypeFor" String="IJobShipment" /><Annotation Term="Glow.TableCode" String="JS" /></EntityType><EntityType Name="JobShipmentPreplanning"><Key><PropertyRef Name="EF_PK" /></Key><Property Name="EF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EF_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EF_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="EF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="EF_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_HouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="EF_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EF_JE" Type="Edm.Guid" /><Property Name="EF_JS" Type="Edm.Guid" /><Property Name="EF_MasterBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="EF_OA_BuyerAddress" Type="Edm.Guid" Nullable="false" /><Property Name="EF_OC_BuyerContact" Type="Edm.Guid" /><Property Name="EF_OH_Carrier" Type="Edm.Guid" /><Property Name="EF_OH_ReceivingAgent" Type="Edm.Guid" /><Property Name="EF_OH_SendingAgent" Type="Edm.Guid" /><Property Name="EF_Packs" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="EF_PackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_PreshipID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="EF_RL_NKPortDisch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="EF_RL_NKPortLoad" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="EF_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EF_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EF_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclarationInfo"><ReferentialConstraint Property="EF_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment"><ReferentialConstraint Property="EF_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="BuyerAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="EF_OA_BuyerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="BuyerContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="EF_OC_BuyerContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EF_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReceivingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EF_OH_ReceivingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SendingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EF_OH_SendingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="EF_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="PortDisch" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="EF_RL_NKPortDisch" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortLoad" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="EF_RL_NKPortLoad" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobOrderContainers" Type="Collection(Odyssey.EFJobOrderContainer)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.EFLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.EFNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.EFProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.EFTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.EFWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.EFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="EF" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EF_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="EF_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="EF_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="EF_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobShipment"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JS_A_BKD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_A_RCV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_ActualChargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_AdditionalTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JS_AttachedOrderXMLUpdateCutOffDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JS_AWBServiceLevel" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_BookedVesselScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_BookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_CarrierContractNumber" Type="Edm.String" MaxLength="50" Unicode="false" /><Property Name="JS_CartageWaybill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_CFSReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_ClientRequestedETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_CommunityTransitStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_CompanyTariffLevelOverride" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JS_ConsolReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_DeliveryDueDate" Type="Edm.DateTimeOffset" /><Property Name="JS_DocumentedChargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_DocumentedLoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_DocumentedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_DocumentedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_E_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_E_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_EFreightStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingHouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ElectronicBillOfLadingVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JS_ExportReceivingDepotDispatchRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_ExportReceivingDepotReceiptRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_F3_NKTotalCountPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_FMCTariffID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JS_FreightCostRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="FrtRateCurrency/RX_SubUnitRatio" /></Property><Property Name="JS_FreightCostRateAutoratingMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_FreightGatewaySellRateAutoratingMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_FreightSpotRateAutoratingMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_GatewayFreightSellRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GatewayFreightSellRateCurrency/RX_SubUnitRatio" /></Property><Property Name="JS_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JS_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsValueCurr/RX_SubUnitRatio" /></Property><Property Name="JS_HBLAWBChargesDisplay" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_HBLContainerPackModeOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="9" Unicode="false" /><Property Name="JS_HouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_HouseBill_Reversed" Type="Edm.String" MaxLength="20" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JS_HouseBillIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_HouseBillOfLadingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ImportReleaseDepotDispatchRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_ImportReleaseDepotReceiptRequested" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_INCO" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_InsuranceValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="InsuranceCurrency/RX_SubUnitRatio" /></Property><Property Name="JS_InterimReceipt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JS_IsBooking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsBookingAgentShipment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsCFSRegistered" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsDirectBooking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsForwardRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JS_IsHighRisk" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsNeutralMaster" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsShipping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsSplitShipment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_JS_ColoadMasterShipment" Type="Edm.Guid" /><Property Name="JS_JS_SplitSwitchShipment" Type="Edm.Guid" /><Property Name="JS_JX" Type="Edm.Guid" /><Property Name="JS_Legacy_Support_Columns_Start" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JS_LoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ManifestedChargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ManifestedLoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ManifestedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_ManifestedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_NoCopyBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JS_NoOriginalBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JS_OA_BookedShippingLineAddress" Type="Edm.Guid" /><Property Name="JS_OA_ExportReceivingDepot" Type="Edm.Guid" /><Property Name="JS_OA_ImportReleaseDepot" Type="Edm.Guid" /><Property Name="JS_OH_Creditor" Type="Edm.Guid" /><Property Name="JS_OH_DeliveryAgent" Type="Edm.Guid" /><Property Name="JS_OH_ExportBroker" Type="Edm.Guid" /><Property Name="JS_OH_HandledOnBehalfOfForwarder" Type="Edm.Guid" /><Property Name="JS_OH_ImportBroker" Type="Edm.Guid" /><Property Name="JS_OH_TranshipAgent" Type="Edm.Guid" /><Property Name="JS_OuterPacks" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JS_OverrideWaybillDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_PackingMode" Type="Edm.String" DefaultValue="LCL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_PackingOrder" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JS_PaymentTermAutoratingOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_Phase" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RCA_BookingAllocationLine" Type="Edm.Guid" /><Property Name="JS_RCT_CarrierContract" Type="Edm.Guid" /><Property Name="JS_ReleaseType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RevisedDeliveryDueDate" Type="Edm.DateTimeOffset" /><Property Name="JS_RH_NKRateCommodity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JS_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKFreightRateDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKFreightRateOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKHouseBillIssuePlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKPlaceOfDischarge" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKPlaceOfReceipt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RS_NKGatewayServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RTT_TransitTime" Type="Edm.Guid" /><Property Name="JS_RX_NKFreightCostRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RX_NKFrtRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RX_NKGatewayFreightSellRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RX_NKGoodsValueCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_RX_NKInsuranceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ShipmentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ShipmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ShippedOnBoard" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ShippedOnBoardDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_ShipperCODAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JS_ShipperCODPayMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_TH_OneTimeQuote" Type="Edm.Guid" /><Property Name="JS_TotalPackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JS_TranshipToOtherCFS" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JS_TransportMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JS_UniqueConsignRef_Reversed" Type="Edm.String" MaxLength="20" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JS_UnitFreightRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="FrtRateCurrency/RX_SubUnitRatio" /></Property><Property Name="JS_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JS_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JS_VisibleTabs" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JS_WarehouseLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JS_WL" Type="Edm.Guid" /><NavigationProperty Name="HVLVConsignmentHeaders" Type="Collection(Odyssey.HVLVConsignmentHeader)" Partner="Shipment" /><NavigationProperty Name="HVLVItems" Type="Collection(Odyssey.HVLVItem)" Partner="LoadedOnShipment" /><NavigationProperty Name="JobConShipLinks" Type="Collection(Odyssey.JobConShipLink)" Partner="JobShipment"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobContainers" Type="Collection(Odyssey.JobContainer)" Partner="FCLBookingOnlyLink" /><NavigationProperty Name="JobOrderHeaders" Type="Collection(Odyssey.JobOrderHeader)" Partner="JobShipment" /><NavigationProperty Name="JobPackLines" Type="Collection(Odyssey.JobPackLine)" Partner="JobShipment"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DestinationDeliveryConfirms" Type="Collection(Odyssey.DestinationDeliveryConfirm)" Partner="JobShipment" /><NavigationProperty Name="OriginPickupConfirms" Type="Collection(Odyssey.OriginPickupConfirm)" Partner="JobShipment" /><NavigationProperty Name="OriginCFSArrivalConfirms" Type="Collection(Odyssey.OriginCFSArrivalConfirm)" Partner="JobShipment" /><NavigationProperty Name="DestinationCFSDepartureConfirms" Type="Collection(Odyssey.DestinationCFSDepartureConfirm)" Partner="JobShipment" /><NavigationProperty Name="OriginCFSDepartureConfirms" Type="Collection(Odyssey.OriginCFSDepartureConfirm)" Partner="JobShipment" /><NavigationProperty Name="DestinationCFSArrivalConfirms" Type="Collection(Odyssey.DestinationCFSArrivalConfirm)" Partner="JobShipment" /><NavigationProperty Name="ColoadMasterShipment" Type="Odyssey.JobShipment"><ReferentialConstraint Property="JS_JS_ColoadMasterShipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="SplitSwitchShipment" Type="Odyssey.JobShipment"><ReferentialConstraint Property="JS_JS_SplitSwitchShipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="JobSailing" Type="Odyssey.JobSailing"><ReferentialConstraint Property="JS_JX" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="BookedShippingLineAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JS_OA_BookedShippingLineAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ExportReceivingDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JS_OA_ExportReceivingDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ImportReleaseDepot" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JS_OA_ImportReleaseDepot" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DeliveryAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_DeliveryAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ExportBroker" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_ExportBroker" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HandledOnBehalfOfForwarder" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_HandledOnBehalfOfForwarder" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ImportBroker" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_ImportBroker" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="TranshipAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JS_OH_TranshipAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="BookingAllocationLine" Type="Odyssey.RatingContractAllocationLine" Partner="JobShipments"><ReferentialConstraint Property="JS_RCA_BookingAllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="CarrierContract" Type="Odyssey.RatingContract"><ReferentialConstraint Property="JS_RCT_CarrierContract" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="OneTimeQuote" Type="Odyssey.RatingHeader"><ReferentialConstraint Property="JS_TH_OneTimeQuote" ReferencedProperty="TH_PK" /></NavigationProperty><NavigationProperty Name="WhsLocation" Type="Odyssey.WhsLocationInfo"><ReferentialConstraint Property="JS_WL" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="OrderShipmentPlannings" Type="Collection(Odyssey.OrderShipmentPlanning)" Partner="Shipment" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JS_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="TotalCountPackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JS_F3_NKTotalCountPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="RateCommodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JS_RH_NKRateCommodity" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="FreightRateDestination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKFreightRateDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="FreightRateOrigin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKFreightRateOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="HouseBillIssuePlace" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKHouseBillIssuePlace" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PlaceOfDischarge" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKPlaceOfDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PlaceOfReceipt" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKPlaceOfReceipt" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="GatewayServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JS_RS_NKGatewayServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JS_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="FreightCostRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JS_RX_NKFreightCostRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="FrtRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JS_RX_NKFrtRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GatewayFreightSellRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JS_RX_NKGatewayFreightSellRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GoodsValueCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JS_RX_NKGoodsValueCurr" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="InsuranceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JS_RX_NKInsuranceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.JSAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JSAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JSAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.JSConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DocsAndCartageDetails" Type="Collection(Odyssey.JSDocsAndCartageDetail)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JSExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JSJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.JSJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JSLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JSNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.JSPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JSProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JSProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.JSReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.JSTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JSWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JSWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HVLVShipmentLastMileCarriers" Type="Collection(Odyssey.HVLVShipmentLastMileCarrier)" Partner="JobShipment" /><NavigationProperty Name="JobContainerPackLineRelatedInfoViews" Type="Collection(Odyssey.JobContainerPackLineRelatedInfoView)" Partner="JobShipment" /><NavigationProperty Name="ShipmentComInvoiceLines" Type="Collection(Odyssey.ShipmentComInvoiceLine)" Partner="JobShipment" /><NavigationProperty Name="ShipmentDeclarations" Type="Collection(Odyssey.ShipmentDeclaration)" Partner="JobShipment" /><NavigationProperty Name="TrackingInvoiceViews" Type="Collection(Odyssey.TrackingInvoiceView)" Partner="JobShipment" /><NavigationProperty Name="ViewQuotedBookings" Type="Collection(Odyssey.ViewQuotedBooking)" Partner="Booking" /><Annotation Term="Glow.InfoType" String="IJobShipmentInfo" /><Annotation Term="Glow.TableCode" String="JS" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ManifestedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_DocumentedWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ManifestedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_DocumentedVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobSundryCharge"><Key><PropertyRef Name="D4_PK" /></Key><Property Name="D4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="D4_AdditionalDetails" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" Unicode="false" /><Property Name="D4_FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="D4_GC" Type="Edm.Guid" /><Property Name="D4_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="D4_OH_BillToParty" Type="Edm.Guid" Nullable="false" /><Property Name="D4_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="D4_SundriesDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="D4_SundriesJobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D4_SundryJobActivity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D4_SundryJobMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D4_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D4_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D4_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="D4_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="D4_ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="BillToParty" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="D4_OH_BillToParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D4_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="D4_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.D4Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="D4" /></EntityType><EntityType Name="JobSupplierBookingLineDocAddressView"><Key><PropertyRef Name="JSLE2_PK" /></Key><Property Name="JSLE2_PK" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BookingLineId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="SupplierCode" Type="Edm.String" Nullable="false" MaxLength="200" /><Property Name="SupplierName" Type="Edm.String" Nullable="false" MaxLength="200" /></EntityType><EntityType Name="JobSupplierBookingLine"><Key><PropertyRef Name="JSL_PK" /></Key><Property Name="JSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JSL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_BookedPackages" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_BookedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_BookingLineId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JSL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="JSL_DispatchedPackages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JSL_DispatchedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_DispatchedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_DispatchedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_F3_NKBookedPackagesUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_FirstReceiptDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSL_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_GrossWeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JSL_HarmonisedCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="JSL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JSL_JO_OrderLine" Type="Edm.Guid" Nullable="false" /><Property Name="JSL_JSB_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="JSL_LastReceiptDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSL_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JSL_OpenPackages" Type="Edm.Decimal" Precision="15" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_OpenQuantity" Type="Edm.Decimal" Precision="20" Scale="5"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_OpenVolume" Type="Edm.Decimal" Precision="11" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_OpenWeight" Type="Edm.Decimal" Precision="11" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_PackHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_PackLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_PackUnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JSL_PackWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_ReceivedPackages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JSL_ReceivedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_ReceivedVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_ReceivedWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_RemainingPackagesToBePacked" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JSL_RemainingPackagesToBeReceived" Type="Edm.Decimal" Precision="14" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_RemainingQuantityToBePacked" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_RemainingQuantityToBeReceived" Type="Edm.Decimal" Precision="19" Scale="5"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_RemainingVolumeToBePacked" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_RemainingVolumeToBeReceived" Type="Edm.Decimal" Precision="10" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_RemainingWeightToBePacked" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_RemainingWeightToBeReceived" Type="Edm.Decimal" Precision="10" Scale="3"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSL_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JSL_RN_NKCountryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JSL_ShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JSL_ShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JSL_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSL_TotalPlannedQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="JSL_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JSL_VolumeUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="IsBuyer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsControllingCustomer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSupplier" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ContainerLoadListLines" Type="Collection(Odyssey.ContainerLoadListLine)" Partner="BookingLine" /><NavigationProperty Name="JobPackLines" Type="Collection(Odyssey.JobPackLine)" Partner="BookingLine" /><NavigationProperty Name="OrderLine" Type="Odyssey.JobOrderLine" Nullable="false" Partner="JobSupplierBookingLines"><ReferentialConstraint Property="JSL_JO_OrderLine" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="JobSupplierBookingLines"><ReferentialConstraint Property="JSL_JSB_Booking" ReferencedProperty="JSB_PK" /></NavigationProperty><NavigationProperty Name="OrderShipmentPlanningLines" Type="Collection(Odyssey.OrderShipmentPlanningLine)" Partner="BookingLine" /><NavigationProperty Name="BookedPackagesUnit" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JSL_F3_NKBookedPackagesUnit" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JSL_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JSL_RN_NKCountryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JSL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JSL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JSLAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JSLExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JSLLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JSLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobSupplierBookingLineDocAddressView" Type="Odyssey.JobSupplierBookingLineDocAddressView" Nullable="false"><ReferentialConstraint Property="JSL_BookingLineId" ReferencedProperty="JSLE2_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JSL" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JSL_GrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JSL_GrossWeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JSL_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="JSL_VolumeUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JSL_PackHeight" /><PropertyValue Property="UnitProperty" PropertyPath="JSL_PackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JSL_PackLength" /><PropertyValue Property="UnitProperty" PropertyPath="JSL_PackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JSL_PackWidth" /><PropertyValue Property="UnitProperty" PropertyPath="JSL_PackUnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobSupplierBooking"><Key><PropertyRef Name="JSB_PK" /></Key><Property Name="JSB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JSB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JSB_BookedOnDate" Type="Edm.DateTimeOffset" /><Property Name="JSB_BookingId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JSB_CargoAvailableDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JSB_CFSCutOff" Type="Edm.DateTimeOffset" /><Property Name="JSB_ContainerMode" Type="Edm.String" DefaultValue="FCL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_CTOCutOff" Type="Edm.DateTimeOffset" /><Property Name="JSB_CustomerStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_ExpectedReceiptDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JSB_ExportDocsDue" Type="Edm.DateTimeOffset" /><Property Name="JSB_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JSB_ImportDocsDue" Type="Edm.DateTimeOffset" /><Property Name="JSB_IncoTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_IsEnteredOnBehalfOfBookingParty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JSB_IsPlannedShipmentGenerationInProgress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JSB_LoadMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JSB_OA_CFSAddress" Type="Edm.Guid" /><Property Name="JSB_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JSB_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JSB_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JSB_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JSB_Status" Type="Edm.String" DefaultValue="INC" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JSB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JSB_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CanEdit" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="IsBuyer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsControllingCustomer" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="CYContainerLoadLists" Type="Collection(Odyssey.CYContainerLoadList)" Partner="Booking" /><NavigationProperty Name="CFSContainerLoadLists" Type="Collection(Odyssey.CFSContainerLoadList)" Partner="Booking" /><NavigationProperty Name="JobContainers" Type="Collection(Odyssey.JobContainer)" Partner="SupplierBooking" /><NavigationProperty Name="JobSupplierBookingLines" Type="Collection(Odyssey.JobSupplierBookingLine)" Partner="Booking" /><NavigationProperty Name="CFSAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JSB_OA_CFSAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrderShipmentPlannings" Type="Collection(Odyssey.OrderShipmentPlanning)" Partner="Booking" /><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JSB_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JSB_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JSB_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JSB_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JSB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JSB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JSBAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JSBAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Conversations" Type="Collection(Odyssey.JSBConversation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ExternalRequests" Type="Collection(Odyssey.JSBExternalRequest)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobOrderContainers" Type="Collection(Odyssey.JSBJobOrderContainer)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JSBJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JSBLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JSBNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JSBProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JSBProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JSBWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JSBWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JSBWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowMilestones" Type="Collection(Odyssey.JSBWorkflowMilestone)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JSBWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JSBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JSB" /></EntityType><EntityType Name="JobTradeLane"><Key><PropertyRef Name="EJ_PK" /></Key><Property Name="EJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EJ_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EJ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="EJ_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EJ_Location1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="EJ_Location2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="EJ_OH_RelatedOrg" Type="Edm.Guid" /><Property Name="EJ_PreferenceOrder" Type="Edm.Byte" DefaultValue="1" Nullable="false" /><Property Name="EJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RelatedOrg" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EJ_OH_RelatedOrg" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.EJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="EJ" /></EntityType><EntityType Name="JobTransportLegPackLineDivot"><Key><PropertyRef Name="J8_PK" /></Key><Property Name="J8_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J8_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J8_DeliveryVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J8_DeliveryWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="J8_EU_PickupDeliverConfirm" Type="Edm.Guid" /><Property Name="J8_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J8_JL" Type="Edm.Guid" /><Property Name="J8_PackagesDelivered" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="J8_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J8_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J8_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J8_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PickupDeliverConfirm" Type="Odyssey.JobPickupDeliveryConfirm"><ReferentialConstraint Property="J8_EU_PickupDeliverConfirm" ReferencedProperty="EU_PK" /></NavigationProperty><NavigationProperty Name="JobPackLine" Type="Odyssey.JobPackLine"><ReferentialConstraint Property="J8_JL" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J8_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J8_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.J8Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="J8" /></EntityType><EntityType Name="JobVoyAccount"><Key><PropertyRef Name="NA_PK" /></Key><Property Name="NA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NA_GC" Type="Edm.Guid" Nullable="false" /><Property Name="NA_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="NA_JV" Type="Edm.Guid" Nullable="false" /><Property Name="NA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="NA_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="NA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="NA_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobVoyage" Type="Odyssey.JobVoyage" Nullable="false"><ReferentialConstraint Property="NA_JV" ReferencedProperty="JV_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="NA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.NAJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="NA" /></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="JOJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JO_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="JOWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JO_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="JOWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JO_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="JPAcknowledgement" 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.DocsAndCartageDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JP_PK" /></NavigationProperty></EntityType><EntityType Name="JPJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DocsAndCartageDetail" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JP_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JPPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobPackLinePackage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JPP_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="JQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobPackLoc" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JQ_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="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="JSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JS_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="JSAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JS_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="JSAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JS_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="JSBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JSB_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="JSBAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JSB_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="JSBAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JSB_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="JSBJobOrderContainer" BaseType="Odyssey.JobOrderContainer"><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="J1_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="JobOrderContainers"><ReferentialConstraint Property="J1_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JSBJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JSBLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JSB_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="JSBNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JSB_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="JSBWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JSB_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="JSBWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JSB_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="JSBWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JSB_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="JSJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JS_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="JSLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JSL_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="JSLAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JSL_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="JSLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JSL_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="JSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JS_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="JSNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JS_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="JSReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="JS_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="JSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JS_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="JSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JS_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="JSWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JS_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="JTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JT_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="JUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerLeg" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JU_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="JULog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerLeg" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JU_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="JUWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerLeg" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JU_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="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="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="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="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="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="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="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="NAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobVoyAccount" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NA_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="NCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobContainerDetention" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="OPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OP_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="OPLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrderShipmentPlanningLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OPL_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="OPSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrderShipmentPlanning" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OPS_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="OrderDueForBookingView"><Key><PropertyRef Name="JD_PK" /></Key><Property Name="JD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_ExWorksRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OpenQuantity" Type="Edm.Decimal" Precision="38" Scale="5" /></EntityType><EntityType Name="OrderLineDueForBookingView"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_JD" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_LineStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_LineReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Partno" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Description" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="ExWorksDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JO_Quantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_QtyBooked" Type="Edm.Decimal" Precision="19" Scale="5" /><Property Name="JO_QtyPacked" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_OpenQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /></EntityType><EntityType Name="OrderLineWithShipmentWindowDatesView"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_JD" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_LineStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JO_LineReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Partno" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Description" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="ShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="ShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JO_Quantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /><Property Name="JO_QtyBooked" Type="Edm.Decimal" Precision="19" Scale="5" /><Property Name="JO_QtyPacked" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="5" /></EntityType><EntityType Name="OrderManagerOrderExplorerConsolLiveView"><Key><PropertyRef Name="JC_PK" /></Key><Property Name="JC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JC_ContainerMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ContainerNum" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_SealNum" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_ContainerCount" Type="Edm.Int16" Nullable="false" /><Property Name="JC_RC" Type="Edm.Guid" /><Property Name="ConsolID" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JK_MasterBillNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JK_OA_Carrier" Type="Edm.Guid" /><NavigationProperty Name="RefContainerInfo" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="JC_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JK_OA_Carrier" ReferencedProperty="OA_PK" /></NavigationProperty></EntityType><EntityType Name="OrderManagerOrderExplorerLiveView"><Key><PropertyRef Name="OO_PK" /></Key><Property Name="OO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JD_OA_BuyerAddress" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OA_SupplierAddress" Type="Edm.Guid" /><Property Name="OrderStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OrderPortOfLoading" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OrderPortOfDischarge" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OrderShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OrderShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OrderExWorksRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OrderRequiredInStore" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OrderSystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OO_JD_Order" Type="Edm.Guid" Nullable="false" /><Property Name="OO_JD_Ext" Type="Edm.Guid" Nullable="false" /><Property Name="OO_JO_OrderLine" Type="Edm.Guid" /><Property Name="OO_JO_Ext" Type="Edm.Guid" /><Property Name="OrderLineNo" Type="Edm.Int32" /><Property Name="OrderLineStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OrderLineQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="OrderLineNKPackType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OrderLinePartNo" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="OrderLineDescription" Type="Edm.String" MaxLength="128" /><Property Name="OrderLineOutPacks" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="OrderLineOuterPacksUQ" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OrderLineItemPrice" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="OrderLineExWorksDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OrderLineRequiredInStore" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OrderLineShipmentWindowStart" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OrderLineShipmentWindowEnd" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OO_JSL_BookingLine" Type="Edm.Guid" /><Property Name="BookingLineBookedQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="BookingLineBookedPackages" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="BookingLineReceivedQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="BookingLineReceivedPackages" Type="Edm.Int32" /><Property Name="BookingLineLastReceiptDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OO_CLL_LoadListLine" Type="Edm.Guid" /><Property Name="LoadListLinePackedQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="LoadListLinePackedPackages" Type="Edm.Int32" /><Property Name="LoadListLinePlannedQuantity" Type="Edm.Decimal" Precision="18" Scale="5" /><Property Name="LoadListLinePlannedPackages" Type="Edm.Int32" /><Property Name="LoadListID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="LoadListStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OO_JSB_Booking" Type="Edm.Guid" /><Property Name="OO_JC_Container" Type="Edm.Guid" /><Property Name="OO_JL_PackLine" Type="Edm.Guid" /><Property Name="BookingId" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="BookingStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="BookingLoadMode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="BookingBookedOnDate" Type="Edm.DateTimeOffset" /><Property Name="BookingCargoAvailableDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OO_OH_BookingParty" Type="Edm.Guid" /><Property Name="JSB_OA_CFSAddress" Type="Edm.Guid" /><NavigationProperty Name="ContainerWithConsol" Type="Odyssey.OrderManagerOrderExplorerConsolLiveView"><ReferentialConstraint Property="OO_JC_Container" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="PackLineWithShipment" Type="Odyssey.OrderManagerOrderExplorerShipmentLiveView"><ReferentialConstraint Property="OO_JL_PackLine" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="OrderExt" Type="Odyssey.OrderManagerOrderExplorerOrderLiveView" Nullable="false"><ReferentialConstraint Property="OO_JD_Ext" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="OrderLineExt" Type="Odyssey.OrderManagerOrderExplorerOrderLineLiveView"><ReferentialConstraint Property="OO_JO_Ext" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="BuyerAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="JD_OA_BuyerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SupplierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JD_OA_SupplierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CFSAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JSB_OA_CFSAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="BookingParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="OO_OH_BookingParty" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="OrderManagerOrderExplorerOrderLineLiveView"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_OA_OrderLineManufacturerAddress" Type="Edm.Guid" /><NavigationProperty Name="OrderLineManufacturerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JO_OA_OrderLineManufacturerAddress" ReferencedProperty="OA_PK" /></NavigationProperty></EntityType><EntityType Name="OrderManagerOrderExplorerOrderLiveView"><Key><PropertyRef Name="JD_PK" /></Key><Property Name="JD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JD_OA_ControllingCustomerAddress" Type="Edm.Guid" /><Property Name="JD_OA_OrderManufacturerAddress" Type="Edm.Guid" /><NavigationProperty Name="ControllingCustomerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JD_OA_ControllingCustomerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrderManufacturerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JD_OA_OrderManufacturerAddress" ReferencedProperty="OA_PK" /></NavigationProperty></EntityType><EntityType Name="OrderManagerOrderExplorerShipmentLiveView"><Key><PropertyRef Name="JL_PK" /></Key><Property Name="JL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ShipmentJobNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="ShipmentHouseBillNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="ShipmentTransportMode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="ShipmentPortOfOrigin" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="ShipmentPortOfDestination" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="ShipmentIncoTerm" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="ShipmentActualVolume" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="ShipmentActualWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="ShipmentArrivalDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ShipmentDepartureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ShipmentUnitOfVolume" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="ShipmentUnitOfWeight" Type="Edm.String" MaxLength="2" Unicode="false" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="ShipmentActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="ShipmentUnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="ShipmentActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="ShipmentUnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="OrderManagerPackLineInTransitView"><Key><PropertyRef Name="JL_PK" /></Key><Property Name="JL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="ShipmentId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ContainerNum" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="Consignor" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="Consignee" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="Origin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Destination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Packs" Type="Edm.Int32" Nullable="false" /><Property Name="PackageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Volume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /></EntityType><EntityType Name="OrderManagerShipmentInTransitView"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ShipmentId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Consignor" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="Consignee" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="Origin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Destination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Packs" Type="Edm.Int32" Nullable="false" /><Property Name="PackageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Volume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /></EntityType><EntityType Name="OrderManagerShipmentItemView"><Key><PropertyRef Name="JSB_PK" /></Key><Property Name="JSB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JL_JS" Type="Edm.Guid" Nullable="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrderManagerShipmentView" Type="Odyssey.OrderManagerShipmentView" Nullable="false" Partner="OrderManagerShipmentItemViews"><ReferentialConstraint Property="JL_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="OrderManagerShipmentView"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JS_TransportMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_PackingMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_UniqueConsignRef" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_HouseBill" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JS_RL_NKOrigin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKDestination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKLoadPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_RL_NKDischargePort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JS_E_DEP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_E_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JS_ShipmentType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_GoodsDescription" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JS_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_OuterPacks" Type="Edm.Int32" Nullable="false" /><Property Name="JS_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ActualWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_UnitOfWeight" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JS_ActualVolume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="JS_UnitOfVolume" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JS_RS_NKServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_ShipmentStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_Phase" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JS_OA_PickupCFSAddress" Type="Edm.Guid" /><Property Name="JS_OA_DeliveryCFSAddress" Type="Edm.Guid" /><Property Name="DepartureConsolPK" Type="Edm.Guid" /><Property Name="DepartureConsolID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="DepartureConsolMasterBillNum" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="CarrierName" Type="Edm.String" MaxLength="100" /><Property Name="CarrierBookingRef" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="CarrierEventCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CarrierMessageTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CarrierMessageType" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="HasMessageWithdrawCancelRequestCode" Type="Edm.Boolean" /><Property Name="JS_OA_NotifyParty" Type="Edm.Guid" /><Property Name="JS_OA_NotifyParty2" Type="Edm.Guid" /><Property Name="JS_OA_NotifyParty3" Type="Edm.Guid" /><Property Name="JS_OA_ConsigneeDocumentaryAddress" Type="Edm.Guid" /><Property Name="JS_OA_ConsignorDocumentaryAddress" Type="Edm.Guid" /><Property Name="JS_OA_ControllingCustomerAddress" Type="Edm.Guid" /><Property Name="JS_OA_ConsignorPickupDeliveryAddress" Type="Edm.Guid" /><Property Name="JS_OA_ConsigneePickupDeliveryAddress" Type="Edm.Guid" /><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JS_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="JS_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JS_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="OrderManagerShipmentItemViews" Type="Collection(Odyssey.OrderManagerShipmentItemView)" Partner="OrderManagerShipmentView" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JS_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JS_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="OrderShipmentPlanningLine"><Key><PropertyRef Name="OPL_PK" /></Key><Property Name="OPL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OPL_F3_NKPackagesUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPL_JL_PackLine" Type="Edm.Guid" /><Property Name="OPL_JSL_BookingLine" Type="Edm.Guid" Nullable="false" /><Property Name="OPL_MarkForDelete" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OPL_OPS_Planning" Type="Edm.Guid" Nullable="false" /><Property Name="OPL_Packages" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPL_Quantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="5" /><Property Name="OPL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OPL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPL_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPL_VolumeUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OPL_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPL_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PackLine" Type="Odyssey.JobPackLine" Partner="OrderShipmentPlanningLines"><ReferentialConstraint Property="OPL_JL_PackLine" ReferencedProperty="JL_PK" /></NavigationProperty><NavigationProperty Name="BookingLine" Type="Odyssey.JobSupplierBookingLine" Nullable="false" Partner="OrderShipmentPlanningLines"><ReferentialConstraint Property="OPL_JSL_BookingLine" ReferencedProperty="JSL_PK" /></NavigationProperty><NavigationProperty Name="Planning" Type="Odyssey.OrderShipmentPlanning" Nullable="false" Partner="OrderShipmentPlanningLines"><ReferentialConstraint Property="OPL_OPS_Planning" ReferencedProperty="OPS_PK" /></NavigationProperty><NavigationProperty Name="PackagesUnit" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OPL_F3_NKPackagesUnit" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OPL" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPL_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="OPL_VolumeUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPL_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="OPL_WeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="OrderShipmentPlanning"><Key><PropertyRef Name="OPS_PK" /></Key><Property Name="OPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OPS_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPS_ETA" Type="Edm.DateTimeOffset" /><Property Name="OPS_ETD" Type="Edm.DateTimeOffset" /><Property Name="OPS_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OPS_JS_Shipment" Type="Edm.Guid" /><Property Name="OPS_JSB_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="OPS_RequireConsolGeneration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OPS_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OPS_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OPS_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OPS_ShipmentName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="OPS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPS_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrderShipmentPlanningLines" Type="Collection(Odyssey.OrderShipmentPlanningLine)" Partner="Planning" /><NavigationProperty Name="Booking" Type="Odyssey.JobSupplierBooking" Nullable="false" Partner="OrderShipmentPlannings"><ReferentialConstraint Property="OPS_JSB_Booking" ReferencedProperty="JSB_PK" /></NavigationProperty><NavigationProperty Name="Shipment" Type="Odyssey.JobShipment" Partner="OrderShipmentPlannings"><ReferentialConstraint Property="OPS_JS_Shipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OPS_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OPS_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OPS" /></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="OrgSupplierPart"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><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_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="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_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><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_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><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_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_KitIsAutoReplenished" 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_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" 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_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_UnitsPerPallet" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="6" /><Property Name="OP_UseEarliestExpiryDateFromComponentsOnAssembly" Type="Edm.Boolean" DefaultValue="false" Nullable="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" /><Property Name="OP_WSC_WhsProductStyleColour" Type="Edm.Guid" /><Property Name="OP_WSS_WhsProductStyleClassification" Type="Edm.Guid" /><Property Name="OP_WSZ_WhsProductStyleSize" Type="Edm.Guid" /><NavigationProperty Name="StyleColor" Type="Odyssey.WhsProductStyleColourInfo"><ReferentialConstraint Property="OP_WSC_WhsProductStyleColour" ReferencedProperty="WSC_PK" /></NavigationProperty><NavigationProperty Name="StyleSize" Type="Odyssey.WhsProductStyleSizeInfo"><ReferentialConstraint Property="OP_WSZ_WhsProductStyleSize" ReferencedProperty="WSZ_PK" /></NavigationProperty><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><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.OPUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgSupplierPartInfo" /><Annotation Term="Glow.TableCode" String="OP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Depth" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Width" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Height" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="OP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_NetWeight" /><PropertyValue Property="UnitProperty" PropertyPath="OP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Cubic" /><PropertyValue Property="UnitProperty" PropertyPath="OP_CubicUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></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="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" /><EntityType Name="KBPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="LTCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="JSPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><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="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="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="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="PortsAndCountry"><Key><PropertyRef Name="RN_PK" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LocationCode" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="LocationDescription" Type="Edm.String" Nullable="false" MaxLength="77" Unicode="false" /></EntityType><EntityType Name="PortsCountriesAndZone"><Key><PropertyRef Name="RN_PK" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LocationCode" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="LocationDescription" Type="Edm.String" Nullable="false" MaxLength="77" Unicode="false" /><Property Name="LocationType" Type="Edm.String" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="ZoneType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /></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" /><EntityType Name="LTCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="KGProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="K1ProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="EMHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="GSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JJProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JJ_PK" /></NavigationProperty></EntityType><EntityType Name="JKProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JCProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JC_PK" /></NavigationProperty></EntityType><EntityType Name="JEProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JDProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="JSBProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="RCT_PK" /></NavigationProperty></EntityType><EntityType Name="THProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="TH_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty></EntityType><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVBookingHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVH_PK" /></NavigationProperty></EntityType><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVConsignment" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVC_PK" /></NavigationProperty></EntityType><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItem" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVI_PK" /></NavigationProperty></EntityType><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVItemLine" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVS_PK" /></NavigationProperty></EntityType><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOriginLoadList" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVL_PK" /></NavigationProperty></EntityType><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.HVLVOuterPackage" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="HVO_PK" /></NavigationProperty></EntityType><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JJ_PK" /></NavigationProperty></EntityType><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JC_PK" /></NavigationProperty></EntityType><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="EF_PK" /></NavigationProperty></EntityType><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="RCT_PK" /></NavigationProperty></EntityType><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="TH_PK" /></NavigationProperty></EntityType><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.ViewQuotedBooking" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="VB_PK" /></NavigationProperty></EntityType><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="ProcessWorkflowExceptionCause"><Key><PropertyRef Name="WEC_PK" /></Key><Property Name="WEC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WEC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WEC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="WEC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WEC_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WEC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WEC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WEC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WEC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WEC_WET_Type" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Type" Type="Odyssey.ProcessWorkflowExceptionType" Nullable="false" Partner="ProcessWorkflowExceptionCauses"><ReferentialConstraint Property="WEC_WET_Type" ReferencedProperty="WET_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WEC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WEC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WECAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WEC" /></EntityType><EntityType Name="ProcessWorkflowExceptionResolution"><Key><PropertyRef Name="WER_PK" /></Key><Property Name="WER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WER_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WER_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="WER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WER_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WER_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WER_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WER_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WER_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WER_WET_Type" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Type" Type="Odyssey.ProcessWorkflowExceptionType" Nullable="false" Partner="ProcessWorkflowExceptionResolutions"><ReferentialConstraint Property="WER_WET_Type" ReferencedProperty="WET_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WER_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WER_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WERAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WER" /></EntityType><EntityType Name="ProcessWorkflowException"><Key><PropertyRef Name="WEX_PK" /></Key><Property Name="WEX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WEX_P9_ProcessTask" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WEX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WEX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WEX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WEX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WEX_WEC_Cause" Type="Edm.Guid" /><Property Name="WEX_WER_Resolution" Type="Edm.Guid" /><NavigationProperty Name="WorkflowException" Type="Odyssey.WorkflowException" Nullable="false" Partner="ProcessWorkflowExceptions"><ReferentialConstraint Property="WEX_P9_ProcessTask" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="Cause" Type="Odyssey.ProcessWorkflowExceptionCause"><ReferentialConstraint Property="WEX_WEC_Cause" ReferencedProperty="WEC_PK" /></NavigationProperty><NavigationProperty Name="Resolution" Type="Odyssey.ProcessWorkflowExceptionResolution"><ReferentialConstraint Property="WEX_WER_Resolution" ReferencedProperty="WER_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WEX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WEX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WEXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WEX" /></EntityType><EntityType Name="ProcessWorkflowExceptionType"><Key><PropertyRef Name="WET_PK" /></Key><Property Name="WET_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WET_Category" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WET_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WET_DefaultDurationHours" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WET_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="WET_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WET_IsCauseRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WET_IsResolutionRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WET_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WET_JobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WET_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WET_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WET_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WET_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WET_UseStartEndToCalculateDuration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="ProcessWorkflowExceptionCauses" Type="Collection(Odyssey.ProcessWorkflowExceptionCause)" Partner="Type" /><NavigationProperty Name="ProcessWorkflowExceptionResolutions" Type="Collection(Odyssey.ProcessWorkflowExceptionResolution)" Partner="Type" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WET_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WET_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WETAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WET" /></EntityType><EntityType Name="RateOneOffShipment"><Key><PropertyRef Name="TT_PK" /></Key><Property Name="TT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TT_ActualVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="TT_ActualWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="TT_AdditionalTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="TT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TT_Chargeable" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="TT_CompanyTariffLevelOverride" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="TT_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_DeliveryEquipment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_FMCTariffID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="TT_Frequency" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="TT_FrequencyUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="TT_HBLDeliveryMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="9" Unicode="false" /><Property Name="TT_IgnoreIncoTerm" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TT_IncoTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_InsureVal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="InsureValCurr/RX_SubUnitRatio" /></Property><Property Name="TT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TT_NumberOfEntries" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TT_NumberOfEntryLines" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TT_OH_Carrier" Type="Edm.Guid" /><Property Name="TT_OH_Creditor" Type="Edm.Guid" /><Property Name="TT_OrgRole" Type="Edm.String" DefaultValue="LOC" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_PickupEquipment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_QuoteApprovedByManager" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TT_QuoteKPI" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_QuoteSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_RevisionReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_RH_NKCommodity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="TT_RL_NKDeliveryLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="TT_RL_NKReceivalLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="TT_RL_NKViaLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="TT_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_RX_NKGoodsCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_RX_NKInsureValCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_TH" Type="Edm.Guid" /><Property Name="TT_TransitTime" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_TransportMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TT_UnitOfVolume" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="TT_UnitOfWeight" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="TT_ValueOfGoods" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsCurrency/RX_SubUnitRatio" /></Property><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TT_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TT_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RatingHeader" Type="Odyssey.RatingHeader" Partner="RateOneOffShipments"><ReferentialConstraint Property="TT_TH" ReferencedProperty="TH_PK" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="TT_RH_NKCommodity" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="DeliveryLocation" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="TT_RL_NKDeliveryLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ReceivalLocation" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="TT_RL_NKReceivalLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ViaLocation" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="TT_RL_NKViaLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="TT_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="GoodsCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="TT_RX_NKGoodsCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="InsureValCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="TT_RX_NKInsureValCurr" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.TTAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.TTReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.TTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="TT" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TT_ActualWeight" /><PropertyValue Property="UnitProperty" PropertyPath="TT_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TT_ActualVolume" /><PropertyValue Property="UnitProperty" PropertyPath="TT_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="RatingContractAllocationLine"><Key><PropertyRef Name="RCA_PK" /></Key><Property Name="RCA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCA_AllocatedQuantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="RCA_AllocatedUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RCA_AllocationLineID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="RCA_AllowFreightSpotRate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCA_AllowGatewayConsolOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCA_AllowGroupageOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCA_AllowRelatedPorts" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RCA_BookingVariance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RCA_ContainerOwner" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_ContainerWeightLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RCA_ContainerWeightLimitType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_ContainerWeightLimitUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RCA_DemandQuantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="RCA_DischargeLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCA_DistributionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_EJ_TradeLane" Type="Edm.Guid" /><Property Name="RCA_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCA_HasBookingLimit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCA_JX_SailingSchedule" Type="Edm.Guid" /><Property Name="RCA_LoadLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCA_PlaceOfDelivery" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCA_PlaceOfReceipt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCA_Priority" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="RCA_RC_ContainerType" Type="Edm.Guid" /><Property Name="RCA_RCA_ParentAllocationRoute" Type="Edm.Guid" /><Property Name="RCA_RCT_RatingContract" Type="Edm.Guid" Nullable="false" /><Property Name="RCA_RV_Vessel" Type="Edm.Guid" /><Property Name="RCA_ServiceLoop" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="RCA_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCA_StorageOrFreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RCA_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCA_VoyageNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="AllocationRouteAgentPivots" Type="Collection(Odyssey.AllocationRouteAgentPivot)" Partner="AllocationLine"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobConsols" Type="Collection(Odyssey.JobConsol)" Partner="AllocationLine" /><NavigationProperty Name="JobContainers" Type="Collection(Odyssey.JobContainer)" Partner="AllocationLine" /><NavigationProperty Name="JobShipments" Type="Collection(Odyssey.JobShipment)" Partner="BookingAllocationLine" /><NavigationProperty Name="TradeLane" Type="Odyssey.JobTradeLane"><ReferentialConstraint Property="RCA_EJ_TradeLane" ReferencedProperty="EJ_PK" /></NavigationProperty><NavigationProperty Name="SailingSchedule" Type="Odyssey.JobSailing"><ReferentialConstraint Property="RCA_JX_SailingSchedule" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="ParentAllocationRoute" Type="Odyssey.RatingContractAllocationLine" Partner="RatingContractAllocationLines"><ReferentialConstraint Property="RCA_RCA_ParentAllocationRoute" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="RatingContractAllocationLines" Type="Collection(Odyssey.RatingContractAllocationLine)" Partner="ParentAllocationRoute" /><NavigationProperty Name="RatingContract" Type="Odyssey.RatingContract" Nullable="false" Partner="RatingContractAllocationLines"><ReferentialConstraint Property="RCA_RCT_RatingContract" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="RCA_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Vessel" Type="Odyssey.RefVesselInfo"><ReferentialConstraint Property="RCA_RV_Vessel" ReferencedProperty="RV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.RCAAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RatingContractNamedAccountPivots" Type="Collection(Odyssey.RCARatingContractNamedAccountPivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RCAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CCABookingViews" Type="Collection(Odyssey.CCABookingView)" Partner="AllocationLine" /><NavigationProperty Name="CCAJobConsolViews" Type="Collection(Odyssey.CCAJobConsolView)" Partner="AllocationLine" /><NavigationProperty Name="CCAJobContainerViews" Type="Collection(Odyssey.CCAJobContainerView)" Partner="AllocationLine" /><NavigationProperty Name="ViewRatingContractAllocationLineCalculatedValues" Type="Collection(Odyssey.ViewRatingContractAllocationLineCalculatedValue)" Partner="AllocationLine" /><NavigationProperty Name="ViewRatingContractAllocationLineConvertedWeights" Type="Collection(Odyssey.ViewRatingContractAllocationLineConvertedWeight)" Partner="RatingContractAllocationLine" /><NavigationProperty Name="ViewRatingContractAllocationLineSummaries" Type="Collection(Odyssey.ViewRatingContractAllocationLineSummary)" Partner="AllocationLine" /><Annotation Term="Glow.TableCode" String="RCA" /></EntityType><EntityType Name="RatingContractContainerDetention"><Key><PropertyRef Name="RCD_PK" /></Key><Property Name="RCD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RCD_CEX_DurationExclusion" Type="Edm.Guid" /><Property Name="RCD_CEX_FreeDayExclusion" Type="Edm.Guid" /><Property Name="RCD_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_DetentionPortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCD_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_EndDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCD_FreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="RCD_FreeDayType" Type="Edm.String" DefaultValue="CTD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCD_OH_Client" Type="Edm.Guid" /><Property Name="RCD_OH_CTO" Type="Edm.Guid" /><Property Name="RCD_OriginPortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RCD_PenaltyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_RCT" Type="Edm.Guid" Nullable="false" /><Property Name="RCD_StartDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DurationExclusion" Type="Odyssey.ContainerPenaltyDayExclusion"><ReferentialConstraint Property="RCD_CEX_DurationExclusion" ReferencedProperty="CEX_PK" /></NavigationProperty><NavigationProperty Name="FreeDayExclusion" Type="Odyssey.ContainerPenaltyDayExclusion"><ReferentialConstraint Property="RCD_CEX_FreeDayExclusion" ReferencedProperty="CEX_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="RCD_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CTO" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="RCD_OH_CTO" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RatingContract" Type="Odyssey.RatingContract" Nullable="false" Partner="RatingContractContainerDetentions"><ReferentialConstraint Property="RCD_RCT" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RCDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RCD" /></EntityType><EntityType Name="RatingContract"><Key><PropertyRef Name="RCT_PK" /></Key><Property Name="RCT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCT_AllowHazardousCommodities" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCT_AutoratingDateFiltering" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RCT_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_ContractNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="RCT_ContractType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="RCT_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCT_GC" Type="Edm.Guid" /><Property Name="RCT_GS_NKContractOwner" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RCT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RCT_OH" Type="Edm.Guid" Nullable="false" /><Property Name="RCT_StartDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RCT_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RCT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RCT_TransportMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RatingContractAllocationLines" Type="Collection(Odyssey.RatingContractAllocationLine)" Partner="RatingContract" /><NavigationProperty Name="RatingContractContainerDetentions" Type="Collection(Odyssey.RatingContractContainerDetention)" Partner="RatingContract" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="RCT_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="RCT_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ContractOwner" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_GS_NKContractOwner" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RCT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ChargeGroupContractRatingDates" Type="Collection(Odyssey.RCTChargeGroupContractRatingDate)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.RCTLog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.RCTProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.RCTProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RatingContractNamedAccountPivots" Type="Collection(Odyssey.RCTRatingContractNamedAccountPivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.RCTWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.RCTWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.RCTWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RCTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ViewRatingContractQuantities" Type="Collection(Odyssey.ViewRatingContractQuantity)" Partner="RatingContract" /><NavigationProperty Name="ViewRatingContractSummaries" Type="Collection(Odyssey.ViewRatingContractSummary)" Partner="RatingContract" /><Annotation Term="Glow.TableCode" String="RCT" /></EntityType><EntityType Name="RatingHeader" Abstract="true"><Key><PropertyRef Name="TH_PK" /></Key><Property Name="TH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TH_Accepted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="TH_AirCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="TH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TH_ClientAccepted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="TH_ExportAirCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="TH_ExportSeaCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="TH_FollowUpDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="TH_GC" Type="Edm.Guid" /><Property Name="TH_GlobalRateDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="TH_GlobalRateLevel" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="TH_GS_NKFirstSignatory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_GS_NKSecondSignatory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TH_IsLocked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TH_IsOneOffQuoteConsumed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TH_OH" Type="Edm.Guid" /><Property Name="TH_OneTimeQuote" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="TH_PrintInheritedDestinationCharges" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TH_PrintInheritedOriginCharges" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TH_PrintRateLevelDestinationCharges" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TH_PrintRateLevelOriginCharges" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TH_QuoteCancellationReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_QuoteDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="TH_QuoteEndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="TH_QuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="TH_RX_NKSpotRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_SeaCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="TH_SpotRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SpotRateCurrency/RX_SubUnitRatio" /></Property><Property Name="TH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RateOneOffShipments" Type="Collection(Odyssey.RateOneOffShipment)" Partner="RatingHeader" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="TH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TH_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="FirstSignatory" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TH_GS_NKFirstSignatory" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="SecondSignatory" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TH_GS_NKSecondSignatory" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="SpotRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="TH_RX_NKSpotRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.THAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.THJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.THJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.THLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.THNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.THProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.THProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.THWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.THWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.THWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.THWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.THAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ViewQuotedBookings" Type="Collection(Odyssey.ViewQuotedBooking)" Partner="RatingHeader" /><Annotation Term="Glow.TableCode" String="TH" /></EntityType><EntityType Name="ClientRate" BaseType="Odyssey.RatingHeader" /><EntityType Name="Costing" BaseType="Odyssey.RatingHeader" /><EntityType Name="Quote" BaseType="Odyssey.RatingHeader" /><EntityType Name="Tariff" BaseType="Odyssey.RatingHeader" /><EntityType Name="WiseCost" BaseType="Odyssey.RatingHeader" /><EntityType Name="IntercompanyTariff" BaseType="Odyssey.RatingHeader" /><EntityType Name="RCAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RCA_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="RCAAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="RCA_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="RatingContractNamedAccountPivot" Abstract="true"><Key><PropertyRef Name="RNP_PK" /></Key><Property Name="RNP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RNP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RNP_IsExclusive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RNP_OH_NamedAccount" Type="Edm.Guid" Nullable="false" /><Property Name="RNP_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="RNP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RNP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RNP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RNP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="RNP" /></EntityType><EntityType Name="RCARatingContractNamedAccountPivot" BaseType="Odyssey.RatingContractNamedAccountPivot"><NavigationProperty Name="NamedAccount" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="RNP_OH_NamedAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="RatingContractNamedAccountPivots"><ReferentialConstraint Property="RNP_ParentID" ReferencedProperty="RCA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RNP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RNP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RCDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RatingContractContainerDetention" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RCD_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="RCTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RCT_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="ChargeGroupContractRatingDate" Abstract="true"><Key><PropertyRef Name="RDT_PK" /></Key><Property Name="RDT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RDT_AutoratingDate" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RDT_ChargeGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_GC_Company" Type="Edm.Guid" /><Property Name="RDT_JobType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_Location" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RDT_NoFallback" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RDT_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="RDT_RateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RDT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RDT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RDT_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="RDT" /></EntityType><EntityType Name="RCTChargeGroupContractRatingDate" BaseType="Odyssey.ChargeGroupContractRatingDate"><NavigationProperty Name="Company" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="RDT_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="ChargeGroupContractRatingDates"><ReferentialConstraint Property="RDT_ParentID" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RDT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RDT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RCTLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="RCT_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="RCTRatingContractNamedAccountPivot" BaseType="Odyssey.RatingContractNamedAccountPivot"><NavigationProperty Name="NamedAccount" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="RNP_OH_NamedAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="RatingContractNamedAccountPivots"><ReferentialConstraint Property="RNP_ParentID" ReferencedProperty="RCT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RNP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RNP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RCTWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="RCT_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="RCTWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="RCT_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="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="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="REQAcknowledgement" 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.ExternalRequest" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="REQ_PK" /></NavigationProperty></EntityType><EntityType Name="REQLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ExternalRequest" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="REQ_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="RQTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ExternalRequestType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RQT_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="ShipmentComInvoiceLine"><Key><PropertyRef Name="JI_PK" /></Key><Property Name="JI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JI_JS" Type="Edm.Guid" Nullable="false" /><Property Name="JI_PartNo" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Nullable="false" Partner="ShipmentComInvoiceLines"><ReferentialConstraint Property="JI_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="ShipmentDeclaration"><Key><PropertyRef Name="JE_PK" /></Key><Property Name="JE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JE_JS" Type="Edm.Guid" /><Property Name="JE_OwnerRef" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JE_MessageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="ShipmentDeclarations"><ReferentialConstraint Property="JE_JS" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="ShipmentInTransitView"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ShipmentId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Consignor" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="Consignee" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="Origin" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Destination" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="Packs" Type="Edm.Int32" Nullable="false" /><Property Name="PackageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Volume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /></EntityType><EntityType Name="ShipmentJobFactMetadataProxy"><Key><PropertyRef Name="SJP_PK" /></Key><Property Name="SJP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SJP_JobDirection" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="BookingMode" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JL_RH_NKCommodityCode" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="TransportMode" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SJP_OH_Consignee" Type="Edm.Guid" /><Property Name="SJP_OH_Consignor" Type="Edm.Guid" /><Property Name="SJP_OH_ControllingAgent" Type="Edm.Guid" /><Property Name="SJP_OH_ControllingCustomer" Type="Edm.Guid" /><Property Name="SJP_OH_PickupAgent" Type="Edm.Guid" /><Property Name="SJP_OH_DeliveryAgent" Type="Edm.Guid" /><Property Name="SJP_OH_PickupLocalTransport" Type="Edm.Guid" /><Property Name="SJP_OH_DeliveryLocalTransport" Type="Edm.Guid" /><Property Name="SJP_JS_RL_NKOrigin" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="SJP_JS_RL_NKDestination" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="SJP_JK_ArrivalConsol" Type="Edm.Guid" /><Property Name="JFP_GB_BranchByJob" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JL_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_Consignor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PickupLocalTransport" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_PickupLocalTransport" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DeliveryLocalTransport" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_DeliveryLocalTransport" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_ControllingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingCustomer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_ControllingCustomer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PickupAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_PickupAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DeliveryAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="SJP_OH_DeliveryAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="SJP_JS_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="SJP_JS_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ArrivalConsol" Type="Odyssey.JobConsol"><ReferentialConstraint Property="SJP_JK_ArrivalConsol" ReferencedProperty="JK_PK" /></NavigationProperty></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="TariffView"><Key><PropertyRef Name="ZZ1_PK" /></Key><Property Name="ZZ1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ZZ1_CompositeKeyOnZZ5" Type="Edm.String" Nullable="false" MaxLength="110" Unicode="false" /><Property Name="ZZ1_CRT_NKTariffVersion" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="ZZ1_DataSet" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="ZZ1_Description" Type="Edm.String" Nullable="false" MaxLength="4000" /><Property Name="ZZ1_EndDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ZZ1_IsSystem" Type="Edm.Boolean" /><Property Name="ZZ1_PublishedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="ZZ1_StartDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ZZ1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ZZ1_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ZZ1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ZZ1_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ZZ1_TableType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ZZ1_TariffCode" Type="Edm.String" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="ZZ1_ZZ1_Tariff" Type="Edm.Guid" Nullable="false" /><Property Name="ZZ1_ZZF_NKTaxOrFeeCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="ZZ1_ZZI_NKTariffType" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="ZZ1_ZZI_TariffType" Type="Edm.Guid" /><Property Name="ZZ1_ZZZ_NKDataGrouping" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ZZ1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ZZ1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ZZ1" /></EntityType><EntityType Name="THAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="TH_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="THAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="TH_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="THJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="TH_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="THLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="TH_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="THNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="TH_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="THWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="TH_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="THWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="TH_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="THWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="TH_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="TrackingInvoiceView"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_Desc" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_ExchangeRate" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="9" /><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><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" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_InvoiceTermDays" Type="Edm.Byte" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="TransactionCurrency/RX_SubUnitRatio" /></Property><Property Name="AH_LocalAmount" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="AH_LocalOutstandingAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_TransactionNum" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_OH" Type="Edm.Guid" /><Property Name="AH_ConsigneeName" Type="Edm.String" MaxLength="200" /><Property Name="AH_ConsignorName" Type="Edm.String" MaxLength="200" /><Property Name="JS_PKAsFK" Type="Edm.Guid" /><Property Name="JD_PKAsFK" Type="Edm.Guid" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="AH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobOrderHeader" Type="Odyssey.JobOrderHeader"><ReferentialConstraint Property="JD_PKAsFK" ReferencedProperty="JD_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipment" Partner="TrackingInvoiceViews"><ReferentialConstraint Property="JS_PKAsFK" ReferencedProperty="JS_PK" /></NavigationProperty></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" /><EntityType Name="LTCTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JKTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.JobConsol" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="JK_PK" /></NavigationProperty></EntityType><EntityType Name="JETransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JSTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="EFTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="EF_PK" /></NavigationProperty></EntityType><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="TTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RateOneOffShipment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="TT_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="TTAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.RateOneOffShipment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="TT_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="TTReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.RateOneOffShipment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="TT_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="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"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty></EntityType><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.JobPackLine" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="JL_PK" /></NavigationProperty></EntityType><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="OP_PK" /></NavigationProperty></EntityType><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="VBAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CCABookingView" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="VB_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="VBLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ViewQuotedBooking" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="VB_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="VBWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.ViewQuotedBooking" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="VB_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="ViewQuotedBooking"><Key><PropertyRef Name="VB_PK" /></Key><Property Name="VB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VB_GC" Type="Edm.Guid" /><Property Name="VB_IsCanceled" Type="Edm.Boolean" /><Property Name="VB_IsConsolidated" Type="Edm.Boolean" /><Property Name="VB_JS" Type="Edm.Guid" /><Property Name="VB_QuotedBookingType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="VB_QuoteNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="VB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="VB_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="VB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="VB_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="VB_TH" Type="Edm.Guid" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="VB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="VB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.VBLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.VBProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.VBWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CCABookingViews" Type="Collection(Odyssey.CCABookingView)" Partner="ViewQuotedBooking" /><NavigationProperty Name="RatingHeader" Type="Odyssey.RatingHeader" Partner="ViewQuotedBookings"><ReferentialConstraint Property="VB_TH" ReferencedProperty="TH_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.JobShipment" Partner="ViewQuotedBookings"><ReferentialConstraint Property="VB_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="ViewQuotedBookingSummaries" Type="Collection(Odyssey.ViewQuotedBookingSummary)" Partner="ViewQuotedBooking" /><Annotation Term="Glow.TableCode" String="VB" /></EntityType><EntityType Name="ViewQuotedBookingSummary"><Key><PropertyRef Name="VBV_PK" /></Key><Property Name="VBV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VBV_VB_ViewQuotedBooking" Type="Edm.Guid" Nullable="false" /><Property Name="VBV_ContainerCount" Type="Edm.Int32" /><Property Name="VBV_TEU" Type="Edm.Decimal" Precision="38" Scale="2" /><Property Name="VBV_AllocatedCN" Type="Edm.Int32" /><Property Name="VBV_AllocatedTEU" Type="Edm.Decimal" Precision="38" Scale="2" /><NavigationProperty Name="ViewQuotedBooking" Type="Odyssey.ViewQuotedBooking" Nullable="false" Partner="ViewQuotedBookingSummaries"><ReferentialConstraint Property="VBV_VB_ViewQuotedBooking" ReferencedProperty="VB_PK" /></NavigationProperty></EntityType><EntityType Name="ViewRatingContractAllocationLineCalculatedValue"><Key><PropertyRef Name="RCS_PK" /></Key><Property Name="RCS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCS_CapacityWithVariance" Type="Edm.Decimal" Precision="10" Scale="2" /><Property Name="RCS_LinkedScheduleETDUpdated" Type="Edm.Boolean" /><Property Name="RCS_OutstandingCommitted" Type="Edm.Decimal" Precision="13" Scale="2" /><Property Name="RCS_OutstandingWithVariance" Type="Edm.Decimal" Precision="13" Scale="2" /><Property Name="RCS_RCA_AllocationLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="ViewRatingContractAllocationLineCalculatedValues"><ReferentialConstraint Property="RCS_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RCS" /></EntityType><EntityType Name="ViewRatingContractAllocationLineConvertedWeight"><Key><PropertyRef Name="RCAV_PK" /></Key><Property Name="RCAV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCAV_RCA_RatingContractAllocationLine" Type="Edm.Guid" Nullable="false" /><Property Name="RCAV_ContainerWeightLimitInKG" Type="Edm.Decimal" Precision="38" Scale="13" /><NavigationProperty Name="RatingContractAllocationLine" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="ViewRatingContractAllocationLineConvertedWeights"><ReferentialConstraint Property="RCAV_RCA_RatingContractAllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty></EntityType><EntityType Name="ViewRatingContractAllocationLineSummary"><Key><PropertyRef Name="RAV_PK" /></Key><Property Name="RAV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RAV_ContainerCount" Type="Edm.Int32" /><Property Name="RAV_RCA_AllocationLine" Type="Edm.Guid" Nullable="false" /><Property Name="RAV_TEUCount" Type="Edm.Decimal" Precision="10" Scale="2" /><Property Name="RAV_Utilization" Type="Edm.Decimal" Precision="12" Scale="2" /><NavigationProperty Name="AllocationLine" Type="Odyssey.RatingContractAllocationLine" Nullable="false" Partner="ViewRatingContractAllocationLineSummaries"><ReferentialConstraint Property="RAV_RCA_AllocationLine" ReferencedProperty="RCA_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RAV" /></EntityType><EntityType Name="ViewRatingContractQuantity"><Key><PropertyRef Name="RCQ_PK" /></Key><Property Name="RCQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCQ_AllocatedQuantityCN" Type="Edm.Int32" /><Property Name="RCQ_AllocatedQuantityTU" Type="Edm.Int32" /><Property Name="RCQ_CapacityWithVarianceCN" Type="Edm.Decimal" Precision="10" Scale="2" /><Property Name="RCQ_CapacityWithVarianceTU" Type="Edm.Decimal" Precision="10" Scale="2" /><Property Name="RCQ_RCT_RatingContract" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="RatingContract" Type="Odyssey.RatingContract" Nullable="false" Partner="ViewRatingContractQuantities"><ReferentialConstraint Property="RCQ_RCT_RatingContract" ReferencedProperty="RCT_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RCQ" /></EntityType><EntityType Name="ViewRatingContractSummary"><Key><PropertyRef Name="RCV_PK" /></Key><Property Name="RCV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCV_ContainerCount" Type="Edm.Int32" /><Property Name="RCV_RCT_RatingContract" Type="Edm.Guid" Nullable="false" /><Property Name="RCV_TEUCount" Type="Edm.Decimal" Precision="18" Scale="2" /><NavigationProperty Name="RatingContract" Type="Odyssey.RatingContract" Nullable="false" Partner="ViewRatingContractSummaries"><ReferentialConstraint Property="RCV_RCT_RatingContract" ReferencedProperty="RCT_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RCV" /></EntityType><EntityType Name="WECAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessWorkflowExceptionCause" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WEC_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="WERAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessWorkflowExceptionResolution" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WER_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="WETAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessWorkflowExceptionType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WET_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="WEXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessWorkflowException" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WEX_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="WhsAreaInfo"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsArea" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsLocationInfo"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsLocation" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="WhsProductStyleColourInfo"><Key><PropertyRef Name="WSC_PK" /></Key><Property Name="WSC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleColour" /><Annotation Term="Glow.TableCode" String="WSC" /></EntityType><EntityType Name="WhsProductStyleSizeInfo"><Key><PropertyRef Name="WSZ_PK" /></Key><Property Name="WSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSZ_Size" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WSZ_Sequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleSize" /><Annotation Term="Glow.TableCode" String="WSZ" /></EntityType><EntityType Name="WhsRowInfo"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocationInfo)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsRow" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsWarehouseInfo"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRowInfo)" Partner="Whs" /><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsWarehouse" /><Annotation Term="Glow.TableCode" String="WW" /></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="ProcessWorkflowExceptions" Type="Collection(Odyssey.ProcessWorkflowException)" Partner="WorkflowException" /><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"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty></EntityType><EntityType Name="BHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobCartage" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JJ_PK" /></NavigationProperty></EntityType><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobContainer" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JC_PK" /></NavigationProperty></EntityType><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobShipment" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JS_PK" /></NavigationProperty></EntityType><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobShipmentPreplanning" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="EF_PK" /></NavigationProperty></EntityType><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.RatingContract" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="RCT_PK" /></NavigationProperty></EntityType><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.RatingHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="TH_PK" /></NavigationProperty></EntityType><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="MWOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WorkflowMilestone" 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_GC" 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_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><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" 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_TriggerCondition" Type="Edm.String" Nullable="false" MaxLength="3" 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="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="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="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></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="CLHWorkflowMilestone" BaseType="Odyssey.WorkflowMilestone"><NavigationProperty Name="Parent" Type="Odyssey.ContainerLoadListHeader" Partner="WorkflowMilestones"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="CLH_PK" /></NavigationProperty></EntityType><EntityType Name="JDWorkflowMilestone" BaseType="Odyssey.WorkflowMilestone"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderHeader" Partner="WorkflowMilestones"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JD_PK" /></NavigationProperty></EntityType><EntityType Name="JOWorkflowMilestone" BaseType="Odyssey.WorkflowMilestone"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderLine" Partner="WorkflowMilestones"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JO_PK" /></NavigationProperty></EntityType><EntityType Name="JSBWorkflowMilestone" BaseType="Odyssey.WorkflowMilestone"><NavigationProperty Name="Parent" Type="Odyssey.JobSupplierBooking" Partner="WorkflowMilestones"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JSB_PK" /></NavigationProperty></EntityType><EntityType Name="ZZRefCusCodeListAttributeCombined"><Key><PropertyRef Name="ZZE_PK" /></Key><Property Name="ZZE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ZZE_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ZZE_IsAir" Type="Edm.Boolean" /><Property Name="ZZE_IsFix" Type="Edm.Boolean" /><Property Name="ZZE_IsInw" Type="Edm.Boolean" /><Property Name="ZZE_IsMai" Type="Edm.Boolean" /><Property Name="ZZE_IsRai" Type="Edm.Boolean" /><Property Name="ZZE_IsRoa" Type="Edm.Boolean" /><Property Name="ZZE_IsSea" Type="Edm.Boolean" /><Property Name="ZZE_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ZZE_Value" Type="Edm.String" Nullable="false" MaxLength="255" /><Property Name="ZZE_ZXE_NKName" Type="Edm.String" Nullable="false" MaxLength="32" Unicode="false" /><Property Name="ZZE_ZZD_CodeList" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CusCodeList" Type="Odyssey.ZZRefCusCodeListCombined" Nullable="false"><ReferentialConstraint Property="ZZE_ZZD_CodeList" ReferencedProperty="ZZD_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ZZE" /></EntityType><EntityType Name="ZZRefCusCodeListCombined"><Key><PropertyRef Name="ZZD_PK" /></Key><Property Name="ZZD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ZZD_Code" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ZZD_CodeType" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="ZZD_CountryOrGrouping" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ZZD_Description" Type="Edm.String" Nullable="false" MaxLength="2000" /><Property Name="ZZD_EndDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="ZZD_IsAir" Type="Edm.Boolean" /><Property Name="ZZD_IsFix" Type="Edm.Boolean" /><Property Name="ZZD_IsInw" Type="Edm.Boolean" /><Property Name="ZZD_IsMai" Type="Edm.Boolean" /><Property Name="ZZD_IsRai" Type="Edm.Boolean" /><Property Name="ZZD_IsRoa" Type="Edm.Boolean" /><Property Name="ZZD_IsSea" Type="Edm.Boolean" /><Property Name="ZZD_IsSystem" Type="Edm.Boolean" /><Property Name="ZZD_StartDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Annotation Term="Glow.TableCode" String="ZZD" /></EntityType><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.AllocationRouteAgentPivot"><Annotation Term="Glow.FriendlyName" Qualifier="AllocationRouteAgentPivot" String="IAllocationRouteAgentPivot" /></Annotations><Annotations Target="Odyssey.AllocationRouteWizardTemplateHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AllocationRouteWizardTemplateHeader" String="IAllocationRouteWizardTemplateHeader" /></Annotations><Annotations Target="Odyssey.AllocationRouteWizardTemplateRow"><Annotation Term="Glow.FriendlyName" Qualifier="AllocationRouteWizardTemplateRow" String="IAllocationRouteWizardTemplateRow" /></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.ARAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ARAAcknowledgement" String="IAcknowledgement[[IAllocationRouteAgentPivot]]" /></Annotations><Annotations Target="Odyssey.ARHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ARHAcknowledgement" String="IAcknowledgement[[IAllocationRouteWizardTemplateHeader]]" /></Annotations><Annotations Target="Odyssey.ARRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ARRAcknowledgement" String="IAcknowledgement[[IAllocationRouteWizardTemplateRow]]" /></Annotations><Annotations Target="Odyssey.BookingCalculatedField"><Annotation Term="Glow.FriendlyName" Qualifier="BookingCalculatedField" String="IBookingCalculatedField" /></Annotations><Annotations Target="Odyssey.C6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="C6Acknowledgement" String="IAcknowledgement[[ICusOutturnHeader]]" /></Annotations><Annotations Target="Odyssey.CCABookingView"><Annotation Term="Glow.FriendlyName" Qualifier="CCABookingView" String="ICCABookingView" /></Annotations><Annotations Target="Odyssey.CCAJobConsolView"><Annotation Term="Glow.FriendlyName" Qualifier="CCAJobConsolView" String="ICCAJobConsolView" /></Annotations><Annotations Target="Odyssey.CCAJobContainerView"><Annotation Term="Glow.FriendlyName" Qualifier="CCAJobContainerView" String="ICCAJobContainerView" /></Annotations><Annotations Target="Odyssey.CEXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CEXAcknowledgement" String="IAcknowledgement[[IContainerPenaltyDayExclusion]]" /></Annotations><Annotations Target="Odyssey.CFSOnHandVolumeView"><Annotation Term="Glow.FriendlyName" Qualifier="CFSOnHandVolumeView" String="ICFSOnHandVolumeView" /></Annotations><Annotations Target="Odyssey.CIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CIAcknowledgement" String="IAcknowledgement[[ICusClassPartPivot]]" /></Annotations><Annotations Target="Odyssey.CLHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CLHAcknowledgement" String="IAcknowledgement[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.CLHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="CLHAddOnValue" String="IAddOnValue[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.CLHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="CLHAddress" String="IAddress[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.JobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JobRequiredDocument" String="IJobRequiredDocument" /></Annotations><Annotations Target="Odyssey.CLHJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="CLHJobRequiredDocument" String="IJobRequiredDocument[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.CLHLog"><Annotation Term="Glow.FriendlyName" Qualifier="CLHLog" String="ILog[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.CLHNote"><Annotation Term="Glow.FriendlyName" Qualifier="CLHNote" String="INote[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.CLHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowEvent" String="IWorkflowEvent[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.CLHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowTask" String="IWorkflowTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.ClientContractContainerDetention"><Annotation Term="Glow.FriendlyName" Qualifier="ClientContractContainerDetention" String="IClientContractContainerDetention" /></Annotations><Annotations Target="Odyssey.ClientContract"><Annotation Term="Glow.FriendlyName" Qualifier="ClientContract" String="IClientContract" /></Annotations><Annotations Target="Odyssey.CLLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CLLAcknowledgement" String="IAcknowledgement[[IContainerLoadListLine]]" /></Annotations><Annotations Target="Odyssey.CLLAddress"><Annotation Term="Glow.FriendlyName" Qualifier="CLLAddress" String="IAddress[[IContainerLoadListLine]]" /></Annotations><Annotations Target="Odyssey.CLLLog"><Annotation Term="Glow.FriendlyName" Qualifier="CLLLog" String="ILog[[IContainerLoadListLine]]" /></Annotations><Annotations Target="Odyssey.ConsolDischargeRelatedPort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolDischargeRelatedPort" String="IConsolDischargeRelatedPort" /></Annotations><Annotations Target="Odyssey.ConsolDischargeZonePort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolDischargeZonePort" String="IConsolDischargeZonePort" /></Annotations><Annotations Target="Odyssey.ConsolDischargeZoneRelatedPort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolDischargeZoneRelatedPort" String="IConsolDischargeZoneRelatedPort" /></Annotations><Annotations Target="Odyssey.ConsolJobFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolJobFactMetadataProxy" String="IConsolJobFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.ConsolLatestBookingStatusAndDate"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolLatestBookingStatusAndDate" String="IConsolLatestBookingStatusAndDate" /></Annotations><Annotations Target="Odyssey.ConsolLoadRelatedPort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolLoadRelatedPort" String="IConsolLoadRelatedPort" /></Annotations><Annotations Target="Odyssey.ConsolLoadZonePort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolLoadZonePort" String="IConsolLoadZonePort" /></Annotations><Annotations Target="Odyssey.ConsolLoadZoneRelatedPort"><Annotation Term="Glow.FriendlyName" Qualifier="ConsolLoadZoneRelatedPort" String="IConsolLoadZoneRelatedPort" /></Annotations><Annotations Target="Odyssey.ContainerLoadListHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ContainerLoadListHeader" String="IContainerLoadListHeader" /></Annotations><Annotations Target="Odyssey.CYContainerLoadList"><Annotation Term="Glow.FriendlyName" Qualifier="CYContainerLoadList" String="ICYContainerLoadList" /></Annotations><Annotations Target="Odyssey.CFSContainerLoadList"><Annotation Term="Glow.FriendlyName" Qualifier="CFSContainerLoadList" String="ICFSContainerLoadList" /></Annotations><Annotations Target="Odyssey.ContainerLoadListLine"><Annotation Term="Glow.FriendlyName" Qualifier="ContainerLoadListLine" String="IContainerLoadListLine" /></Annotations><Annotations Target="Odyssey.CFSContainerLoadListLine"><Annotation Term="Glow.FriendlyName" Qualifier="CFSContainerLoadListLine" String="ICFSContainerLoadListLine" /></Annotations><Annotations Target="Odyssey.CYContainerLoadListLine"><Annotation Term="Glow.FriendlyName" Qualifier="CYContainerLoadListLine" String="ICYContainerLoadListLine" /></Annotations><Annotations Target="Odyssey.ContainerPenaltyDayExclusion"><Annotation Term="Glow.FriendlyName" Qualifier="ContainerPenaltyDayExclusion" String="IContainerPenaltyDayExclusion" /></Annotations><Annotations Target="Odyssey.ConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="ConversationParticipant" String="IConversationParticipant" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.GGConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="GGConversationParticipant" String="IConversationParticipant[[IGlbGroup]]" /></Annotations><Annotations Target="Odyssey.GSConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="GSConversationParticipant" String="IConversationParticipant[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.HAConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="HAConversationParticipant" String="IConversationParticipant[[IHRJobApplicant]]" /></Annotations><Annotations Target="Odyssey.OCConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="OCConversationParticipant" String="IConversationParticipant[[IOrgContact]]" /></Annotations><Annotations Target="Odyssey.OHConversationParticipant"><Annotation Term="Glow.FriendlyName" Qualifier="OHConversationParticipant" String="IConversationParticipant[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.Conversation"><Annotation Term="Glow.FriendlyName" Qualifier="Conversation" String="IConversation" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.AIHConversation"><Annotation Term="Glow.FriendlyName" Qualifier="AIHConversation" String="IConversation[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTConversation"><Annotation Term="Glow.FriendlyName" Qualifier="ASTConversation" String="IConversation[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHConversation"><Annotation Term="Glow.FriendlyName" Qualifier="ACHConversation" String="IConversation[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCConversation"><Annotation Term="Glow.FriendlyName" Qualifier="CSCConversation" String="IConversation[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHConversation"><Annotation Term="Glow.FriendlyName" Qualifier="CSHConversation" String="IConversation[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOConversation"><Annotation Term="Glow.FriendlyName" Qualifier="CVOConversation" String="IConversation[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOConversation"><Annotation Term="Glow.FriendlyName" Qualifier="CPOConversation" String="IConversation[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHConversation"><Annotation Term="Glow.FriendlyName" Qualifier="CLHConversation" String="IConversation[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.EMHConversation"><Annotation Term="Glow.FriendlyName" Qualifier="EMHConversation" String="IConversation[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.V3Conversation"><Annotation Term="Glow.FriendlyName" Qualifier="V3Conversation" String="IConversation[[IGlbDevice]]" /></Annotations><Annotations Target="Odyssey.GCRConversation"><Annotation Term="Glow.FriendlyName" Qualifier="GCRConversation" String="IConversation[[IGlbStaffChangeRequest]]" /></Annotations><Annotations Target="Odyssey.GAConversation"><Annotation Term="Glow.FriendlyName" Qualifier="GAConversation" String="IConversation[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRConversation"><Annotation Term="Glow.FriendlyName" Qualifier="HRRConversation" String="IConversation[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.LBDConversation"><Annotation Term="Glow.FriendlyName" Qualifier="LBDConversation" String="IConversation[[IHrlBenefitOnDemand]]" /></Annotations><Annotations Target="Odyssey.INCConversation"><Annotation Term="Glow.FriendlyName" Qualifier="INCConversation" String="IConversation[[IIncidentRequest]]" /></Annotations><Annotations Target="Odyssey.JCConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JCConversation" String="IConversation[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JUConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JUConversation" String="IConversation[[IJobContainerLeg]]" /></Annotations><Annotations Target="Odyssey.JEConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JEConversation" String="IConversation[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JDConversation" String="IConversation[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JSConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JSConversation" String="IConversation[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSBConversation"><Annotation Term="Glow.FriendlyName" Qualifier="JSBConversation" String="IConversation[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.RQConversation"><Annotation Term="Glow.FriendlyName" Qualifier="RQConversation" String="IConversation[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.RRNConversation"><Annotation Term="Glow.FriendlyName" Qualifier="RRNConversation" String="IConversation[[IReviewProcessNode]]" /></Annotations><Annotations Target="Odyssey.WDConversation"><Annotation Term="Glow.FriendlyName" Qualifier="WDConversation" String="IConversation[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WKRConversation"><Annotation Term="Glow.FriendlyName" Qualifier="WKRConversation" String="IConversation[[IWorkRequest]]" /></Annotations><Annotations Target="Odyssey.DRQConversation"><Annotation Term="Glow.FriendlyName" Qualifier="DRQConversation" String="IConversation[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.CusClassPartPivot"><Annotation Term="Glow.FriendlyName" Qualifier="CusClassPartPivot" String="ICusClassPartPivot" /></Annotations><Annotations Target="Odyssey.CusOutturnHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CusOutturnHeader" String="ICusOutturnHeader" /></Annotations><Annotations Target="Odyssey.CYBookingDueCLLView"><Annotation Term="Glow.FriendlyName" Qualifier="CYBookingDueCLLView" String="ICYBookingDueCLLView" /></Annotations><Annotations Target="Odyssey.D1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="D1Acknowledgement" String="IAcknowledgement[[IJobConsolidatedTransportBooking]]" /></Annotations><Annotations Target="Odyssey.D2Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="D2Acknowledgement" String="IAcknowledgement[[IJobPackProduct]]" /></Annotations><Annotations Target="Odyssey.D4Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="D4Acknowledgement" String="IAcknowledgement[[IJobSundryCharge]]" /></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.DocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="DocsAndCartageDetail" String="IDocsAndCartageDetail" /></Annotations><Annotations Target="Odyssey.HVHDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="HVHDocsAndCartageDetail" String="IDocsAndCartageDetail[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.JEDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="JEDocsAndCartageDetail" String="IDocsAndCartageDetail[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="JSDocsAndCartageDetail" String="IDocsAndCartageDetail[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.DtbBookingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="DtbBookingInfo" String="IDtbBookingInfo" /></Annotations><Annotations Target="Odyssey.E6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="E6Acknowledgement" String="IAcknowledgement[[IJobConsolCost]]" /></Annotations><Annotations Target="Odyssey.E9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="E9Acknowledgement" String="IAcknowledgement[[IJobContainerMove]]" /></Annotations><Annotations Target="Odyssey.EFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="EFAcknowledgement" String="IAcknowledgement[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JobOrderContainer"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderContainer" String="IJobOrderContainer" /></Annotations><Annotations Target="Odyssey.EFJobOrderContainer"><Annotation Term="Glow.FriendlyName" Qualifier="EFJobOrderContainer" String="IJobOrderContainer[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.EFLog"><Annotation Term="Glow.FriendlyName" Qualifier="EFLog" String="ILog[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.EFNote"><Annotation Term="Glow.FriendlyName" Qualifier="EFNote" String="INote[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.EJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="EJAcknowledgement" String="IAcknowledgement[[IJobTradeLane]]" /></Annotations><Annotations Target="Odyssey.ESAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ESAcknowledgement" String="IAcknowledgement[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.ESAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="ESAddOnValue" String="IAddOnValue[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.ESLog"><Annotation Term="Glow.FriendlyName" Qualifier="ESLog" String="ILog[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.EUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="EUAcknowledgement" String="IAcknowledgement[[IJobPickupDeliveryConfirm]]" /></Annotations><Annotations Target="Odyssey.EUAddress"><Annotation Term="Glow.FriendlyName" Qualifier="EUAddress" String="IAddress[[IJobPickupDeliveryConfirm]]" /></Annotations><Annotations Target="Odyssey.EWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="EWAcknowledgement" String="IAcknowledgement[[IJobBookedCtgMove]]" /></Annotations><Annotations Target="Odyssey.ExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="ExternalRequest" String="IExternalRequest" /></Annotations><Annotations Target="Odyssey.CLHExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="CLHExternalRequest" String="IExternalRequest[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.CLLExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="CLLExternalRequest" String="IExternalRequest[[IContainerLoadListLine]]" /></Annotations><Annotations Target="Odyssey.JKExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JKExternalRequest" String="IExternalRequest[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JDExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JDExternalRequest" String="IExternalRequest[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JOExternalRequest" String="IExternalRequest[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JSExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JSExternalRequest" String="IExternalRequest[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSBExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JSBExternalRequest" String="IExternalRequest[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSLExternalRequest"><Annotation Term="Glow.FriendlyName" Qualifier="JSLExternalRequest" String="IExternalRequest[[IJobSupplierBookingLine]]" /></Annotations><Annotations Target="Odyssey.ExternalRequestType"><Annotation Term="Glow.FriendlyName" Qualifier="ExternalRequestType" String="IExternalRequestType" /></Annotations><Annotations Target="Odyssey.EYAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="EYAcknowledgement" String="IAcknowledgement[[IJobCartageRunSheet]]" /></Annotations><Annotations Target="Odyssey.EYAddress"><Annotation Term="Glow.FriendlyName" Qualifier="EYAddress" String="IAddress[[IJobCartageRunSheet]]" /></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.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.HCHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HCHAcknowledgement" String="IAcknowledgement[[IHVLVConsignmentHeader]]" /></Annotations><Annotations Target="Odyssey.HVCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVCAcknowledgement" String="IAcknowledgement[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVCAddress"><Annotation Term="Glow.FriendlyName" Qualifier="HVCAddress" String="IAddress[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.JobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JobCO2Emission" String="IJobCO2Emission" /></Annotations><Annotations Target="Odyssey.HVCJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="HVCJobCO2Emission" String="IJobCO2Emission[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVCLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVCLog" String="ILog[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVCNote"><Annotation Term="Glow.FriendlyName" Qualifier="HVCNote" String="INote[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.HVCReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="HVCReferenceNumber" String="IReferenceNumber[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.HVCWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVCWorkflowAuditLog" String="IWorkflowAuditLog[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVCWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVCWorkflowEvent" String="IWorkflowEvent[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVHAcknowledgement" String="IAcknowledgement[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="HVHAddress" String="IAddress[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVHLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVHLog" String="ILog[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVHNote"><Annotation Term="Glow.FriendlyName" Qualifier="HVHNote" String="INote[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVHWorkflowAuditLog" String="IWorkflowAuditLog[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVHWorkflowEvent" String="IWorkflowEvent[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVIAcknowledgement" String="IAcknowledgement[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVILog"><Annotation Term="Glow.FriendlyName" Qualifier="HVILog" String="ILog[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVIWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVIWorkflowAuditLog" String="IWorkflowAuditLog[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVIWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVIWorkflowEvent" String="IWorkflowEvent[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVLAcknowledgement" String="IAcknowledgement[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVLAddress"><Annotation Term="Glow.FriendlyName" Qualifier="HVLAddress" String="IAddress[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVLLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVLLog" String="ILog[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVLNote"><Annotation Term="Glow.FriendlyName" Qualifier="HVLNote" String="INote[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVLVBookingHeader"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVBookingHeader" String="IHVLVBookingHeader" /></Annotations><Annotations Target="Odyssey.HVLVBookingHeaderView"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVBookingHeaderView" String="IHVLVBookingHeaderView" /></Annotations><Annotations Target="Odyssey.HVLVConsignmentHeader"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVConsignmentHeader" String="IHVLVConsignmentHeader" /></Annotations><Annotations Target="Odyssey.HVLVConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVConsignment" String="IHVLVConsignment" /></Annotations><Annotations Target="Odyssey.HVLVConsolLastMileCarrier"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVConsolLastMileCarrier" String="IHVLVConsolLastMileCarrier" /></Annotations><Annotations Target="Odyssey.HVLVItemLine"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVItemLine" String="IHVLVItemLine" /></Annotations><Annotations Target="Odyssey.HVLVItem"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVItem" String="IHVLVItem" /></Annotations><Annotations Target="Odyssey.HVLVItemView"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVItemView" String="IHVLVItemView" /></Annotations><Annotations Target="Odyssey.HVLVOriginLoadList"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVOriginLoadList" String="IHVLVOriginLoadList" /></Annotations><Annotations Target="Odyssey.HVLVOuterPackageItemCountView"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVOuterPackageItemCountView" String="IHVLVOuterPackageItemCountView" /></Annotations><Annotations Target="Odyssey.HVLVOuterPackage"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVOuterPackage" String="IHVLVOuterPackage" /></Annotations><Annotations Target="Odyssey.HVLVShipmentLastMileCarrier"><Annotation Term="Glow.FriendlyName" Qualifier="HVLVShipmentLastMileCarrier" String="IHVLVShipmentLastMileCarrier" /></Annotations><Annotations Target="Odyssey.HVLWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVLWorkflowEvent" String="IWorkflowEvent[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVOAcknowledgement" String="IAcknowledgement[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.HVOLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVOLog" String="ILog[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.HVONote"><Annotation Term="Glow.FriendlyName" Qualifier="HVONote" String="INote[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.HVOWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVOWorkflowEvent" String="IWorkflowEvent[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.HVSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="HVSAcknowledgement" String="IAcknowledgement[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVSLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVSLog" String="ILog[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="HVSWorkflowAuditLog" String="IWorkflowAuditLog[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="HVSWorkflowEvent" String="IWorkflowEvent[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.J4Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="J4Acknowledgement" String="IAcknowledgement[[IJobOrderLineDelivery]]" /></Annotations><Annotations Target="Odyssey.J6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="J6Acknowledgement" String="IAcknowledgement[[IJobContainerPackPivot]]" /></Annotations><Annotations Target="Odyssey.J8Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="J8Acknowledgement" String="IAcknowledgement[[IJobTransportLegPackLineDivot]]" /></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.JAWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowAuditLog" String="IWorkflowAuditLog[[IJobVoyOrigin]]" /></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.JCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JCAcknowledgement" String="IAcknowledgement[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JCAddress" String="IAddress[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JCCAcknowledgement" String="IAcknowledgement[[IConversation]]" /></Annotations><Annotations Target="Odyssey.JCJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JCJobCO2Emission" String="IJobCO2Emission[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCLog"><Annotation Term="Glow.FriendlyName" Qualifier="JCLog" String="ILog[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCNote"><Annotation Term="Glow.FriendlyName" Qualifier="JCNote" String="INote[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JCPAcknowledgement" String="IAcknowledgement[[IConversationParticipant]]" /></Annotations><Annotations Target="Odyssey.JCReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="JCReferenceNumber" String="IReferenceNumber[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowAuditLog" String="IWorkflowAuditLog[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowEvent" String="IWorkflowEvent[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowTask" String="IWorkflowTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JDAcknowledgement" String="IAcknowledgement[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JDAddOnValue" String="IAddOnValue[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JDAddress" String="IAddress[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.CustomsCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CustomsCharge" String="ICustomsCharge" /></Annotations><Annotations Target="Odyssey.JDCustomsCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JDCustomsCharge" String="ICustomsCharge[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDJobOrderContainer"><Annotation Term="Glow.FriendlyName" Qualifier="JDJobOrderContainer" String="IJobOrderContainer[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JDJobRequiredDocument" String="IJobRequiredDocument[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDLog"><Annotation Term="Glow.FriendlyName" Qualifier="JDLog" String="ILog[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDNote"><Annotation Term="Glow.FriendlyName" Qualifier="JDNote" String="INote[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowEvent" String="IWorkflowEvent[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowTask" String="IWorkflowTask[[IJobOrderHeader]]" /></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.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.JJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JJAcknowledgement" String="IAcknowledgement[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JJAddress" String="IAddress[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJLog"><Annotation Term="Glow.FriendlyName" Qualifier="JJLog" String="ILog[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJNote"><Annotation Term="Glow.FriendlyName" Qualifier="JJNote" String="INote[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="JJReferenceNumber" String="IReferenceNumber[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowAuditLog" String="IWorkflowAuditLog[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowEvent" String="IWorkflowEvent[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowTask" String="IWorkflowTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JKAcknowledgement" String="IAcknowledgement[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JKAddOnValue" String="IAddOnValue[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JKAddress" String="IAddress[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JKHAcknowledgement" String="IAcknowledgement[[IJobConsolAWBSpecialHandling]]" /></Annotations><Annotations Target="Odyssey.JKJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JKJobCO2Emission" String="IJobCO2Emission[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JKJobRequiredDocument" String="IJobRequiredDocument[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKLog"><Annotation Term="Glow.FriendlyName" Qualifier="JKLog" String="ILog[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKNote"><Annotation Term="Glow.FriendlyName" Qualifier="JKNote" String="INote[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="JKReferenceNumber" String="IReferenceNumber[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JKWorkflowAuditLog" String="IWorkflowAuditLog[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JKWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JKWorkflowEvent" String="IWorkflowEvent[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JLAcknowledgement" String="IAcknowledgement[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.JMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JMAcknowledgement" String="IAcknowledgement[[IJobMawb]]" /></Annotations><Annotations Target="Odyssey.JMLog"><Annotation Term="Glow.FriendlyName" Qualifier="JMLog" String="ILog[[IJobMawb]]" /></Annotations><Annotations Target="Odyssey.JNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JNAcknowledgement" String="IAcknowledgement[[IJobConShipLink]]" /></Annotations><Annotations Target="Odyssey.JOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JOAcknowledgement" String="IAcknowledgement[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JOAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JOAddOnValue" String="IAddOnValue[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JOAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JOAddress" String="IAddress[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JobBookedCtgMove"><Annotation Term="Glow.FriendlyName" Qualifier="JobBookedCtgMove" String="IJobBookedCtgMove" /></Annotations><Annotations Target="Odyssey.JobCartageRunSheet"><Annotation Term="Glow.FriendlyName" Qualifier="JobCartageRunSheet" String="IJobCartageRunSheet" /></Annotations><Annotations Target="Odyssey.JobCartage"><Annotation Term="Glow.FriendlyName" Qualifier="JobCartage" String="IJobCartage" /></Annotations><Annotations Target="Odyssey.JobCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobCharge" String="IJobCharge" /></Annotations><Annotations Target="Odyssey.JobConShipLink"><Annotation Term="Glow.FriendlyName" Qualifier="JobConShipLink" String="IJobConShipLink" /></Annotations><Annotations Target="Odyssey.JobConsolAndContainer"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolAndContainer" String="IJobConsolAndContainer" /></Annotations><Annotations Target="Odyssey.JobConsolAWBSpecialHandling"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolAWBSpecialHandling" String="IJobConsolAWBSpecialHandling" /></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.JobConsolFirstTransportLeg"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolFirstTransportLeg" String="IJobConsolFirstTransportLeg" /></Annotations><Annotations Target="Odyssey.JobConsolidatedTransportBooking"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolidatedTransportBooking" String="IJobConsolidatedTransportBooking" /></Annotations><Annotations Target="Odyssey.JobConsolInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolInfo" String="IJobConsolInfo" /></Annotations><Annotations Target="Odyssey.JobConsol"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsol" String="IJobConsol" /></Annotations><Annotations Target="Odyssey.JobConsolSummary"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolSummary" String="IJobConsolSummary" /></Annotations><Annotations Target="Odyssey.JobContainerDetention"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerDetention" String="IJobContainerDetention" /></Annotations><Annotations Target="Odyssey.JobContainerLeg"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerLeg" String="IJobContainerLeg" /></Annotations><Annotations Target="Odyssey.JobContainerMove"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerMove" String="IJobContainerMove" /></Annotations><Annotations Target="Odyssey.JobContainerPackLineRelatedInfoView"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerPackLineRelatedInfoView" String="IJobContainerPackLineRelatedInfoView" /></Annotations><Annotations Target="Odyssey.JobContainerPackPivot"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerPackPivot" String="IJobContainerPackPivot" /></Annotations><Annotations Target="Odyssey.JobContainer"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainer" String="IJobContainer" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.JobDeclarationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclarationInfo" String="IJobDeclarationInfo" /></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.JobMawb"><Annotation Term="Glow.FriendlyName" Qualifier="JobMawb" String="IJobMawb" /></Annotations><Annotations Target="Odyssey.JobOrderHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderHeader" String="IJobOrderHeader" /></Annotations><Annotations Target="Odyssey.JobOrderItem"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderItem" String="IJobOrderItem" /></Annotations><Annotations Target="Odyssey.JobOrderLineDelivery"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderLineDelivery" String="IJobOrderLineDelivery" /></Annotations><Annotations Target="Odyssey.JobOrderLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderLineInfo" String="IJobOrderLineInfo" /></Annotations><Annotations Target="Odyssey.JobOrderLineOrgSupplierPartDefault"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderLineOrgSupplierPartDefault" String="IJobOrderLineOrgSupplierPartDefault" /></Annotations><Annotations Target="Odyssey.JobOrderLine"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderLine" String="IJobOrderLine" /></Annotations><Annotations Target="Odyssey.JobPackLinePackage"><Annotation Term="Glow.FriendlyName" Qualifier="JobPackLinePackage" String="IJobPackLinePackage" /></Annotations><Annotations Target="Odyssey.JobPackLine"><Annotation Term="Glow.FriendlyName" Qualifier="JobPackLine" String="IJobPackLine" /></Annotations><Annotations Target="Odyssey.JobPackLoc"><Annotation Term="Glow.FriendlyName" Qualifier="JobPackLoc" String="IJobPackLoc" /></Annotations><Annotations Target="Odyssey.JobPackProduct"><Annotation Term="Glow.FriendlyName" Qualifier="JobPackProduct" String="IJobPackProduct" /></Annotations><Annotations Target="Odyssey.JobPickupDeliveryConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="JobPickupDeliveryConfirm" String="IJobPickupDeliveryConfirm" /></Annotations><Annotations Target="Odyssey.DestinationDeliveryConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="DestinationDeliveryConfirm" String="IDestinationDeliveryConfirm" /></Annotations><Annotations Target="Odyssey.OriginPickupConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="OriginPickupConfirm" String="IOriginPickupConfirm" /></Annotations><Annotations Target="Odyssey.OriginCFSArrivalConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="OriginCFSArrivalConfirm" String="IOriginCFSArrivalConfirm" /></Annotations><Annotations Target="Odyssey.DestinationCFSDepartureConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="DestinationCFSDepartureConfirm" String="IDestinationCFSDepartureConfirm" /></Annotations><Annotations Target="Odyssey.OriginCFSDepartureConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="OriginCFSDepartureConfirm" String="IOriginCFSDepartureConfirm" /></Annotations><Annotations Target="Odyssey.DestinationCFSArrivalConfirm"><Annotation Term="Glow.FriendlyName" Qualifier="DestinationCFSArrivalConfirm" String="IDestinationCFSArrivalConfirm" /></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" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.JobShipmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobShipmentInfo" String="IJobShipmentInfo" /></Annotations><Annotations Target="Odyssey.JobShipmentPreplanning"><Annotation Term="Glow.FriendlyName" Qualifier="JobShipmentPreplanning" String="IJobShipmentPreplanning" /></Annotations><Annotations Target="Odyssey.JobShipment"><Annotation Term="Glow.FriendlyName" Qualifier="JobShipment" String="IJobShipment" /></Annotations><Annotations Target="Odyssey.JobSundryCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobSundryCharge" String="IJobSundryCharge" /></Annotations><Annotations Target="Odyssey.JobSupplierBookingLineDocAddressView"><Annotation Term="Glow.FriendlyName" Qualifier="JobSupplierBookingLineDocAddressView" String="IJobSupplierBookingLineDocAddressView" /></Annotations><Annotations Target="Odyssey.JobSupplierBookingLine"><Annotation Term="Glow.FriendlyName" Qualifier="JobSupplierBookingLine" String="IJobSupplierBookingLine" /></Annotations><Annotations Target="Odyssey.JobSupplierBooking"><Annotation Term="Glow.FriendlyName" Qualifier="JobSupplierBooking" String="IJobSupplierBooking" /></Annotations><Annotations Target="Odyssey.JobTradeLane"><Annotation Term="Glow.FriendlyName" Qualifier="JobTradeLane" String="IJobTradeLane" /></Annotations><Annotations Target="Odyssey.JobTransportLegPackLineDivot"><Annotation Term="Glow.FriendlyName" Qualifier="JobTransportLegPackLineDivot" String="IJobTransportLegPackLineDivot" /></Annotations><Annotations Target="Odyssey.JobVoyAccount"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyAccount" String="IJobVoyAccount" /></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.JOJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JOJobRequiredDocument" String="IJobRequiredDocument[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JOLog"><Annotation Term="Glow.FriendlyName" Qualifier="JOLog" String="ILog[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowEvent" String="IWorkflowEvent[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowTask" String="IWorkflowTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JPAcknowledgement" String="IAcknowledgement[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.JPJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JPJobRequiredDocument" String="IJobRequiredDocument[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.JPPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JPPAcknowledgement" String="IAcknowledgement[[IJobPackLinePackage]]" /></Annotations><Annotations Target="Odyssey.JQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JQAcknowledgement" String="IAcknowledgement[[IJobPackLoc]]" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.JSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JSAcknowledgement" String="IAcknowledgement[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JSAddOnValue" String="IAddOnValue[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JSAddress" String="IAddress[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JSBAcknowledgement" String="IAcknowledgement[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JSBAddOnValue" String="IAddOnValue[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JSBAddress" String="IAddress[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBJobOrderContainer"><Annotation Term="Glow.FriendlyName" Qualifier="JSBJobOrderContainer" String="IJobOrderContainer[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JSBJobRequiredDocument" String="IJobRequiredDocument[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBLog"><Annotation Term="Glow.FriendlyName" Qualifier="JSBLog" String="ILog[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBNote"><Annotation Term="Glow.FriendlyName" Qualifier="JSBNote" String="INote[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowAuditLog" String="IWorkflowAuditLog[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowEvent" String="IWorkflowEvent[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowTask" String="IWorkflowTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JSJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JSJobCO2Emission" String="IJobCO2Emission[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JSLAcknowledgement" String="IAcknowledgement[[IJobSupplierBookingLine]]" /></Annotations><Annotations Target="Odyssey.JSLAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JSLAddress" String="IAddress[[IJobSupplierBookingLine]]" /></Annotations><Annotations Target="Odyssey.JSLLog"><Annotation Term="Glow.FriendlyName" Qualifier="JSLLog" String="ILog[[IJobSupplierBookingLine]]" /></Annotations><Annotations Target="Odyssey.JSLog"><Annotation Term="Glow.FriendlyName" Qualifier="JSLog" String="ILog[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSNote"><Annotation Term="Glow.FriendlyName" Qualifier="JSNote" String="INote[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="JSReferenceNumber" String="IReferenceNumber[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowAuditLog" String="IWorkflowAuditLog[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowEvent" String="IWorkflowEvent[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowTask" String="IWorkflowTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JTAcknowledgement" String="IAcknowledgement[[IJobOrderItem]]" /></Annotations><Annotations Target="Odyssey.JUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JUAcknowledgement" String="IAcknowledgement[[IJobContainerLeg]]" /></Annotations><Annotations Target="Odyssey.JULog"><Annotation Term="Glow.FriendlyName" Qualifier="JULog" String="ILog[[IJobContainerLeg]]" /></Annotations><Annotations Target="Odyssey.JUWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JUWorkflowEvent" String="IWorkflowEvent[[IJobContainerLeg]]" /></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.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.KJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KJAcknowledgement" String="IAcknowledgement[[IPackageJob]]" /></Annotations><Annotations Target="Odyssey.KPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPAcknowledgement" String="IAcknowledgement[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPHAcknowledgement" String="IAcknowledgement[[IPkgPackageHeader]]" /></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.KPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPWorkflowEvent" String="IWorkflowEvent[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.NAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NAAcknowledgement" String="IAcknowledgement[[IJobVoyAccount]]" /></Annotations><Annotations Target="Odyssey.NCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NCAcknowledgement" String="IAcknowledgement[[IJobContainerDetention]]" /></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.OPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPAcknowledgement" String="IAcknowledgement[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.OPLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPLAcknowledgement" String="IAcknowledgement[[IOrderShipmentPlanningLine]]" /></Annotations><Annotations Target="Odyssey.OPSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPSAcknowledgement" String="IAcknowledgement[[IOrderShipmentPlanning]]" /></Annotations><Annotations Target="Odyssey.OrderDueForBookingView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderDueForBookingView" String="IOrderDueForBookingView" /></Annotations><Annotations Target="Odyssey.OrderLineDueForBookingView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderLineDueForBookingView" String="IOrderLineDueForBookingView" /></Annotations><Annotations Target="Odyssey.OrderLineWithShipmentWindowDatesView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderLineWithShipmentWindowDatesView" String="IOrderLineWithShipmentWindowDatesView" /></Annotations><Annotations Target="Odyssey.OrderManagerOrderExplorerConsolLiveView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerOrderExplorerConsolLiveView" String="IOrderManagerOrderExplorerConsolLiveView" /></Annotations><Annotations Target="Odyssey.OrderManagerOrderExplorerLiveView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerOrderExplorerLiveView" String="IOrderManagerOrderExplorerLiveView" /></Annotations><Annotations Target="Odyssey.OrderManagerOrderExplorerOrderLineLiveView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerOrderExplorerOrderLineLiveView" String="IOrderManagerOrderExplorerOrderLineLiveView" /></Annotations><Annotations Target="Odyssey.OrderManagerOrderExplorerOrderLiveView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerOrderExplorerOrderLiveView" String="IOrderManagerOrderExplorerOrderLiveView" /></Annotations><Annotations Target="Odyssey.OrderManagerOrderExplorerShipmentLiveView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerOrderExplorerShipmentLiveView" String="IOrderManagerOrderExplorerShipmentLiveView" /></Annotations><Annotations Target="Odyssey.OrderManagerPackLineInTransitView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerPackLineInTransitView" String="IOrderManagerPackLineInTransitView" /></Annotations><Annotations Target="Odyssey.OrderManagerShipmentInTransitView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerShipmentInTransitView" String="IOrderManagerShipmentInTransitView" /></Annotations><Annotations Target="Odyssey.OrderManagerShipmentItemView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerShipmentItemView" String="IOrderManagerShipmentItemView" /></Annotations><Annotations Target="Odyssey.OrderManagerShipmentView"><Annotation Term="Glow.FriendlyName" Qualifier="OrderManagerShipmentView" String="IOrderManagerShipmentView" /></Annotations><Annotations Target="Odyssey.OrderShipmentPlanningLine"><Annotation Term="Glow.FriendlyName" Qualifier="OrderShipmentPlanningLine" String="IOrderShipmentPlanningLine" /></Annotations><Annotations Target="Odyssey.OrderShipmentPlanning"><Annotation Term="Glow.FriendlyName" Qualifier="OrderShipmentPlanning" String="IOrderShipmentPlanning" /></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.OrgSupplierPart"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPart" String="IOrgSupplierPart" /></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.PkgPackageHeader"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHeader" String="IPkgPackageHeader" /></Annotations><Annotations Target="Odyssey.PkgPackage"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackage" String="IPkgPackage" /></Annotations><Annotations Target="Odyssey.PortsAndCountry"><Annotation Term="Glow.FriendlyName" Qualifier="PortsAndCountry" String="IPortsAndCountry" /></Annotations><Annotations Target="Odyssey.PortsCountriesAndZone"><Annotation Term="Glow.FriendlyName" Qualifier="PortsCountriesAndZone" String="IPortsCountriesAndZone" /></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.ProcessWorkflowExceptionCause"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessWorkflowExceptionCause" String="IProcessWorkflowExceptionCause" /></Annotations><Annotations Target="Odyssey.ProcessWorkflowExceptionResolution"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessWorkflowExceptionResolution" String="IProcessWorkflowExceptionResolution" /></Annotations><Annotations Target="Odyssey.ProcessWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessWorkflowException" String="IProcessWorkflowException" /></Annotations><Annotations Target="Odyssey.ProcessWorkflowExceptionType"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessWorkflowExceptionType" String="IProcessWorkflowExceptionType" /></Annotations><Annotations Target="Odyssey.RateOneOffShipment"><Annotation Term="Glow.FriendlyName" Qualifier="RateOneOffShipment" String="IRateOneOffShipment" /></Annotations><Annotations Target="Odyssey.RatingContractAllocationLine"><Annotation Term="Glow.FriendlyName" Qualifier="RatingContractAllocationLine" String="IRatingContractAllocationLine" /></Annotations><Annotations Target="Odyssey.RatingContractContainerDetention"><Annotation Term="Glow.FriendlyName" Qualifier="RatingContractContainerDetention" String="IRatingContractContainerDetention" /></Annotations><Annotations Target="Odyssey.RatingContract"><Annotation Term="Glow.FriendlyName" Qualifier="RatingContract" String="IRatingContract" /></Annotations><Annotations Target="Odyssey.RatingHeader"><Annotation Term="Glow.FriendlyName" Qualifier="RatingHeader" String="IRatingHeader" /></Annotations><Annotations Target="Odyssey.ClientRate"><Annotation Term="Glow.FriendlyName" Qualifier="ClientRate" String="IClientRate" /></Annotations><Annotations Target="Odyssey.Costing"><Annotation Term="Glow.FriendlyName" Qualifier="Costing" String="ICosting" /></Annotations><Annotations Target="Odyssey.Quote"><Annotation Term="Glow.FriendlyName" Qualifier="Quote" String="IQuote" /></Annotations><Annotations Target="Odyssey.Tariff"><Annotation Term="Glow.FriendlyName" Qualifier="Tariff" String="ITariff" /></Annotations><Annotations Target="Odyssey.WiseCost"><Annotation Term="Glow.FriendlyName" Qualifier="WiseCost" String="IWiseCost" /></Annotations><Annotations Target="Odyssey.IntercompanyTariff"><Annotation Term="Glow.FriendlyName" Qualifier="IntercompanyTariff" String="IIntercompanyTariff" /></Annotations><Annotations Target="Odyssey.RCAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RCAAcknowledgement" String="IAcknowledgement[[IRatingContractAllocationLine]]" /></Annotations><Annotations Target="Odyssey.RCAAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="RCAAddOnValue" String="IAddOnValue[[IRatingContractAllocationLine]]" /></Annotations><Annotations Target="Odyssey.RatingContractNamedAccountPivot"><Annotation Term="Glow.FriendlyName" Qualifier="RatingContractNamedAccountPivot" String="IRatingContractNamedAccountPivot" /></Annotations><Annotations Target="Odyssey.RCARatingContractNamedAccountPivot"><Annotation Term="Glow.FriendlyName" Qualifier="RCARatingContractNamedAccountPivot" String="IRatingContractNamedAccountPivot[[IRatingContractAllocationLine]]" /></Annotations><Annotations Target="Odyssey.RCDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RCDAcknowledgement" String="IAcknowledgement[[IRatingContractContainerDetention]]" /></Annotations><Annotations Target="Odyssey.RCTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RCTAcknowledgement" String="IAcknowledgement[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.ChargeGroupContractRatingDate"><Annotation Term="Glow.FriendlyName" Qualifier="ChargeGroupContractRatingDate" String="IChargeGroupContractRatingDate" /></Annotations><Annotations Target="Odyssey.RCTChargeGroupContractRatingDate"><Annotation Term="Glow.FriendlyName" Qualifier="RCTChargeGroupContractRatingDate" String="IChargeGroupContractRatingDate[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.RCTLog"><Annotation Term="Glow.FriendlyName" Qualifier="RCTLog" String="ILog[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.RCTRatingContractNamedAccountPivot"><Annotation Term="Glow.FriendlyName" Qualifier="RCTRatingContractNamedAccountPivot" String="IRatingContractNamedAccountPivot[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowAuditLog" String="IWorkflowAuditLog[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowEvent" String="IWorkflowEvent[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.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.REQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="REQAcknowledgement" String="IAcknowledgement[[IExternalRequest]]" /></Annotations><Annotations Target="Odyssey.REQLog"><Annotation Term="Glow.FriendlyName" Qualifier="REQLog" String="ILog[[IExternalRequest]]" /></Annotations><Annotations Target="Odyssey.RQTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RQTAcknowledgement" String="IAcknowledgement[[IExternalRequestType]]" /></Annotations><Annotations Target="Odyssey.ShipmentComInvoiceLine"><Annotation Term="Glow.FriendlyName" Qualifier="ShipmentComInvoiceLine" String="IShipmentComInvoiceLine" /></Annotations><Annotations Target="Odyssey.ShipmentDeclaration"><Annotation Term="Glow.FriendlyName" Qualifier="ShipmentDeclaration" String="IShipmentDeclaration" /></Annotations><Annotations Target="Odyssey.ShipmentInTransitView"><Annotation Term="Glow.FriendlyName" Qualifier="ShipmentInTransitView" String="IShipmentInTransitView" /></Annotations><Annotations Target="Odyssey.ShipmentJobFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="ShipmentJobFactMetadataProxy" String="IShipmentJobFactMetadataProxy" /></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.TariffView"><Annotation Term="Glow.FriendlyName" Qualifier="TariffView" String="ITariffView" /></Annotations><Annotations Target="Odyssey.THAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="THAcknowledgement" String="IAcknowledgement[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THAddress"><Annotation Term="Glow.FriendlyName" Qualifier="THAddress" String="IAddress[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="THJobCO2Emission" String="IJobCO2Emission[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THLog"><Annotation Term="Glow.FriendlyName" Qualifier="THLog" String="ILog[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THNote"><Annotation Term="Glow.FriendlyName" Qualifier="THNote" String="INote[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowAuditLog" String="IWorkflowAuditLog[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowEvent" String="IWorkflowEvent[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.THWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowTask" String="IWorkflowTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.TrackingInvoiceView"><Annotation Term="Glow.FriendlyName" Qualifier="TrackingInvoiceView" String="ITrackingInvoiceView" /></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]]" /></Annotations><Annotations Target="Odyssey.LTCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="LTCTransportRouting" String="ITransportRouting[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.JKTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JKTransportRouting" String="ITransportRouting[[IJobConsol]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></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]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.EFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="EFTransportRouting" String="ITransportRouting[[IJobShipmentPreplanning]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></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.TTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="TTAcknowledgement" String="IAcknowledgement[[IRateOneOffShipment]]" /></Annotations><Annotations Target="Odyssey.TTAddress"><Annotation Term="Glow.FriendlyName" Qualifier="TTAddress" String="IAddress[[IRateOneOffShipment]]" /></Annotations><Annotations Target="Odyssey.TTReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="TTReferenceNumber" String="IReferenceNumber[[IRateOneOffShipment]]" /></Annotations><Annotations Target="Odyssey.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /><Annotation Term="Glow.DefaultModel" Bool="true" /></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.VBAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="VBAddOnValue" String="IAddOnValue[[ICCABookingView]]" /></Annotations><Annotations Target="Odyssey.VBLog"><Annotation Term="Glow.FriendlyName" Qualifier="VBLog" String="ILog[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.VBWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="VBWorkflowEvent" String="IWorkflowEvent[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.ViewQuotedBooking"><Annotation Term="Glow.FriendlyName" Qualifier="ViewQuotedBooking" String="IViewQuotedBooking" /></Annotations><Annotations Target="Odyssey.ViewQuotedBookingSummary"><Annotation Term="Glow.FriendlyName" Qualifier="ViewQuotedBookingSummary" String="IViewQuotedBookingSummary" /></Annotations><Annotations Target="Odyssey.ViewRatingContractAllocationLineCalculatedValue"><Annotation Term="Glow.FriendlyName" Qualifier="ViewRatingContractAllocationLineCalculatedValue" String="IViewRatingContractAllocationLineCalculatedValue" /></Annotations><Annotations Target="Odyssey.ViewRatingContractAllocationLineConvertedWeight"><Annotation Term="Glow.FriendlyName" Qualifier="ViewRatingContractAllocationLineConvertedWeight" String="IViewRatingContractAllocationLineConvertedWeight" /></Annotations><Annotations Target="Odyssey.ViewRatingContractAllocationLineSummary"><Annotation Term="Glow.FriendlyName" Qualifier="ViewRatingContractAllocationLineSummary" String="IViewRatingContractAllocationLineSummary" /></Annotations><Annotations Target="Odyssey.ViewRatingContractQuantity"><Annotation Term="Glow.FriendlyName" Qualifier="ViewRatingContractQuantity" String="IViewRatingContractQuantity" /></Annotations><Annotations Target="Odyssey.ViewRatingContractSummary"><Annotation Term="Glow.FriendlyName" Qualifier="ViewRatingContractSummary" String="IViewRatingContractSummary" /></Annotations><Annotations Target="Odyssey.WECAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WECAcknowledgement" String="IAcknowledgement[[IProcessWorkflowExceptionCause]]" /></Annotations><Annotations Target="Odyssey.WERAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WERAcknowledgement" String="IAcknowledgement[[IProcessWorkflowExceptionResolution]]" /></Annotations><Annotations Target="Odyssey.WETAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WETAcknowledgement" String="IAcknowledgement[[IProcessWorkflowExceptionType]]" /></Annotations><Annotations Target="Odyssey.WEXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WEXAcknowledgement" String="IAcknowledgement[[IProcessWorkflowException]]" /></Annotations><Annotations Target="Odyssey.WhsAreaInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAreaInfo" String="IWhsAreaInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInfo" String="IWhsLocationInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleColourInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleColourInfo" String="IWhsProductStyleColourInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleSizeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleSizeInfo" String="IWhsProductStyleSizeInfo" /></Annotations><Annotations Target="Odyssey.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowException" String="IWorkflowException" /></Annotations><Annotations Target="Odyssey.AIHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowException" String="IWorkflowException[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ASTWorkflowException" String="IWorkflowException[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ACHWorkflowException" String="IWorkflowException[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSCWorkflowException" String="IWorkflowException[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSHWorkflowException" String="IWorkflowException[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CVOWorkflowException" String="IWorkflowException[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CPOWorkflowException" String="IWorkflowException[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowException" String="IWorkflowException[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.BHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BHWorkflowException" String="IWorkflowException[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BFWorkflowException" String="IWorkflowException[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowException" String="IWorkflowException[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowException" String="IWorkflowException[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowException" String="IWorkflowException[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowException" String="IWorkflowException[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowException" String="IWorkflowException[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowException" String="IWorkflowException[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowException" String="IWorkflowException[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowException" String="IWorkflowException[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowException" String="IWorkflowException[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Z0WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="Z0WorkflowException" String="IWorkflowException[[IDummyBizo]]" /></Annotations><Annotations Target="Odyssey.EMHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EMHWorkflowException" String="IWorkflowException[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowException" String="IWorkflowException[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowException" String="IWorkflowException[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowException" String="IWorkflowException[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowException" String="IWorkflowException[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowException" String="IWorkflowException[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowException" String="IWorkflowException[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowException" String="IWorkflowException[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EFWorkflowException" String="IWorkflowException[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowException" String="IWorkflowException[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowException" String="IWorkflowException[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowException" String="IWorkflowException[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowException" String="IWorkflowException[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowException" String="IWorkflowException[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowException" String="IWorkflowException[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RQWorkflowException" String="IWorkflowException[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowException" String="IWorkflowException[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowException" String="IWorkflowException[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowException" String="IWorkflowException[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowException" String="IWorkflowException[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowException" String="IWorkflowException[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowException" String="IWorkflowException[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowException" String="IWorkflowException[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowException" String="IWorkflowException[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowException" String="IWorkflowException[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowException" String="IWorkflowException[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="DRQWorkflowException" String="IWorkflowException[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.WorkflowMilestone"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowMilestone" String="IWorkflowMilestone" /></Annotations><Annotations Target="Odyssey.CLHWorkflowMilestone"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowMilestone" String="IWorkflowMilestone[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowMilestone"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowMilestone" String="IWorkflowMilestone[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowMilestone"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowMilestone" String="IWorkflowMilestone[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowMilestone"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowMilestone" String="IWorkflowMilestone[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.ZZRefCusCodeListAttributeCombined"><Annotation Term="Glow.FriendlyName" Qualifier="ZZRefCusCodeListAttributeCombined" String="IZZRefCusCodeListAttributeCombined" /></Annotations><Annotations Target="Odyssey.ZZRefCusCodeListCombined"><Annotation Term="Glow.FriendlyName" Qualifier="ZZRefCusCodeListCombined" String="IZZRefCusCodeListCombined" /></Annotations></Schema><Schema Namespace="HVLVBookingHeaderActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetBookingHeadersCreatedToday" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.HVLVBookingHeaderView)" /></Function><Function Name="GetBookingHeadersNotConfirmed" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.HVLVBookingHeaderView)" /></Function><Function Name="GetBookingHeadersNotReceived" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.HVLVBookingHeaderView)" /></Function></Schema><Schema Namespace="HVLVItemActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetHVLVItems" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.HVLVItemView)" /></Function></Schema><Schema Namespace="HVLVShipmentInTransitActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetHVLVShipmentsInTransit" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.ShipmentInTransitView)" /></Function></Schema><Schema Namespace="ShipmentWindowActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetOrdersByShipmentWindow" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.JobOrderHeader)" /></Function><Function Name="GetOrderLinesByShipmentWindow" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrderLineWithShipmentWindowDatesView)" /></Function><Function Name="GetCountOfOrdersByShipmentWindow"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function><Function Name="GetCountOfOrderLinesByShipmentWindow"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function></Schema><Schema Namespace="CargoWise.Glow.Business.Forwarding.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ControlTowerCountOfCategory"><Property Name="Category" Type="Edm.String" /><Property Name="Count" Type="Edm.Int32" Nullable="false" /></ComplexType></Schema><Schema Namespace="CFSOnHandVolumeActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetSupplierBookingLinesOnHandVolume" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.CFSOnHandVolumeView)" /></Function><Function Name="GetCountOfSupplierBookingLinesOnHandVolume"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function></Schema><Schema Namespace="CYBookingDueCLLExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetCYBookingDueCLL" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.CYBookingDueCLLView)" /></Function><Function Name="GetCountOfCYBookingDueCLL"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function></Schema><Schema Namespace="ShipmentInTransitActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetShipmentInTransit" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrderManagerShipmentInTransitView)" /></Function><Function Name="GetPackLinesInTransit" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrderManagerPackLineInTransitView)" /></Function><Function Name="GetCountOfShipmentInTransit"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function><Function Name="GetCountOfPackLinesInTransit"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function><Function Name="GetCountOfInTransit"><Parameter Name="query" Type="Collection(Odyssey.JobShipment)" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function></Schema><Schema Namespace="OrdersDueForBookingActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetOrdersDueForBooking" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrderDueForBookingView)" /></Function><Function Name="GetOrderLinesDueForBooking" IsComposable="true"><Parameter Name="selectedFilter" Type="Edm.String" /><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrderLineDueForBookingView)" /></Function><Function Name="GetCountOfOrdersDueForBooking"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function><Function Name="GetCountOfOrderLinesDueForBooking"><Parameter Name="customerPK" Type="Edm.Guid" /><Parameter Name="supplierPK" Type="Edm.Guid" /><ReturnType Type="Collection(CargoWise.Glow.Business.Forwarding.Service.ControlTowerCountOfCategory)" /></Function></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.JCAdditionalService/Parent" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.JKAdditionalService/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JPAdditionalService/Parent" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="Odyssey.JSAdditionalService/Parent" Target="JobShipments" /><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="AllocationRouteAgentPivots" EntityType="Odyssey.AllocationRouteAgentPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="ARAAcknowledgements" /><NavigationPropertyBinding Path="Agent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ARA_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AllocationRouteWizardTemplateHeaders" EntityType="Odyssey.AllocationRouteWizardTemplateHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="ARHAcknowledgements" /><NavigationPropertyBinding Path="AllocationRouteWizardTemplateRows" Target="AllocationRouteWizardTemplateRows" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ARH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AllocationRouteWizardTemplateRows" EntityType="Odyssey.AllocationRouteWizardTemplateRow"><NavigationPropertyBinding Path="Acknowledgements" Target="ARRAcknowledgements" /><NavigationPropertyBinding Path="AllocationRouteWizardTemplateHeader" Target="AllocationRouteWizardTemplateHeaders" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="NamedAccount" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ARR_RowVersion</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="ARAAcknowledgements" EntityType="Odyssey.ARAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AllocationRouteAgentPivots" /></EntitySet><EntitySet Name="ARHAcknowledgements" EntityType="Odyssey.ARHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AllocationRouteWizardTemplateHeaders" /></EntitySet><EntitySet Name="ARRAcknowledgements" EntityType="Odyssey.ARRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AllocationRouteWizardTemplateRows" /></EntitySet><EntitySet Name="BookingCalculatedFields" EntityType="Odyssey.BookingCalculatedField"><NavigationPropertyBinding Path="CCABookingViews" Target="CCABookingViews" /></EntitySet><EntitySet Name="C6Acknowledgements" EntityType="Odyssey.C6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusOutturnHeaders" /></EntitySet><EntitySet Name="CCABookingViews" EntityType="Odyssey.CCABookingView"><NavigationPropertyBinding Path="AddOnValues" Target="VBAddOnValues" /><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="BookingCalculatedField" Target="BookingCalculatedFields" /><NavigationPropertyBinding Path="ViewQuotedBooking" Target="ViewQuotedBookings" /></EntitySet><EntitySet Name="CCAJobConsolViews" EntityType="Odyssey.CCAJobConsolView"><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="ConsolLatestBookingStatusAndDate" Target="ConsolLatestBookingStatusAndDates" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /><NavigationPropertyBinding Path="JobConsolFirstTransportLeg" Target="JobConsolFirstTransportLegs" /><NavigationPropertyBinding Path="JobConsolSummary" Target="JobConsolSummaries" /></EntitySet><EntitySet Name="CCAJobContainerViews" EntityType="Odyssey.CCAJobContainerView"><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="ConsolLatestBookingStatusAndDate" Target="ConsolLatestBookingStatusAndDates" /><NavigationPropertyBinding Path="JobContainer" Target="JobContainers" /></EntitySet><EntitySet Name="CEXAcknowledgements" EntityType="Odyssey.CEXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerPenaltyDayExclusions" /></EntitySet><EntitySet Name="CFSOnHandVolumeViews" EntityType="Odyssey.CFSOnHandVolumeView"><NavigationPropertyBinding Path="BookedPackagesUnit" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="CIAcknowledgements" EntityType="Odyssey.CIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusClassPartPivots" /></EntitySet><EntitySet Name="CLHAcknowledgements" EntityType="Odyssey.CLHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /></EntitySet><EntitySet Name="CLHAddOnValues" EntityType="Odyssey.CLHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLHAddresses" EntityType="Odyssey.CLHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLHJobRequiredDocuments" EntityType="Odyssey.CLHJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="CLHLogs" EntityType="Odyssey.CLHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CLHNotes" EntityType="Odyssey.CLHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLHWorkflowEvents" EntityType="Odyssey.CLHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CLHWorkflowTasks" EntityType="Odyssey.CLHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="ClientContractContainerDetentions" EntityType="Odyssey.ClientContractContainerDetention"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ClientContract" Target="ClientContracts" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CTO" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DurationExclusion" Target="ContainerPenaltyDayExclusions" /><NavigationPropertyBinding Path="FreeDayExclusion" Target="ContainerPenaltyDayExclusions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RCD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ClientContracts" EntityType="Odyssey.ClientContract"><NavigationPropertyBinding Path="ClientContractContainerDetentions" Target="ClientContractContainerDetentions" /><NavigationPropertyBinding Path="ContractOwner" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ServiceProvider" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RCT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLLAcknowledgements" EntityType="Odyssey.CLLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListLines" /></EntitySet><EntitySet Name="CLLAddresses" EntityType="Odyssey.CLLAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLLLogs" EntityType="Odyssey.CLLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="ConsolDischargeRelatedPorts" EntityType="Odyssey.ConsolDischargeRelatedPort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ConsolDischargeZonePorts" EntityType="Odyssey.ConsolDischargeZonePort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ConsolDischargeZoneRelatedPorts" EntityType="Odyssey.ConsolDischargeZoneRelatedPort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ConsolJobFactMetadataProxies" EntityType="Odyssey.ConsolJobFactMetadataProxy"><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ReceivingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SendingAgent" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="ConsolLatestBookingStatusAndDates" EntityType="Odyssey.ConsolLatestBookingStatusAndDate"><NavigationPropertyBinding Path="CCAJobConsolViews" Target="CCAJobConsolViews" /><NavigationPropertyBinding Path="CCAJobContainerViews" Target="CCAJobContainerViews" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /><NavigationPropertyBinding Path="JobConsolAndContainers" Target="JobConsolAndContainers" /></EntitySet><EntitySet Name="ConsolLoadRelatedPorts" EntityType="Odyssey.ConsolLoadRelatedPort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ConsolLoadZonePorts" EntityType="Odyssey.ConsolLoadZonePort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ConsolLoadZoneRelatedPorts" EntityType="Odyssey.ConsolLoadZoneRelatedPort"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="ContainerLoadListHeaders" EntityType="Odyssey.ContainerLoadListHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="CLHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="CLHAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="CLHAddresses" /><NavigationPropertyBinding Path="CFSAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CFSContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="CoLoadMasterShipmentConsignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CoLoadMasterShipmentConsignor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CoLoadMasterShipmentDeliverToAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CoLoadMasterShipmentLeadLine" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="JobContainers" Target="JobContainers" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="CLHJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadListParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Logs" Target="CLHLogs" /><NavigationPropertyBinding Path="Notes" Target="CLHNotes" /><NavigationPropertyBinding Path="Odyssey.CFSContainerLoadList/Booking" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.CYContainerLoadList/Booking" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="PlannedDischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PlannedLoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowEvents" Target="CLHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowMilestones" Target="WorkflowMilestones" /><NavigationPropertyBinding Path="WorkflowTasks" Target="CLHWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CLH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ContainerLoadListLines" EntityType="Odyssey.ContainerLoadListLine"><NavigationPropertyBinding Path="Acknowledgements" Target="CLLAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="CLLAddresses" /><NavigationPropertyBinding Path="BookingLine" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="CLLLogs" /><NavigationPropertyBinding Path="Odyssey.CFSContainerLoadListLine/Container" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.CFSContainerLoadListLine/LoadListHeader" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.CFSContainerLoadListLine/PackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="Odyssey.CYContainerLoadListLine/Container" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.CYContainerLoadListLine/LoadListHeader" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.CYContainerLoadListLine/PackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="PackagesUnit" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PlannedContainerType" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CLL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ContainerPenaltyDayExclusions" EntityType="Odyssey.ContainerPenaltyDayExclusion"><NavigationPropertyBinding Path="Acknowledgements" Target="CEXAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CEX_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ConversationParticipants" EntityType="Odyssey.ConversationParticipant"><NavigationPropertyBinding Path="Acknowledgements" Target="JCPAcknowledgements" /><NavigationPropertyBinding Path="Conversation" Target="Conversations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Conversations" EntityType="Odyssey.Conversation"><NavigationPropertyBinding Path="Acknowledgements" Target="JCCAcknowledgements" /><NavigationPropertyBinding Path="JobConversationParticipants" Target="ConversationParticipants" /><NavigationPropertyBinding Path="Odyssey.CLHConversation/Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.JCConversation/Parent" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.JDConversation/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JSBConversation/Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.JSConversation/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.JUConversation/Parent" Target="JobContainerLegs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusClassPartPivots" EntityType="Odyssey.CusClassPartPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="CIAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfExport" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusOutturnHeaders" EntityType="Odyssey.CusOutturnHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="C6Acknowledgements" /><NavigationPropertyBinding Path="CountryOfRegistration" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OutturningPremise" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>C6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYBookingDueCLLViews" EntityType="Odyssey.CYBookingDueCLLView" /><EntitySet Name="D1Acknowledgements" EntityType="Odyssey.D1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsolidatedTransportBookings" /></EntitySet><EntitySet Name="D2Acknowledgements" EntityType="Odyssey.D2Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPackProducts" /></EntitySet><EntitySet Name="D4Acknowledgements" EntityType="Odyssey.D4Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSundryCharges" /></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="DocsAndCartageDetails" EntityType="Odyssey.DocsAndCartageDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="JPAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryCartageCoAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobOrderItems" Target="JobOrderItems" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JPJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.HVHDocsAndCartageDetail/Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="Odyssey.JSDocsAndCartageDetail/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="PickupCartageCoAddr" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DtbBookingInfos" EntityType="Odyssey.DtbBookingInfo" /><EntitySet Name="E6Acknowledgements" EntityType="Odyssey.E6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsolCosts" /></EntitySet><EntitySet Name="E9Acknowledgements" EntityType="Odyssey.E9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerMoves" /></EntitySet><EntitySet Name="EFAcknowledgements" EntityType="Odyssey.EFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipmentPreplannings" /></EntitySet><EntitySet Name="EFJobOrderContainers" EntityType="Odyssey.EFJobOrderContainer"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="EFLogs" EntityType="Odyssey.EFLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="EFNotes" EntityType="Odyssey.EFNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="EJAcknowledgements" EntityType="Odyssey.EJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobTradeLanes" /></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="EUAcknowledgements" EntityType="Odyssey.EUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPickupDeliveryConfirms" /></EntitySet><EntitySet Name="EUAddresses" EntityType="Odyssey.EUAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPickupDeliveryConfirms" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="EWAcknowledgements" EntityType="Odyssey.EWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobBookedCtgMoves" /></EntitySet><EntitySet Name="ExternalRequests" EntityType="Odyssey.ExternalRequest"><NavigationPropertyBinding Path="Acknowledgements" Target="REQAcknowledgements" /><NavigationPropertyBinding Path="AssignedContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="AssignedOrganization" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="REQLogs" /><NavigationPropertyBinding Path="Odyssey.CLHExternalRequest/Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.CLLExternalRequest/Parent" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="Odyssey.JDExternalRequest/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JKExternalRequest/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JOExternalRequest/Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="Odyssey.JSBExternalRequest/Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.JSExternalRequest/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.JSLExternalRequest/Parent" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="ReviewerContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="ReviewerOrganization" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Type" Target="ExternalRequestTypes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>REQ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ExternalRequestTypes" EntityType="Odyssey.ExternalRequestType"><NavigationPropertyBinding Path="Acknowledgements" Target="RQTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RQT_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="EYAcknowledgements" EntityType="Odyssey.EYAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartageRunSheets" /></EntitySet><EntitySet Name="EYAddresses" EntityType="Odyssey.EYAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartageRunSheets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></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="HCHAcknowledgements" EntityType="Odyssey.HCHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignmentHeaders" /></EntitySet><EntitySet Name="HVCAcknowledgements" EntityType="Odyssey.HVCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /></EntitySet><EntitySet Name="HVCAddresses" EntityType="Odyssey.HVCAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVCJobCO2Emissions" EntityType="Odyssey.HVCJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVCLogs" EntityType="Odyssey.HVCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVCNotes" EntityType="Odyssey.HVCNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVCReferenceNumbers" EntityType="Odyssey.HVCReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVCWorkflowAuditLogs" EntityType="Odyssey.HVCWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVCWorkflowEvents" EntityType="Odyssey.HVCWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVHAcknowledgements" EntityType="Odyssey.HVHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /></EntitySet><EntitySet Name="HVHAddresses" EntityType="Odyssey.HVHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVHLogs" EntityType="Odyssey.HVHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVHNotes" EntityType="Odyssey.HVHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVHWorkflowAuditLogs" EntityType="Odyssey.HVHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVHWorkflowEvents" EntityType="Odyssey.HVHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVIAcknowledgements" EntityType="Odyssey.HVIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItems" /></EntitySet><EntitySet Name="HVILogs" EntityType="Odyssey.HVILog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVIWorkflowAuditLogs" EntityType="Odyssey.HVIWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVIWorkflowEvents" EntityType="Odyssey.HVIWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVLAcknowledgements" EntityType="Odyssey.HVLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOriginLoadLists" /></EntitySet><EntitySet Name="HVLAddresses" EntityType="Odyssey.HVLAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOriginLoadLists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLLogs" EntityType="Odyssey.HVLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVLNotes" EntityType="Odyssey.HVLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLVBookingHeaders" EntityType="Odyssey.HVLVBookingHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="HVHAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="HVHAddresses" /><NavigationPropertyBinding Path="BillToParty" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="BillToPartyContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="BookedBy" Target="OrgContactInfos" /><NavigationPropertyBinding Path="BookingServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DispatchAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DocsAndCartageDetails" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="FreightAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="HVLVConsignments" Target="HVLVConsignments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="HVHLogs" /><NavigationPropertyBinding Path="Notes" Target="HVHNotes" /><NavigationPropertyBinding Path="OriginDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="HVHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVHWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HVH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLVBookingHeaderViews" EntityType="Odyssey.HVLVBookingHeaderView"><NavigationPropertyBinding Path="BookingServiceLevel" Target="RefServiceLevelInfos" /></EntitySet><EntitySet Name="HVLVConsignmentHeaders" EntityType="Odyssey.HVLVConsignmentHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="HCHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HVLVConsignments" Target="HVLVConsignments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Shipment" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HCH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLVConsignments" EntityType="Odyssey.HVLVConsignment"><NavigationPropertyBinding Path="Acknowledgements" Target="HVCAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="HVCAddresses" /><NavigationPropertyBinding Path="BookingHeader" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsigneeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ExportDeclaration" Target="JobDeclarationInfos" /><NavigationPropertyBinding Path="GoodsValueCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Header" Target="HVLVConsignmentHeaders" /><NavigationPropertyBinding Path="HVLVItems" Target="HVLVItems" /><NavigationPropertyBinding Path="ImportDeclaration" Target="JobDeclarationInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="HVCJobCO2Emissions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastMileCarrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastMileCarrierBookingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Logs" Target="HVCLogs" /><NavigationPropertyBinding Path="Notes" Target="HVCNotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="HVCReferenceNumbers" /><NavigationPropertyBinding Path="ReturnCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ReturnLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ShipperAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ShipperCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="HVCWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVCWorkflowEvents" /></EntitySet><EntitySet Name="HVLVConsolLastMileCarriers" EntityType="Odyssey.HVLVConsolLastMileCarrier"><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="HVLVItemLines" EntityType="Odyssey.HVLVItemLine"><NavigationPropertyBinding Path="Acknowledgements" Target="HVSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HVLVItem" Target="HVLVItems" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="HVSLogs" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="HVSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVSWorkflowEvents" /></EntitySet><EntitySet Name="HVLVItems" EntityType="Odyssey.HVLVItem"><NavigationPropertyBinding Path="Acknowledgements" Target="HVIAcknowledgements" /><NavigationPropertyBinding Path="Consignment" Target="HVLVConsignments" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HVLVItemLines" Target="HVLVItemLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastMileTransportBooking" Target="DtbBookingInfos" /><NavigationPropertyBinding Path="LoadedOnShipment" Target="JobShipments" /><NavigationPropertyBinding Path="LoadList" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="Logs" Target="HVILogs" /><NavigationPropertyBinding Path="OuterPackage" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="HVIWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVIWorkflowEvents" /></EntitySet><EntitySet Name="HVLVItemViews" EntityType="Odyssey.HVLVItemView" /><EntitySet Name="HVLVOriginLoadLists" EntityType="Odyssey.HVLVOriginLoadList"><NavigationPropertyBinding Path="Acknowledgements" Target="HVLAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="HVLAddresses" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DestinationDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="HVLVItems" Target="HVLVItems" /><NavigationPropertyBinding Path="HVLVOuterPackages" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="HVLLogs" /><NavigationPropertyBinding Path="Notes" Target="HVLNotes" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OriginDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVLWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HVL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLVOuterPackageItemCountViews" EntityType="Odyssey.HVLVOuterPackageItemCountView"><NavigationPropertyBinding Path="OuterPackage" Target="HVLVOuterPackages" /></EntitySet><EntitySet Name="HVLVOuterPackages" EntityType="Odyssey.HVLVOuterPackage"><NavigationPropertyBinding Path="Acknowledgements" Target="HVOAcknowledgements" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="HVLVItems" Target="HVLVItems" /><NavigationPropertyBinding Path="HVLVOuterPackageItemCountViews" Target="HVLVOuterPackageItemCountViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastMileCarrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LoadedOnConsol" Target="JobConsols" /><NavigationPropertyBinding Path="LoadList" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="Logs" Target="HVOLogs" /><NavigationPropertyBinding Path="Notes" Target="HVONotes" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PackageType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowEvents" Target="HVOWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HVO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVLVShipmentLastMileCarriers" EntityType="Odyssey.HVLVShipmentLastMileCarrier"><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /></EntitySet><EntitySet Name="HVLWorkflowEvents" EntityType="Odyssey.HVLWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVOAcknowledgements" EntityType="Odyssey.HVOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOuterPackages" /></EntitySet><EntitySet Name="HVOLogs" EntityType="Odyssey.HVOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVONotes" EntityType="Odyssey.HVONote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HVOWorkflowEvents" EntityType="Odyssey.HVOWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVSAcknowledgements" EntityType="Odyssey.HVSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItemLines" /></EntitySet><EntitySet Name="HVSLogs" EntityType="Odyssey.HVSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItemLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVSWorkflowAuditLogs" EntityType="Odyssey.HVSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItemLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="HVSWorkflowEvents" EntityType="Odyssey.HVSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HVLVItemLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="J4Acknowledgements" EntityType="Odyssey.J4Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLineDeliveries" /></EntitySet><EntitySet Name="J6Acknowledgements" EntityType="Odyssey.J6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerPackPivots" /></EntitySet><EntitySet Name="J8Acknowledgements" EntityType="Odyssey.J8Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobTransportLegPackLineDivots" /></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="JCAcknowledgements" EntityType="Odyssey.JCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /></EntitySet><EntitySet Name="JCAddresses" EntityType="Odyssey.JCAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JCCAcknowledgements" EntityType="Odyssey.JCCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="Conversations" /></EntitySet><EntitySet Name="JCJobCO2Emissions" EntityType="Odyssey.JCJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JCLogs" EntityType="Odyssey.JCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JCNotes" EntityType="Odyssey.JCNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JCPAcknowledgements" EntityType="Odyssey.JCPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ConversationParticipants" /></EntitySet><EntitySet Name="JCReferenceNumbers" EntityType="Odyssey.JCReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JCWorkflowAuditLogs" EntityType="Odyssey.JCWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JCWorkflowEvents" EntityType="Odyssey.JCWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JCWorkflowTasks" EntityType="Odyssey.JCWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainers" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JDAcknowledgements" EntityType="Odyssey.JDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /></EntitySet><EntitySet Name="JDAddOnValues" EntityType="Odyssey.JDAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JDAddresses" EntityType="Odyssey.JDAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JDCustomsCharges" EntityType="Odyssey.JDCustomsCharge"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JDJobOrderContainers" EntityType="Odyssey.JDJobOrderContainer"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JDJobRequiredDocuments" EntityType="Odyssey.JDJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JDLogs" EntityType="Odyssey.JDLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JDNotes" EntityType="Odyssey.JDNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JDWorkflowEvents" EntityType="Odyssey.JDWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JDWorkflowTasks" EntityType="Odyssey.JDWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></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="JJAcknowledgements" EntityType="Odyssey.JJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /></EntitySet><EntitySet Name="JJAddresses" EntityType="Odyssey.JJAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JJLogs" EntityType="Odyssey.JJLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JJNotes" EntityType="Odyssey.JJNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JJReferenceNumbers" EntityType="Odyssey.JJReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JJWorkflowAuditLogs" EntityType="Odyssey.JJWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JJWorkflowEvents" EntityType="Odyssey.JJWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JJWorkflowTasks" EntityType="Odyssey.JJWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCartages" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JKAcknowledgements" EntityType="Odyssey.JKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /></EntitySet><EntitySet Name="JKAddOnValues" EntityType="Odyssey.JKAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JKAddresses" EntityType="Odyssey.JKAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JKHAcknowledgements" EntityType="Odyssey.JKHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsolAWBSpecialHandlings" /></EntitySet><EntitySet Name="JKJobCO2Emissions" EntityType="Odyssey.JKJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JKJobRequiredDocuments" EntityType="Odyssey.JKJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JKLogs" EntityType="Odyssey.JKLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JKNotes" EntityType="Odyssey.JKNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JKReferenceNumbers" EntityType="Odyssey.JKReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JKWorkflowAuditLogs" EntityType="Odyssey.JKWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JKWorkflowEvents" EntityType="Odyssey.JKWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsols" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JLAcknowledgements" EntityType="Odyssey.JLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPackLines" /></EntitySet><EntitySet Name="JMAcknowledgements" EntityType="Odyssey.JMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobMawbs" /></EntitySet><EntitySet Name="JMLogs" EntityType="Odyssey.JMLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobMawbs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JNAcknowledgements" EntityType="Odyssey.JNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConShipLinks" /></EntitySet><EntitySet Name="JOAcknowledgements" EntityType="Odyssey.JOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /></EntitySet><EntitySet Name="JOAddOnValues" EntityType="Odyssey.JOAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JOAddresses" EntityType="Odyssey.JOAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobBookedCtgMoves" EntityType="Odyssey.JobBookedCtgMove"><NavigationPropertyBinding Path="Acknowledgements" Target="EWAcknowledgements" /><NavigationPropertyBinding Path="Container" Target="JobContainers" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryAddress" Target="JJAddresses" /><NavigationPropertyBinding Path="JobCartage" Target="JobCartages" /><NavigationPropertyBinding Path="JobContainerLegs" Target="JobContainerLegs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PickupAddress" Target="JJAddresses" /><NavigationPropertyBinding Path="WaitPointAddress" Target="JJAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>EW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobCartageRunSheets" EntityType="Odyssey.JobCartageRunSheet"><NavigationPropertyBinding Path="Acknowledgements" Target="EYAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="EYAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobContainerLegs" Target="JobContainerLegs" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransportCo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Truck" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="TruckDriver" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>EY_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobCartages" EntityType="Odyssey.JobCartage"><NavigationPropertyBinding Path="Acknowledgements" Target="JJAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="JJAddresses" /><NavigationPropertyBinding Path="ClientID" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="JobBookedCtgMoves" Target="JobBookedCtgMoves" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JJLogs" /><NavigationPropertyBinding Path="Notes" Target="JJNotes" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="JJReferenceNumbers" /><NavigationPropertyBinding Path="Sailing" Target="JobSailings" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JJWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JJWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JJWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JJ_AutoVersion</PropertyPath></Collection></Annotation></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="JobConShipLinks" EntityType="Odyssey.JobConShipLink"><NavigationPropertyBinding Path="Acknowledgements" Target="JNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolAndContainers" EntityType="Odyssey.JobConsolAndContainer"><NavigationPropertyBinding Path="ConsolAllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="ConsolLatestBookingStatusAndDate" Target="ConsolLatestBookingStatusAndDates" /><NavigationPropertyBinding Path="ContainerAllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /><NavigationPropertyBinding Path="JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="ReceivingForwarderAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SendingForwarderAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="JobConsolAWBSpecialHandlings" EntityType="Odyssey.JobConsolAWBSpecialHandling"><NavigationPropertyBinding Path="Acknowledgements" Target="JKHAcknowledgements" /><NavigationPropertyBinding Path="Consol" Target="JobConsols" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JobConsolCosts" EntityType="Odyssey.JobConsolCost"><NavigationPropertyBinding Path="Acknowledgements" Target="E6Acknowledgements" /><NavigationPropertyBinding Path="APInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="ApportionmentCharges" Target="ApportionmentCharges" /><NavigationPropertyBinding Path="ARInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="BankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="ChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="ConsolCostOwner" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="VATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolFirstTransportLegs" EntityType="Odyssey.JobConsolFirstTransportLeg"><NavigationPropertyBinding Path="FirstTransport" Target="TransportRoutings" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="JobConsolidatedTransportBookings" EntityType="Odyssey.JobConsolidatedTransportBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="D1Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Customer" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DestinationCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationDeliveryConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OriginCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginPickupConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="TransportCo" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>D1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolInfos" EntityType="Odyssey.JobConsolInfo" /><EntitySet Name="JobConsols" EntityType="Odyssey.JobConsol"><NavigationPropertyBinding Path="Acknowledgements" Target="JKAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="JKAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JKAddresses" /><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="ArrivalCTOAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ArrivalUnpackCFSTransport" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ArrivalUnpackCFSTransportAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CarrierBookingOffice" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CarrierContract" Target="RatingContracts" /><NavigationPropertyBinding Path="CoLoadAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsolCommodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ConsolDischargeRelatedPorts" Target="ConsolDischargeRelatedPorts" /><NavigationPropertyBinding Path="ConsolDischargeZonePorts" Target="ConsolDischargeZonePorts" /><NavigationPropertyBinding Path="ConsolDischargeZoneRelatedPorts" Target="ConsolDischargeZoneRelatedPorts" /><NavigationPropertyBinding Path="ConsolLatestBookingStatusAndDates" Target="ConsolLatestBookingStatusAndDates" /><NavigationPropertyBinding Path="ConsolLoadRelatedPorts" Target="ConsolLoadRelatedPorts" /><NavigationPropertyBinding Path="ConsolLoadZonePorts" Target="ConsolLoadZonePorts" /><NavigationPropertyBinding Path="ConsolLoadZoneRelatedPorts" Target="ConsolLoadZoneRelatedPorts" /><NavigationPropertyBinding Path="ContainerYardEmptyPickupAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ContainerYardEmptyReturnAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreditorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DepartureCTOAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DeparturePackCFSTransport" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DeparturePackCFSTransportAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="FirstForeignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GatewayServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="HVLVConsolLastMileCarriers" Target="HVLVConsolLastMileCarriers" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JKJobCO2Emissions" /><NavigationPropertyBinding Path="JobConShipLinks" Target="JobConShipLinks" /><NavigationPropertyBinding Path="JobConsolAWBSpecialHandlings" Target="JobConsolAWBSpecialHandlings" /><NavigationPropertyBinding Path="JobConsolFirstTransportLegs" Target="JobConsolFirstTransportLegs" /><NavigationPropertyBinding Path="JobConsolSummaries" Target="JobConsolSummaries" /><NavigationPropertyBinding Path="JobContainers" Target="JobContainers" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JKJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastForeignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JKLogs" /><NavigationPropertyBinding Path="MasterBillIssuePlace" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="MasterConsol" Target="JobConsols" /><NavigationPropertyBinding Path="Notes" Target="JKNotes" /><NavigationPropertyBinding Path="PackDepotAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="PortOfFirstArrival" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReceivingForwarderAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ReceivingForwarderContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="JKReferenceNumbers" /><NavigationPropertyBinding Path="SendingForwarderAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SendingForwarderContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="ShippingLineAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="UnpackDepotAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JKWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JKWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolSummaries" EntityType="Odyssey.JobConsolSummary"><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /></EntitySet><EntitySet Name="JobContainerDetentions" EntityType="Odyssey.JobContainerDetention"><NavigationPropertyBinding Path="Acknowledgements" Target="NCAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobContainerMoves" Target="JobContainerMoves" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Principal" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NC_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobContainerLegs" EntityType="Odyssey.JobContainerLeg"><NavigationPropertyBinding Path="Acknowledgements" Target="JUAcknowledgements" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryAddress" Target="JJAddresses" /><NavigationPropertyBinding Path="ExtraEquip1" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="ExtraEquip2" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobBookedCtgMove" Target="JobBookedCtgMoves" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JULogs" /><NavigationPropertyBinding Path="PickupAddress" Target="JJAddresses" /><NavigationPropertyBinding Path="RunSheet" Target="JobCartageRunSheets" /><NavigationPropertyBinding Path="Trailer" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="WaitPointAddress" Target="JJAddresses" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JUWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobContainerMoves" EntityType="Odyssey.JobContainerMove"><NavigationPropertyBinding Path="Acknowledgements" Target="E9Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Depot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobContainerDetention" Target="JobContainerDetentions" /><NavigationPropertyBinding Path="JobVoyage" Target="JobVoyages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Principal" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ResponsibleParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="JobContainerPackLineRelatedInfoViews" EntityType="Odyssey.JobContainerPackLineRelatedInfoView"><NavigationPropertyBinding Path="JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="JobOrderLine" Target="JobOrderLines" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Origin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="JobContainerPackPivots" EntityType="Odyssey.JobContainerPackPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="J6Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="JobPackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobContainers" EntityType="Odyssey.JobContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="JCAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="JCAddresses" /><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="ArrivalContainerYardAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CFSClient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CFSContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="ContainerCommodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CostSpotRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="DepartureContainerYardAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DestinationCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationDeliveryConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="FCLBookingOnlyLink" Target="JobShipments" /><NavigationPropertyBinding Path="GatewaySellSpotRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GoodsCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="JobBookedCtgMoves" Target="JobBookedCtgMoves" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JCJobCO2Emissions" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsols" /><NavigationPropertyBinding Path="JobContainerPackLineRelatedInfoViews" Target="JobContainerPackLineRelatedInfoViews" /><NavigationPropertyBinding Path="JobContainerPackPivots" Target="JobContainerPackPivots" /><NavigationPropertyBinding Path="JobSailing" Target="JobSailings" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadListPlan" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Logs" Target="JCLogs" /><NavigationPropertyBinding Path="Notes" Target="JCNotes" /><NavigationPropertyBinding Path="OriginCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginPickupConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RatingCommodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="JCReferenceNumbers" /><NavigationPropertyBinding Path="SellSpotRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SupplierBooking" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JCWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JCWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JCWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobDeclarationInfos" EntityType="Odyssey.JobDeclarationInfo" /><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.EYJobHeader/Parent" Target="JobCartageRunSheets" /><NavigationPropertyBinding Path="Odyssey.JJJobHeader/Parent" Target="JobCartages" /><NavigationPropertyBinding Path="Odyssey.JKJobHeader/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JSJobHeader/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.NAJobHeader/Parent" Target="JobVoyAccounts" /><NavigationPropertyBinding Path="Odyssey.THJobHeader/Parent" Target="RatingHeaders" /><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="JobMawbs" EntityType="Odyssey.JobMawb"><NavigationPropertyBinding Path="Acknowledgements" Target="JMAcknowledgements" /><NavigationPropertyBinding Path="AllocatedTo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="From" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JMLogs" /><NavigationPropertyBinding Path="PortOfLoading" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="JobOrderHeaders" EntityType="Odyssey.JobOrderHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="JDAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="JDAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JDAddresses" /><NavigationPropertyBinding Path="BuyerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="BuyerContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CountryOfSupply" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CustomsCharges" Target="JDCustomsCharges" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="GoodsAvailableAt" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GoodsDeliveredTo" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarationInfos" /><NavigationPropertyBinding Path="JobOrderContainers" Target="JDJobOrderContainers" /><NavigationPropertyBinding Path="JobOrderLines" Target="JobOrderLines" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JDJobRequiredDocuments" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JDLogs" /><NavigationPropertyBinding Path="Notes" Target="JDNotes" /><NavigationPropertyBinding Path="OrderCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PortOfDischarge" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfLoading" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReceivingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SendingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ServiceLevel_NI" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ShipmentPrePlanning" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="SupplierAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SupplierContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JDWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowMilestones" Target="WorkflowMilestones" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JDWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobOrderItems" EntityType="Odyssey.JobOrderItem"><NavigationPropertyBinding Path="Acknowledgements" Target="JTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobDocsAndCartage" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobOrderLineDeliveries" EntityType="Odyssey.JobOrderLineDelivery"><NavigationPropertyBinding Path="Acknowledgements" Target="J4Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DestinationPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobOrderLine" Target="JobOrderLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J4_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobOrderLineInfos" EntityType="Odyssey.JobOrderLineInfo" /><EntitySet Name="JobOrderLineOrgSupplierPartDefaults" EntityType="Odyssey.JobOrderLineOrgSupplierPartDefault"><NavigationPropertyBinding Path="UnitPriceCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="JobOrderLines" EntityType="Odyssey.JobOrderLine"><NavigationPropertyBinding Path="Acknowledgements" Target="JOAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="JOAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JOAddresses" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="JobOrderHeader" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="JobOrderLineDeliveries" Target="JobOrderLineDeliveries" /><NavigationPropertyBinding Path="JobPackProducts" Target="JobPackProducts" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JOJobRequiredDocuments" /><NavigationPropertyBinding Path="JobSupplierBookingLines" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JOLogs" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JOWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowMilestones" Target="WorkflowMilestones" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JOWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobPackLinePackages" EntityType="Odyssey.JobPackLinePackage"><NavigationPropertyBinding Path="Acknowledgements" Target="JPPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Packge" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JPP_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobPackLines" EntityType="Odyssey.JobPackLine"><NavigationPropertyBinding Path="Acknowledgements" Target="JLAcknowledgements" /><NavigationPropertyBinding Path="BookingLine" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="CFSContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="JobContainerPackPivots" Target="JobContainerPackPivots" /><NavigationPropertyBinding Path="JobPackLocs" Target="JobPackLocs" /><NavigationPropertyBinding Path="JobPackProducts" Target="JobPackProducts" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastKnownTransitWarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrderShipmentPlanningLines" Target="OrderShipmentPlanningLines" /><NavigationPropertyBinding Path="Origin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OuterPackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobPackLocs" EntityType="Odyssey.JobPackLoc"><NavigationPropertyBinding Path="Acknowledgements" Target="JQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobPackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WhsLocation" Target="WhsLocationInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JQ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobPackProducts" EntityType="Odyssey.JobPackProduct"><NavigationPropertyBinding Path="Acknowledgements" Target="D2Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobOrderLine" Target="JobOrderLines" /><NavigationPropertyBinding Path="JobPackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>D2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobPickupDeliveryConfirms" EntityType="Odyssey.JobPickupDeliveryConfirm"><NavigationPropertyBinding Path="Acknowledgements" Target="EUAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="EUAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSArrivalConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSArrivalConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSArrivalConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSDepartureConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSDepartureConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.DestinationCFSDepartureConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.DestinationDeliveryConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.DestinationDeliveryConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.DestinationDeliveryConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.OriginCFSArrivalConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.OriginCFSArrivalConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.OriginCFSArrivalConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.OriginCFSDepartureConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.OriginCFSDepartureConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.OriginCFSDepartureConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.OriginPickupConfirm/JobConsolidatedTransportBooking" Target="JobConsolidatedTransportBookings" /><NavigationPropertyBinding Path="Odyssey.OriginPickupConfirm/JobContainer" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.OriginPickupConfirm/JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="TransportProvider" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>EU_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="JobShipmentInfos" EntityType="Odyssey.JobShipmentInfo" /><EntitySet Name="JobShipmentPreplannings" EntityType="Odyssey.JobShipmentPreplanning"><NavigationPropertyBinding Path="Acknowledgements" Target="EFAcknowledgements" /><NavigationPropertyBinding Path="BuyerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="BuyerContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarationInfos" /><NavigationPropertyBinding Path="JobOrderContainers" Target="EFJobOrderContainers" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="EFLogs" /><NavigationPropertyBinding Path="Notes" Target="EFNotes" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PortDisch" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortLoad" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReceivingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SendingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>EF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobShipments" EntityType="Odyssey.JobShipment"><NavigationPropertyBinding Path="Acknowledgements" Target="JSAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="JSAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JSAddresses" /><NavigationPropertyBinding Path="BookedShippingLineAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="BookingAllocationLine" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="CarrierContract" Target="RatingContracts" /><NavigationPropertyBinding Path="ColoadMasterShipment" Target="JobShipments" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DeliveryAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DestinationCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DestinationDeliveryConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DocsAndCartageDetails" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="ExportBroker" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ExportReceivingDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="FreightCostRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="FreightRateDestination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="FreightRateOrigin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="FrtRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GatewayFreightSellRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GatewayServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="GoodsValueCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="HandledOnBehalfOfForwarder" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="HouseBillIssuePlace" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="HVLVConsignmentHeaders" Target="HVLVConsignmentHeaders" /><NavigationPropertyBinding Path="HVLVItems" Target="HVLVItems" /><NavigationPropertyBinding Path="HVLVShipmentLastMileCarriers" Target="HVLVShipmentLastMileCarriers" /><NavigationPropertyBinding Path="ImportBroker" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ImportReleaseDepot" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="InsuranceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JSJobCO2Emissions" /><NavigationPropertyBinding Path="JobConShipLinks" Target="JobConShipLinks" /><NavigationPropertyBinding Path="JobContainerPackLineRelatedInfoViews" Target="JobContainerPackLineRelatedInfoViews" /><NavigationPropertyBinding Path="JobContainers" Target="JobContainers" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="JobOrderHeaders" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="JobPackLines" Target="JobPackLines" /><NavigationPropertyBinding Path="JobSailing" Target="JobSailings" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JSLogs" /><NavigationPropertyBinding Path="Notes" Target="JSNotes" /><NavigationPropertyBinding Path="OneTimeQuote" Target="RatingHeaders" /><NavigationPropertyBinding Path="OrderShipmentPlannings" Target="OrderShipmentPlannings" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OriginCFSArrivalConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginCFSDepartureConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="OriginPickupConfirms" Target="JobPickupDeliveryConfirms" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PlaceOfDischarge" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PlaceOfReceipt" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RateCommodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="JSReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ShipmentComInvoiceLines" Target="ShipmentComInvoiceLines" /><NavigationPropertyBinding Path="ShipmentDeclarations" Target="ShipmentDeclarations" /><NavigationPropertyBinding Path="SplitSwitchShipment" Target="JobShipments" /><NavigationPropertyBinding Path="TotalCountPackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="TrackingInvoiceViews" Target="TrackingInvoiceViews" /><NavigationPropertyBinding Path="TranshipAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="ViewQuotedBookings" Target="ViewQuotedBookings" /><NavigationPropertyBinding Path="WhsLocation" Target="WhsLocationInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JSWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JSWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobSundryCharges" EntityType="Odyssey.JobSundryCharge"><NavigationPropertyBinding Path="Acknowledgements" Target="D4Acknowledgements" /><NavigationPropertyBinding Path="BillToParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>D4_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobSupplierBookingLineDocAddressViews" EntityType="Odyssey.JobSupplierBookingLineDocAddressView" /><EntitySet Name="JobSupplierBookingLines" EntityType="Odyssey.JobSupplierBookingLine"><NavigationPropertyBinding Path="Acknowledgements" Target="JSLAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="JSLAddresses" /><NavigationPropertyBinding Path="BookedPackagesUnit" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="Booking" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ContainerLoadListLines" Target="ContainerLoadListLines" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="JobPackLines" Target="JobPackLines" /><NavigationPropertyBinding Path="JobSupplierBookingLineDocAddressView" Target="JobSupplierBookingLineDocAddressViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JSLLogs" /><NavigationPropertyBinding Path="OrderLine" Target="JobOrderLines" /><NavigationPropertyBinding Path="OrderShipmentPlanningLines" Target="OrderShipmentPlanningLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JSL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobSupplierBookings" EntityType="Odyssey.JobSupplierBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="JSBAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="JSBAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JSBAddresses" /><NavigationPropertyBinding Path="CFSAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CFSContainerLoadLists" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Conversations" Target="Conversations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYContainerLoadLists" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ExternalRequests" Target="ExternalRequests" /><NavigationPropertyBinding Path="JobContainers" Target="JobContainers" /><NavigationPropertyBinding Path="JobOrderContainers" Target="JSBJobOrderContainers" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JSBJobRequiredDocuments" /><NavigationPropertyBinding Path="JobSupplierBookingLines" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JSBLogs" /><NavigationPropertyBinding Path="Notes" Target="JSBNotes" /><NavigationPropertyBinding Path="OrderShipmentPlannings" Target="OrderShipmentPlannings" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JSBWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JSBWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowMilestones" Target="WorkflowMilestones" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JSBWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JSB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobTradeLanes" EntityType="Odyssey.JobTradeLane"><NavigationPropertyBinding Path="Acknowledgements" Target="EJAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RelatedOrg" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="JobTransportLegPackLineDivots" EntityType="Odyssey.JobTransportLegPackLineDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="J8Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobPackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PickupDeliverConfirm" Target="JobPickupDeliveryConfirms" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J8_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobVoyAccounts" EntityType="Odyssey.JobVoyAccount"><NavigationPropertyBinding Path="Acknowledgements" Target="NAAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="JobVoyage" Target="JobVoyages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NA_RowVersion</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="JOJobRequiredDocuments" EntityType="Odyssey.JOJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JOLogs" EntityType="Odyssey.JOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JOWorkflowEvents" EntityType="Odyssey.JOWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JOWorkflowTasks" EntityType="Odyssey.JOWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JPAcknowledgements" EntityType="Odyssey.JPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DocsAndCartageDetails" /></EntitySet><EntitySet Name="JPJobRequiredDocuments" EntityType="Odyssey.JPJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JPPAcknowledgements" EntityType="Odyssey.JPPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPackLinePackages" /></EntitySet><EntitySet Name="JQAcknowledgements" EntityType="Odyssey.JQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobPackLocs" /></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="JSAcknowledgements" EntityType="Odyssey.JSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /></EntitySet><EntitySet Name="JSAddOnValues" EntityType="Odyssey.JSAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSAddresses" EntityType="Odyssey.JSAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSBAcknowledgements" EntityType="Odyssey.JSBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /></EntitySet><EntitySet Name="JSBAddOnValues" EntityType="Odyssey.JSBAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSBAddresses" EntityType="Odyssey.JSBAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSBJobOrderContainers" EntityType="Odyssey.JSBJobOrderContainer"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSBJobRequiredDocuments" EntityType="Odyssey.JSBJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JSBLogs" EntityType="Odyssey.JSBLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSBNotes" EntityType="Odyssey.JSBNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSBWorkflowAuditLogs" EntityType="Odyssey.JSBWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSBWorkflowEvents" EntityType="Odyssey.JSBWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSBWorkflowTasks" EntityType="Odyssey.JSBWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JSJobCO2Emissions" EntityType="Odyssey.JSJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSLAcknowledgements" EntityType="Odyssey.JSLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookingLines" /></EntitySet><EntitySet Name="JSLAddresses" EntityType="Odyssey.JSLAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookingLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSLLogs" EntityType="Odyssey.JSLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSLogs" EntityType="Odyssey.JSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSNotes" EntityType="Odyssey.JSNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSReferenceNumbers" EntityType="Odyssey.JSReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JSWorkflowAuditLogs" EntityType="Odyssey.JSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSWorkflowEvents" EntityType="Odyssey.JSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JSWorkflowTasks" EntityType="Odyssey.JSWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobShipments" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JTAcknowledgements" EntityType="Odyssey.JTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderItems" /></EntitySet><EntitySet Name="JUAcknowledgements" EntityType="Odyssey.JUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerLegs" /></EntitySet><EntitySet Name="JULogs" EntityType="Odyssey.JULog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerLegs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JUWorkflowEvents" EntityType="Odyssey.JUWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerLegs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></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="KJAcknowledgements" EntityType="Odyssey.KJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PackageJobs" /></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="KPHAcknowledgements" EntityType="Odyssey.KPHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHeaders" /></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="KPWorkflowEvents" EntityType="Odyssey.KPWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NAAcknowledgements" EntityType="Odyssey.NAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobVoyAccounts" /></EntitySet><EntitySet Name="NCAcknowledgements" EntityType="Odyssey.NCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobContainerDetentions" /></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="OPAcknowledgements" EntityType="Odyssey.OPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierParts" /></EntitySet><EntitySet Name="OPLAcknowledgements" EntityType="Odyssey.OPLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrderShipmentPlanningLines" /></EntitySet><EntitySet Name="OPSAcknowledgements" EntityType="Odyssey.OPSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrderShipmentPlannings" /></EntitySet><EntitySet Name="OrderDueForBookingViews" EntityType="Odyssey.OrderDueForBookingView" /><EntitySet Name="OrderLineDueForBookingViews" EntityType="Odyssey.OrderLineDueForBookingView" /><EntitySet Name="OrderLineWithShipmentWindowDatesViews" EntityType="Odyssey.OrderLineWithShipmentWindowDatesView" /><EntitySet Name="OrderManagerOrderExplorerConsolLiveViews" EntityType="Odyssey.OrderManagerOrderExplorerConsolLiveView"><NavigationPropertyBinding Path="Carrier" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="RefContainerInfo" Target="RefContainerInfos" /></EntitySet><EntitySet Name="OrderManagerOrderExplorerLiveViews" EntityType="Odyssey.OrderManagerOrderExplorerLiveView"><NavigationPropertyBinding Path="BookingParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BuyerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CFSAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ContainerWithConsol" Target="OrderManagerOrderExplorerConsolLiveViews" /><NavigationPropertyBinding Path="OrderExt" Target="OrderManagerOrderExplorerOrderLiveViews" /><NavigationPropertyBinding Path="OrderLineExt" Target="OrderManagerOrderExplorerOrderLineLiveViews" /><NavigationPropertyBinding Path="PackLineWithShipment" Target="OrderManagerOrderExplorerShipmentLiveViews" /><NavigationPropertyBinding Path="SupplierAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrderManagerOrderExplorerOrderLineLiveViews" EntityType="Odyssey.OrderManagerOrderExplorerOrderLineLiveView"><NavigationPropertyBinding Path="OrderLineManufacturerAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrderManagerOrderExplorerOrderLiveViews" EntityType="Odyssey.OrderManagerOrderExplorerOrderLiveView"><NavigationPropertyBinding Path="ControllingCustomerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrderManufacturerAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrderManagerOrderExplorerShipmentLiveViews" EntityType="Odyssey.OrderManagerOrderExplorerShipmentLiveView" /><EntitySet Name="OrderManagerPackLineInTransitViews" EntityType="Odyssey.OrderManagerPackLineInTransitView" /><EntitySet Name="OrderManagerShipmentInTransitViews" EntityType="Odyssey.OrderManagerShipmentInTransitView" /><EntitySet Name="OrderManagerShipmentItemViews" EntityType="Odyssey.OrderManagerShipmentItemView"><NavigationPropertyBinding Path="OrderManagerShipmentView" Target="OrderManagerShipmentViews" /></EntitySet><EntitySet Name="OrderManagerShipmentViews" EntityType="Odyssey.OrderManagerShipmentView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrderManagerShipmentItemViews" Target="OrderManagerShipmentItemViews" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /></EntitySet><EntitySet Name="OrderShipmentPlanningLines" EntityType="Odyssey.OrderShipmentPlanningLine"><NavigationPropertyBinding Path="Acknowledgements" Target="OPLAcknowledgements" /><NavigationPropertyBinding Path="BookingLine" Target="JobSupplierBookingLines" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackagesUnit" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PackLine" Target="JobPackLines" /><NavigationPropertyBinding Path="Planning" Target="OrderShipmentPlannings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OPL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrderShipmentPlannings" EntityType="Odyssey.OrderShipmentPlanning"><NavigationPropertyBinding Path="Acknowledgements" Target="OPSAcknowledgements" /><NavigationPropertyBinding Path="Booking" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrderShipmentPlanningLines" Target="OrderShipmentPlanningLines" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Shipment" Target="JobShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OPS_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="OrgSupplierParts" EntityType="Odyssey.OrgSupplierPart"><NavigationPropertyBinding Path="Acknowledgements" Target="OPAcknowledgements" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="StyleColor" Target="WhsProductStyleColourInfos" /><NavigationPropertyBinding Path="StyleSize" Target="WhsProductStyleSizeInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OP_AutoVersion</PropertyPath></Collection></Annotation></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.JSPackageJob/Parent" Target="JobShipments" /><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="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="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="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="PkgPackages" Target="PkgPackages" /><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="PortsAndCountries" EntityType="Odyssey.PortsAndCountry" /><EntitySet Name="PortsCountriesAndZones" EntityType="Odyssey.PortsCountriesAndZone" /><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.JCProcessHeader/Parent" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.JDProcessHeader/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JJProcessHeader/Parent" Target="JobCartages" /><NavigationPropertyBinding Path="Odyssey.JKProcessHeader/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JSBProcessHeader/Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.JSProcessHeader/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.JVProcessHeader/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXProcessHeader/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.RCTProcessHeader/Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="Odyssey.THProcessHeader/Parent" Target="RatingHeaders" /><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.CLHProcessTask/Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.EFProcessTask/Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="Odyssey.HVCProcessTask/Parent" Target="HVLVConsignments" /><NavigationPropertyBinding Path="Odyssey.HVHProcessTask/Parent" Target="HVLVBookingHeaders" /><NavigationPropertyBinding Path="Odyssey.HVIProcessTask/Parent" Target="HVLVItems" /><NavigationPropertyBinding Path="Odyssey.HVLProcessTask/Parent" Target="HVLVOriginLoadLists" /><NavigationPropertyBinding Path="Odyssey.HVOProcessTask/Parent" Target="HVLVOuterPackages" /><NavigationPropertyBinding Path="Odyssey.HVSProcessTask/Parent" Target="HVLVItemLines" /><NavigationPropertyBinding Path="Odyssey.JAProcessTask/Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="Odyssey.JBProcessTask/Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="Odyssey.JCProcessTask/Parent" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.JDProcessTask/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JHProcessTask/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.JJProcessTask/Parent" Target="JobCartages" /><NavigationPropertyBinding Path="Odyssey.JKProcessTask/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JOProcessTask/Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="Odyssey.JSBProcessTask/Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.JSProcessTask/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.JVProcessTask/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXProcessTask/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.RCTProcessTask/Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="Odyssey.THProcessTask/Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="Odyssey.VBProcessTask/Parent" Target="ViewQuotedBookings" /><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="ProcessWorkflowExceptionCauses" EntityType="Odyssey.ProcessWorkflowExceptionCause"><NavigationPropertyBinding Path="Acknowledgements" Target="WECAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Type" Target="ProcessWorkflowExceptionTypes" /></EntitySet><EntitySet Name="ProcessWorkflowExceptionResolutions" EntityType="Odyssey.ProcessWorkflowExceptionResolution"><NavigationPropertyBinding Path="Acknowledgements" Target="WERAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Type" Target="ProcessWorkflowExceptionTypes" /></EntitySet><EntitySet Name="ProcessWorkflowExceptions" EntityType="Odyssey.ProcessWorkflowException"><NavigationPropertyBinding Path="Acknowledgements" Target="WEXAcknowledgements" /><NavigationPropertyBinding Path="Cause" Target="ProcessWorkflowExceptionCauses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Resolution" Target="ProcessWorkflowExceptionResolutions" /><NavigationPropertyBinding Path="WorkflowException" Target="WorkflowExceptions" /></EntitySet><EntitySet Name="ProcessWorkflowExceptionTypes" EntityType="Odyssey.ProcessWorkflowExceptionType"><NavigationPropertyBinding Path="Acknowledgements" Target="WETAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessWorkflowExceptionCauses" Target="ProcessWorkflowExceptionCauses" /><NavigationPropertyBinding Path="ProcessWorkflowExceptionResolutions" Target="ProcessWorkflowExceptionResolutions" /></EntitySet><EntitySet Name="RateOneOffShipments" EntityType="Odyssey.RateOneOffShipment"><NavigationPropertyBinding Path="Acknowledgements" Target="TTAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="TTAddresses" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DeliveryLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GoodsCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="InsureValCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RatingHeader" Target="RatingHeaders" /><NavigationPropertyBinding Path="ReceivalLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="TTReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ViaLocation" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RatingContractAllocationLines" EntityType="Odyssey.RatingContractAllocationLine"><NavigationPropertyBinding Path="Acknowledgements" Target="RCAAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="RCAAddOnValues" /><NavigationPropertyBinding Path="AllocationRouteAgentPivots" Target="AllocationRouteAgentPivots" /><NavigationPropertyBinding Path="CCABookingViews" Target="CCABookingViews" /><NavigationPropertyBinding Path="CCAJobConsolViews" Target="CCAJobConsolViews" /><NavigationPropertyBinding Path="CCAJobContainerViews" Target="CCAJobContainerViews" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobConsols" Target="JobConsols" /><NavigationPropertyBinding Path="JobContainers" Target="JobContainers" /><NavigationPropertyBinding Path="JobShipments" Target="JobShipments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ParentAllocationRoute" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="RatingContract" Target="RatingContracts" /><NavigationPropertyBinding Path="RatingContractAllocationLines" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="RatingContractNamedAccountPivots" Target="RCARatingContractNamedAccountPivots" /><NavigationPropertyBinding Path="SailingSchedule" Target="JobSailings" /><NavigationPropertyBinding Path="TradeLane" Target="JobTradeLanes" /><NavigationPropertyBinding Path="Vessel" Target="RefVesselInfos" /><NavigationPropertyBinding Path="ViewRatingContractAllocationLineCalculatedValues" Target="ViewRatingContractAllocationLineCalculatedValues" /><NavigationPropertyBinding Path="ViewRatingContractAllocationLineConvertedWeights" Target="ViewRatingContractAllocationLineConvertedWeights" /><NavigationPropertyBinding Path="ViewRatingContractAllocationLineSummaries" Target="ViewRatingContractAllocationLineSummaries" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RCA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RatingContractContainerDetentions" EntityType="Odyssey.RatingContractContainerDetention"><NavigationPropertyBinding Path="Acknowledgements" Target="RCDAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CTO" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DurationExclusion" Target="ContainerPenaltyDayExclusions" /><NavigationPropertyBinding Path="FreeDayExclusion" Target="ContainerPenaltyDayExclusions" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RatingContract" Target="RatingContracts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RCD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RatingContracts" EntityType="Odyssey.RatingContract"><NavigationPropertyBinding Path="Acknowledgements" Target="RCTAcknowledgements" /><NavigationPropertyBinding Path="ChargeGroupContractRatingDates" Target="RCTChargeGroupContractRatingDates" /><NavigationPropertyBinding Path="ContractOwner" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="RCTLogs" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RatingContractAllocationLines" Target="RatingContractAllocationLines" /><NavigationPropertyBinding Path="RatingContractContainerDetentions" Target="RatingContractContainerDetentions" /><NavigationPropertyBinding Path="RatingContractNamedAccountPivots" Target="RCTRatingContractNamedAccountPivots" /><NavigationPropertyBinding Path="ViewRatingContractQuantities" Target="ViewRatingContractQuantities" /><NavigationPropertyBinding Path="ViewRatingContractSummaries" Target="ViewRatingContractSummaries" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="RCTWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="RCTWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RCT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RatingHeaders" EntityType="Odyssey.RatingHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="THAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="THAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="FirstSignatory" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="THJobCO2Emissions" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="THLogs" /><NavigationPropertyBinding Path="Notes" Target="THNotes" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RateOneOffShipments" Target="RateOneOffShipments" /><NavigationPropertyBinding Path="SecondSignatory" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="SpotRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ViewQuotedBookings" Target="ViewQuotedBookings" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="THWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="THWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="THWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RCAAcknowledgements" EntityType="Odyssey.RCAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContractAllocationLines" /></EntitySet><EntitySet Name="RCAAddOnValues" EntityType="Odyssey.RCAAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContractAllocationLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RCARatingContractNamedAccountPivots" EntityType="Odyssey.RCARatingContractNamedAccountPivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="NamedAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContractAllocationLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RNP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RCDAcknowledgements" EntityType="Odyssey.RCDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContractContainerDetentions" /></EntitySet><EntitySet Name="RCTAcknowledgements" EntityType="Odyssey.RCTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /></EntitySet><EntitySet Name="RCTChargeGroupContractRatingDates" EntityType="Odyssey.RCTChargeGroupContractRatingDate"><NavigationPropertyBinding Path="Company" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RDT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RCTLogs" EntityType="Odyssey.RCTLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RCTRatingContractNamedAccountPivots" EntityType="Odyssey.RCTRatingContractNamedAccountPivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="NamedAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RNP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RCTWorkflowAuditLogs" EntityType="Odyssey.RCTWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RCTWorkflowEvents" EntityType="Odyssey.RCTWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="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="REQAcknowledgements" EntityType="Odyssey.REQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ExternalRequests" /></EntitySet><EntitySet Name="REQLogs" EntityType="Odyssey.REQLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ExternalRequests" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RQTAcknowledgements" EntityType="Odyssey.RQTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ExternalRequestTypes" /></EntitySet><EntitySet Name="ShipmentComInvoiceLines" EntityType="Odyssey.ShipmentComInvoiceLine"><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /></EntitySet><EntitySet Name="ShipmentDeclarations" EntityType="Odyssey.ShipmentDeclaration"><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /></EntitySet><EntitySet Name="ShipmentInTransitViews" EntityType="Odyssey.ShipmentInTransitView" /><EntitySet Name="ShipmentJobFactMetadataProxies" EntityType="Odyssey.ShipmentJobFactMetadataProxy"><NavigationPropertyBinding Path="ArrivalConsol" Target="JobConsols" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ControllingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ControllingCustomer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DeliveryAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DeliveryLocalTransport" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PickupAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PickupLocalTransport" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="TariffViews" EntityType="Odyssey.TariffView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="THAcknowledgements" EntityType="Odyssey.THAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /></EntitySet><EntitySet Name="THAddresses" EntityType="Odyssey.THAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="THJobCO2Emissions" EntityType="Odyssey.THJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="THLogs" EntityType="Odyssey.THLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="THNotes" EntityType="Odyssey.THNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="THWorkflowAuditLogs" EntityType="Odyssey.THWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="THWorkflowEvents" EntityType="Odyssey.THWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="THWorkflowTasks" EntityType="Odyssey.THWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="TrackingInvoiceViews" EntityType="Odyssey.TrackingInvoiceView"><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobOrderHeader" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipments" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><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.EFTransportRouting/Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="Odyssey.JKTransportRouting/Parent" Target="JobConsols" /><NavigationPropertyBinding Path="Odyssey.JSTransportRouting/Parent" Target="JobShipments" /><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="TTAcknowledgements" EntityType="Odyssey.TTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RateOneOffShipments" /></EntitySet><EntitySet Name="TTAddresses" EntityType="Odyssey.TTAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RateOneOffShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="TTReferenceNumbers" EntityType="Odyssey.TTReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RateOneOffShipments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_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.JLUNDGDataItem/Parent" Target="JobPackLines" /><NavigationPropertyBinding Path="Odyssey.JOUNDGDataItem/Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="Odyssey.KPUNDGDataItem/Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="Odyssey.OPUNDGDataItem/Parent" Target="OrgSupplierParts" /><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="VBAddOnValues" EntityType="Odyssey.VBAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CCABookingViews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="VBLogs" EntityType="Odyssey.VBLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ViewQuotedBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="VBWorkflowEvents" EntityType="Odyssey.VBWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ViewQuotedBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="ViewQuotedBookings" EntityType="Odyssey.ViewQuotedBooking"><NavigationPropertyBinding Path="Booking" Target="JobShipments" /><NavigationPropertyBinding Path="CCABookingViews" Target="CCABookingViews" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="VBLogs" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RatingHeader" Target="RatingHeaders" /><NavigationPropertyBinding Path="ViewQuotedBookingSummaries" Target="ViewQuotedBookingSummaries" /><NavigationPropertyBinding Path="WorkflowEvents" Target="VBWorkflowEvents" /></EntitySet><EntitySet Name="ViewQuotedBookingSummaries" EntityType="Odyssey.ViewQuotedBookingSummary"><NavigationPropertyBinding Path="ViewQuotedBooking" Target="ViewQuotedBookings" /></EntitySet><EntitySet Name="ViewRatingContractAllocationLineCalculatedValues" EntityType="Odyssey.ViewRatingContractAllocationLineCalculatedValue"><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /></EntitySet><EntitySet Name="ViewRatingContractAllocationLineConvertedWeights" EntityType="Odyssey.ViewRatingContractAllocationLineConvertedWeight"><NavigationPropertyBinding Path="RatingContractAllocationLine" Target="RatingContractAllocationLines" /></EntitySet><EntitySet Name="ViewRatingContractAllocationLineSummaries" EntityType="Odyssey.ViewRatingContractAllocationLineSummary"><NavigationPropertyBinding Path="AllocationLine" Target="RatingContractAllocationLines" /></EntitySet><EntitySet Name="ViewRatingContractQuantities" EntityType="Odyssey.ViewRatingContractQuantity"><NavigationPropertyBinding Path="RatingContract" Target="RatingContracts" /></EntitySet><EntitySet Name="ViewRatingContractSummaries" EntityType="Odyssey.ViewRatingContractSummary"><NavigationPropertyBinding Path="RatingContract" Target="RatingContracts" /></EntitySet><EntitySet Name="WECAcknowledgements" EntityType="Odyssey.WECAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessWorkflowExceptionCauses" /></EntitySet><EntitySet Name="WERAcknowledgements" EntityType="Odyssey.WERAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessWorkflowExceptionResolutions" /></EntitySet><EntitySet Name="WETAcknowledgements" EntityType="Odyssey.WETAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessWorkflowExceptionTypes" /></EntitySet><EntitySet Name="WEXAcknowledgements" EntityType="Odyssey.WEXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessWorkflowExceptions" /></EntitySet><EntitySet Name="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsProductStyleColourInfos" EntityType="Odyssey.WhsProductStyleColourInfo" /><EntitySet Name="WhsProductStyleSizeInfos" EntityType="Odyssey.WhsProductStyleSizeInfo" /><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsWarehouseInfos" EntityType="Odyssey.WhsWarehouseInfo"><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRowInfos" /></EntitySet><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.CLHWorkflowException/Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.EFWorkflowException/Parent" Target="JobShipmentPreplannings" /><NavigationPropertyBinding Path="Odyssey.JAWorkflowException/Parent" Target="JobVoyOrigins" /><NavigationPropertyBinding Path="Odyssey.JBWorkflowException/Parent" Target="JobVoyDestinations" /><NavigationPropertyBinding Path="Odyssey.JCWorkflowException/Parent" Target="JobContainers" /><NavigationPropertyBinding Path="Odyssey.JDWorkflowException/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JHWorkflowException/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.JJWorkflowException/Parent" Target="JobCartages" /><NavigationPropertyBinding Path="Odyssey.JOWorkflowException/Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="Odyssey.JSBWorkflowException/Parent" Target="JobSupplierBookings" /><NavigationPropertyBinding Path="Odyssey.JSWorkflowException/Parent" Target="JobShipments" /><NavigationPropertyBinding Path="Odyssey.JVWorkflowException/Parent" Target="JobVoyages" /><NavigationPropertyBinding Path="Odyssey.JXWorkflowException/Parent" Target="JobSailings" /><NavigationPropertyBinding Path="Odyssey.RCTWorkflowException/Parent" Target="RatingContracts" /><NavigationPropertyBinding Path="Odyssey.THWorkflowException/Parent" Target="RatingHeaders" /><NavigationPropertyBinding Path="ProcessWorkflowExceptions" Target="ProcessWorkflowExceptions" /></EntitySet><EntitySet Name="WorkflowMilestones" EntityType="Odyssey.WorkflowMilestone"><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Odyssey.CLHWorkflowMilestone/Parent" Target="ContainerLoadListHeaders" /><NavigationPropertyBinding Path="Odyssey.JDWorkflowMilestone/Parent" Target="JobOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.JOWorkflowMilestone/Parent" Target="JobOrderLines" /><NavigationPropertyBinding Path="Odyssey.JSBWorkflowMilestone/Parent" Target="JobSupplierBookings" /></EntitySet><EntitySet Name="ZZRefCusCodeListAttributeCombineds" EntityType="Odyssey.ZZRefCusCodeListAttributeCombined"><NavigationPropertyBinding Path="CusCodeList" Target="ZZRefCusCodeListCombineds" /></EntitySet><EntitySet Name="ZZRefCusCodeListCombineds" EntityType="Odyssey.ZZRefCusCodeListCombined" /><FunctionImport Name="GetBookingHeadersCreatedToday" Function="HVLVBookingHeaderActionExtender.GetBookingHeadersCreatedToday" EntitySet="HVLVBookingHeaderViews" /><FunctionImport Name="GetBookingHeadersNotConfirmed" Function="HVLVBookingHeaderActionExtender.GetBookingHeadersNotConfirmed" EntitySet="HVLVBookingHeaderViews" /><FunctionImport Name="GetBookingHeadersNotReceived" Function="HVLVBookingHeaderActionExtender.GetBookingHeadersNotReceived" EntitySet="HVLVBookingHeaderViews" /><FunctionImport Name="GetHVLVItems" Function="HVLVItemActionExtender.GetHVLVItems" EntitySet="HVLVItemViews" /><FunctionImport Name="GetHVLVShipmentsInTransit" Function="HVLVShipmentInTransitActionExtender.GetHVLVShipmentsInTransit" EntitySet="ShipmentInTransitViews" /><FunctionImport Name="GetOrdersByShipmentWindow" Function="ShipmentWindowActionExtender.GetOrdersByShipmentWindow" EntitySet="JobOrderHeaders" /><FunctionImport Name="GetOrderLinesByShipmentWindow" Function="ShipmentWindowActionExtender.GetOrderLinesByShipmentWindow" EntitySet="OrderLineWithShipmentWindowDatesViews" /><FunctionImport Name="GetCountOfOrdersByShipmentWindow" Function="ShipmentWindowActionExtender.GetCountOfOrdersByShipmentWindow" /><FunctionImport Name="GetCountOfOrderLinesByShipmentWindow" Function="ShipmentWindowActionExtender.GetCountOfOrderLinesByShipmentWindow" /><FunctionImport Name="GetSupplierBookingLinesOnHandVolume" Function="CFSOnHandVolumeActionExtender.GetSupplierBookingLinesOnHandVolume" EntitySet="CFSOnHandVolumeViews" /><FunctionImport Name="GetCountOfSupplierBookingLinesOnHandVolume" Function="CFSOnHandVolumeActionExtender.GetCountOfSupplierBookingLinesOnHandVolume" /><FunctionImport Name="GetCYBookingDueCLL" Function="CYBookingDueCLLExtender.GetCYBookingDueCLL" EntitySet="CYBookingDueCLLViews" /><FunctionImport Name="GetCountOfCYBookingDueCLL" Function="CYBookingDueCLLExtender.GetCountOfCYBookingDueCLL" /><FunctionImport Name="GetShipmentInTransit" Function="ShipmentInTransitActionExtender.GetShipmentInTransit" EntitySet="OrderManagerShipmentInTransitViews" /><FunctionImport Name="GetPackLinesInTransit" Function="ShipmentInTransitActionExtender.GetPackLinesInTransit" EntitySet="OrderManagerPackLineInTransitViews" /><FunctionImport Name="GetCountOfShipmentInTransit" Function="ShipmentInTransitActionExtender.GetCountOfShipmentInTransit" /><FunctionImport Name="GetCountOfPackLinesInTransit" Function="ShipmentInTransitActionExtender.GetCountOfPackLinesInTransit" /><FunctionImport Name="GetCountOfInTransit" Function="ShipmentInTransitActionExtender.GetCountOfInTransit" /><FunctionImport Name="GetOrdersDueForBooking" Function="OrdersDueForBookingActionExtender.GetOrdersDueForBooking" EntitySet="OrderDueForBookingViews" /><FunctionImport Name="GetOrderLinesDueForBooking" Function="OrdersDueForBookingActionExtender.GetOrderLinesDueForBooking" EntitySet="OrderLineDueForBookingViews" /><FunctionImport Name="GetCountOfOrdersDueForBooking" Function="OrdersDueForBookingActionExtender.GetCountOfOrdersDueForBooking" /><FunctionImport Name="GetCountOfOrderLinesDueForBooking" Function="OrdersDueForBookingActionExtender.GetCountOfOrderLinesDueForBooking" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>