<?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="JobServiceLinks" Type="Collection(Odyssey.JobServiceLink)" Partner="JobService" /><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" /><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WSJAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDCAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WRCAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WVOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JPAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="AdditionalServiceView"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ES_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="ES_ServiceCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_Booked" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ES_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ES_ServiceCount" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="ES_Completed" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ES_References" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_OH_Contractor" Type="Edm.Guid" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ES_ParentIDAsRCNFK" Type="Edm.Guid" /><Property Name="ES_ES_ParentIDAsDCNFK" Type="Edm.Guid" /><Property Name="ES_ParentTableCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_MeasurementBasis" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_RX_NKServiceRateCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceRate" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="ES_SubLocation" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_ServiceNote" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="ES_ExternalServiceId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_ServiceId" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ConsignmentID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="ParentWarehouse" Type="Edm.Guid" /><Property Name="JobID" Type="Edm.String" MaxLength="15" Unicode="false" /><NavigationProperty Name="ServiceRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="ES_RX_NKServiceRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="AdditionalService" Type="Odyssey.AdditionalService" Nullable="false"><ReferentialConstraint Property="ES_ES_PKAsFK" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignmentParent" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="ES_ES_ParentIDAsRCNFK" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="DispatchConsignmentParent" Type="Odyssey.WhsItemDispatchConsignment"><ReferentialConstraint Property="ES_ES_ParentIDAsDCNFK" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse"><ReferentialConstraint Property="ParentWarehouse" ReferencedProperty="WW_PK" /></NavigationProperty></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="CEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryNum" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CE_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="CEAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryNum" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="CE_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="CusEntryNum"><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_ParentTable" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="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" /><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><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.CEAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CE" /></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="DispatchLoadListPropertiesView"><Key><PropertyRef Name="WDL_PK" /></Key><Property Name="WDL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDL_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="ServiceStatus" Type="Edm.String" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="NextDischargePort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="AllDCNsAreAuthorized" Type="Edm.Boolean" /><Property Name="NumberOfPackagesNoHandlingUnits" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfLoadedPackages" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfStagedPackages" Type="Edm.Int32" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="13" /><Property Name="TotalVolume" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="13" /><Property Name="WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="VolumeUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TotalVolume" /><PropertyValue Property="UnitProperty" PropertyPath="VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></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="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="ESLAcknowledgement" 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.JobServiceLink" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ESL_PK" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="ESLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="FHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="FH_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="FHTag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Outcome" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="FHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GlbBranchExtraPortInfo"><Key><PropertyRef Name="GY_PK" /></Key><Property Name="GY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GY_GB" Type="Edm.Guid" Nullable="false" /><Property Name="GY_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GY_RL_NKAdditionalBranchRelatedPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false" Partner="GlbBranchExtraPorts"><ReferentialConstraint Property="GY_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="AdditionalBranchRelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GY_RL_NKAdditionalBranchRelatedPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranchExtraPort" /><Annotation Term="Glow.TableCode" String="GY" /></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="GlbBranchExtraPorts" Type="Collection(Odyssey.GlbBranchExtraPortInfo)" Partner="GlbBranch" /><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="JDDLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobDocumentData" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JDD_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowEvent" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="JDDWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobDocumentData" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JDD_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobExRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JF_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="JHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="Note" Abstract="true"><Key><PropertyRef Name="ST_PK" /></Key><Property Name="ST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="ST_ForceRead" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="ST_GC_RelatedCompany" Type="Edm.Guid" /><Property Name="ST_IsCustomDescription" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ST_NoteContext" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="ST_NoteType" Type="Edm.String" DefaultValue="INT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_ParentID" Type="Edm.Guid" /><Property Name="ST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteData" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="ST" /></EntityType><EntityType Name="JHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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="JHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JobCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_A9_CostVATClass" Type="Edm.Guid" /><Property Name="JR_A9_SellVATClass" Type="Edm.Guid" /><Property Name="JR_AB" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AgentDeclaredCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AgentDeclaredSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AK" Type="Edm.Guid" /><Property Name="JR_AL_APLine" Type="Edm.Guid" /><Property Name="JR_AL_ARLine" Type="Edm.Guid" /><Property Name="JR_AL_CFXLine" Type="Edm.Guid" /><Property Name="JR_APDocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_APLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_APNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_ARLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ARNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_AT_CostGSTRate" Type="Edm.Guid" /><Property Name="JR_AT_SellGSTRate" Type="Edm.Guid" /><Property Name="JR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JR_AW_CostWHTRate" Type="Edm.Guid" /><Property Name="JR_AW_SellWHTRate" Type="Edm.Guid" /><Property Name="JR_CAL_APLine" Type="Edm.Guid" /><Property Name="JR_CAL_ARLine" Type="Edm.Guid" /><Property Name="JR_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ChequeNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_CostPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_CostPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_DeclaredOSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="JR_DisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_E6_GatewaySellHeader" Type="Edm.Guid" /><Property Name="JR_EstimatedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="JR_GB_InternalBranch" Type="Edm.Guid" /><Property Name="JR_GB_SellTaxBranch" Type="Edm.Guid" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE_InternalDept" Type="Edm.Guid" /><Property Name="JR_InvoiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_IsAPCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsARCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsCostTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsIncludedInProfitShare" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsSpotCost" Type="Edm.Boolean" /><Property Name="JR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JH_InternalJob" Type="Edm.Guid" /><Property Name="JR_JR_RevenueLine" Type="Edm.Guid" /><Property Name="JR_LineCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="3" /><Property Name="JR_LineType" Type="Edm.String" DefaultValue="BTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JR_OA_SellInvoiceAddress" Type="Edm.Guid" /><Property Name="JR_OC_SellInvoiceContact" Type="Edm.Guid" /><Property Name="JR_OH_CostAccount" Type="Edm.Guid" /><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="JR_OP_Product" Type="Edm.Guid" /><Property Name="JR_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_OSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSSellWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_PreventInvoicePrintGrouping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProductQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JR_ProFormaCost" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProFormaRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_RX_NKCostCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_SellPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_SellPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_SellReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_SellSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CostVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_CostVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="SellVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_SellVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="JR_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="JR_AK" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="APLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_APLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="ARLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_ARLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CFXLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_CFXLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CostGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_CostGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="SellGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_SellGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="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="JobDocumentData"><Key><PropertyRef Name="JDD_PK" /></Key><Property Name="JDD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JDD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JDD_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Property Name="JDD_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JDD_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JDD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JDD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JDD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JDD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JDD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JDD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JDDLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JDDWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JDD" /></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" /><EntityType Name="EYJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JKJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JSJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="NAJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="THJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WSJJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDCJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WDLJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WDHJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WRCJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><EntityType Name="WVOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKIJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKPJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKRJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="MWOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JobSailingInfo"><Key><PropertyRef Name="JX_PK" /></Key><Property Name="JX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JX_UniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_JA" Type="Edm.Guid" Nullable="false" /><Property Name="JX_JB" Type="Edm.Guid" Nullable="false" /><Property Name="JX_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><NavigationProperty Name="JobVoyOrigin" Type="Odyssey.JobVoyOriginInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JA" ReferencedProperty="JA_PK" /></NavigationProperty><NavigationProperty Name="JobVoyDestination" Type="Odyssey.JobVoyDestinationInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JB" ReferencedProperty="JB_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IJobSailing" /><Annotation Term="Glow.TableCode" String="JX" /></EntityType><EntityType Name="JobServiceLink" Abstract="true"><Key><PropertyRef Name="ESL_PK" /></Key><Property Name="ESL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ESL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ESL_CompletedTime" Type="Edm.DateTimeOffset" /><Property Name="ESL_ES_JobService" Type="Edm.Guid" Nullable="false" /><Property Name="ESL_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ESL_Quantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="ESL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ESL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ESL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ESL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobService" Type="Odyssey.AdditionalService" Nullable="false" Partner="JobServiceLinks"><ReferentialConstraint Property="ESL_ES_JobService" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ESL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ESL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ESLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ESL" /></EntityType><EntityType Name="KPJobServiceLink" BaseType="Odyssey.JobServiceLink"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="JobServiceLinks"><ReferentialConstraint Property="ESL_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty></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="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="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="JWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JobCO2Emission" Abstract="true"><Key><PropertyRef Name="JCO_PK" /></Key><Property Name="JCO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JCO_CO2ePerTEUInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2ePerTonneInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2eTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2eWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_DistanceInKM" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="JCO_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JCO_NMHCTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NMHCWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_PM10TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PM10WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_Status" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="JCO" /></EntityType><EntityType Name="JWJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JWLog" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="K0Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="K0_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KHRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHold" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KHR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.PackageJob" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KJ_PK" /></NavigationProperty></EntityType><EntityType Name="KPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageBookedDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPBLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageBookedDetail" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPB_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="KPDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHandlingUnitDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageSeal" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageJobPackageHeaderPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPJ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="KPNAcknowledgement" 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.PackageExtension" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPN_PK" /></NavigationProperty></EntityType><EntityType Name="KPOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageOrderReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPO_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="KPOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageOrderReference" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPO_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="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="KPReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="KPSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="KPSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageScreening" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="KPTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageTemperature" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPU_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="KPULog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPU_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="KPUWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPU_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="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="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="OAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddress" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OA_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="OAIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddressAdditionalInfo" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OAI_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="OBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCompanyData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OB_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="OHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OH_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="OHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="OH_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="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="OHJobRequiredDocument" 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.OrgHeader" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="OH_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="OHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OH_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="OHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="OH_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="OHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OH_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="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="OrgAddressAdditionalInfo"><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_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OAI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OAI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddress" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OAIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressAdditionalInfoInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapability"><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_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddress" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressCapabilityInfo" /><Annotation Term="Glow.TableCode" String="PZ" /></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="OrgAddress"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" 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_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="OA_AIREquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><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_DeliverFromTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DeliverToTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DeliveryRoute" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DeliveryRouteSequence" Type="Edm.Int16" DefaultValue="0" Nullable="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_DoNotAttendFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DoNotAttendTo" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><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_GroupNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerLeasingCompany" 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_IsFumigationContractor" 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_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsVGMContractor" 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_Language" Type="Edm.String" DefaultValue="EN" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OA_LCLEquipmentNeeded" 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_PickupFromTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_PickupToTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><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" /><Property Name="OA_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_UseCumulativeFreeWaitingTime" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_VerifiesContainerGrossWeight" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapability)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" 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><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressInfo" /><Annotation Term="Glow.TableCode" String="OA" /></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="OrgCompanyData"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_AB_APDefaultBankAccount" Type="Edm.Guid" /><Property Name="OB_AB_ARPayToAccount" Type="Edm.Guid" /><Property Name="OB_AC_APDefaultChargeCode" Type="Edm.Guid" /><Property Name="OB_APAirlineAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="14" Unicode="false" /><Property Name="OB_APCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCostsSelfBilled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APCreateVATComplianceDocumentOnPosting" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCreditAgreedPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCreditLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="APDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_APExcludeFromPaymentReports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APExternalCreditorCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OB_APPayInvoiceAfterPostingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APPaymentTermDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OB_APPaymentTerms" Type="Edm.String" DefaultValue="COD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APPrintContractorForm" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APQualityAssured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APQualityAssuredCheckedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><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_APWHTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARAccountAndCreditReviewDue" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARAllowMultiCurrencyPayment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARApplicableSurcharges" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="OB_ARAutoUpdateRates" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARBuyersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARClientNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCombinedStatementInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARConsolidatedAccountingCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreateVATComplianceDocumentOnPosting" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditAgreedPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARCreditCardAdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCreditCardExpire" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OB_ARCreditCardHolder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OB_ARCreditCardNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCreditCardType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARCreditRating" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCustomerSelfBillsRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARDoNotCheckOverdueInvoicesStatus" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARDontShowTaxOnDocs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_AREftCustomsPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARExternalDebtorCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OB_ARForeignCurrStatement" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARGoodsOwnership" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARIncludeInwardsWhsConsolidatedInvoice" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARIncludeOutwardsWhsConsolidatedInvoice" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_AROnCreditHold" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARPreviousChequeDrawer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OB_ARPreviousChequeDrawerBank" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OB_ARPreviousChequeDrawerBankBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OB_ARQualityAssured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARQualityAssuredCheckedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARReceiptInvoiceAfterPostingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARSellersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARShippersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTemporaryCreditLimitIncrease" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARTemporaryCreditLimitIncreaseExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTransitWhsStorageCalculationMethod" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTransitWhsStorageRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTreatDisbursementsAsStandardValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARUseSettlementGroupCreditLimit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARVATSplitPaymentApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARWarehouseRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARWhsStorageCalcMethod" Type="Edm.String" DefaultValue="MAX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARWHTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARYardStorageCalcMethod" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARYardStorageRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForInwardProcessing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForOutwardProcessing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForTemporaryExports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForTemporaryImports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusPaidBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_EXBillAgentChargesDirect" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GB_ControllingBranch" Type="Edm.Guid" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IMBillAgentChargesDirect" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IMProductValueDefaultOptions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" Unicode="false" /><Property Name="OB_IMUsedBondedWhs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IMUsedVatWarehouse" Type="Edm.Boolean" DefaultValue="false" 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_OCT_APTaxTemplate" Type="Edm.Guid" /><Property Name="OB_OCT_ARTaxTemplate" Type="Edm.Guid" /><Property Name="OB_OG_APCreditorGroup" Type="Edm.Guid" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_OJ_ARDebtorGroup" Type="Edm.Guid" /><Property Name="OB_RateSecurityGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_RX_NKARDDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_TransitWhsAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_TransitWhsAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_TransitWhsAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAllowCreateInvoiceWithNoTransactionsOrStock" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsChargeStorageInAdvance" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_WhsClientFreeStorageDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OB_WhsIncludeReleaseChargesOnShipment" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_WhsOverrideFreeStorage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="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="APDefaultBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="OB_AB_APDefaultBankAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="ARPayToAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="OB_AB_ARPayToAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="APDefaultChargeCode" Type="Odyssey.AccChargeCodeInfo"><ReferentialConstraint Property="OB_AC_APDefaultChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="ControllingBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OB_GB_ControllingBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" 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><NavigationProperty Name="ARDDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKARDDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgCompanyDataInfo" /><Annotation Term="Glow.TableCode" String="OB" /></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="OrgCountryData"><Key><PropertyRef Name="OV_PK" /></Key><Property Name="OV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OV_CustomsEconomicGroupAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="OV_EXApprovalExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OV_EXApprovalMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_EXApprovalNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OV_EXApprovalStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OV_EXApprovedOrMajorExporter" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_EXE3Signed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OV_EXExportPermissionDetails" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="OV_EXPermitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="OV_EXSiteInspectionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OV_GS_NKReviewedByUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_ImportCustomsDefaultAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4000" /><Property Name="OV_ImportEntryPaymentPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_ImportQuarantinePaymentPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OV_LastReviewedOn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OV_MakePartsBothImportAndExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OV_OA_ApprovedLocation" Type="Edm.Guid" /><Property Name="OV_OA_DefaultConsignee" Type="Edm.Guid" /><Property Name="OV_OA_WarehouseAddress" Type="Edm.Guid" /><Property Name="OV_OH_NotifyParty" Type="Edm.Guid" /><Property Name="OV_OH_OrgHeader" Type="Edm.Guid" Nullable="false" /><Property Name="OV_RN_NKClientCountryRelation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OV_RN_NKIssuingAuthorityCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ApprovedLocation" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OV_OA_ApprovedLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DefaultConsignee" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OV_OA_DefaultConsignee" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OV_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="NotifyParty" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OV_OH_NotifyParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgCountryData"><ReferentialConstraint Property="OV_OH_OrgHeader" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReviewedByUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OV_GS_NKReviewedByUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ClientCountryRelation" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OV_RN_NKClientCountryRelation" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="IssuingAuthorityCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OV_RN_NKIssuingAuthorityCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OV" /></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="OrgHeader"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OH_Category" Type="Edm.String" DefaultValue="BUS" Nullable="false" MaxLength="3" Unicode="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_IsBroker" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsCompetitor" 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_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingAgent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsDistributionCentre" 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_IsFumigationContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsGlobalAccount" 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_IsNationalAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsPersonalEffectsAccount" 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_IsRoadFreightDepot" 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_IsTempAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag10" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag11" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag12" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag13" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag14" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag15" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag16" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag17" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag18" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag19" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag20" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag21" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag22" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag23" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag24" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag25" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag26" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag27" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag28" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag29" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag30" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag31" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag32" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag6" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag7" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag8" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag9" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsValid" 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_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OH_OverrideAdditionalAddressInformation" 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" /><Property Name="OH_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddress)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyData)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgCountryData" Type="Collection(Odyssey.OrgCountryData)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.OHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.OHJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.OHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.OHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.OHProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.OHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgHeaderInfo" /><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="OVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCountryData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OV_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="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="PackageExtension" Abstract="true"><Key><PropertyRef Name="KPN_PK" /></Key><Property Name="KPN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="KPN_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPN_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KPN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageExtensions"><ReferentialConstraint Property="KPN_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPN" /></EntityType><EntityType Name="WDHPackageExtension" BaseType="Odyssey.PackageExtension"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="PackageExtensions"><ReferentialConstraint Property="KPN_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WRHPackageExtension" BaseType="Odyssey.PackageExtension"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="PackageExtensions"><ReferentialConstraint Property="KPN_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><EntityType Name="PackageJob" Abstract="true"><Key><PropertyRef Name="KJ_PK" /></Key><Property Name="KJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KJ_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="KJ_GS_NKReleasedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_IsFinalized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KJ_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ReleasedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackageJobPackageHeaderPivots" Type="Collection(Odyssey.PkgPackageJobPackageHeaderPivot)" Partner="PackageJob" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackageJob" /><NavigationProperty Name="ReleasedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_GS_NKReleasedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KJ" /></EntityType><EntityType Name="KMPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="KBPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="LTCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="JSPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="KPUPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="KPU_PK" /></NavigationProperty></EntityType><EntityType Name="WDPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WDCPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WDHPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WRCPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><EntityType Name="PackageTrackingView"><Key><PropertyRef Name="PTV_PK" /></Key><Property Name="PTV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PTV_DimensionUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PTV_Height" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="PTV_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="PTV_KPH_PackageHeaderFK" Type="Edm.Guid" Nullable="false" /><Property Name="PTV_KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="PTV_Length" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="PTV_MasterBill" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="PTV_OA_Address" Type="Edm.Guid" Nullable="false" /><Property Name="PTV_TrackedTo" Type="Edm.DateTimeOffset" /><Property Name="PTV_Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="PTV_WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PTV_Width" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="PTV_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Nullable="false"><ReferentialConstraint Property="PTV_KPH_PackageHeaderFK" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="TrackingAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="PTV_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PTV" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="PTV_Length" /><PropertyValue Property="UnitProperty" PropertyPath="PTV_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="PTV_Width" /><PropertyValue Property="UnitProperty" PropertyPath="PTV_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="PTV_Height" /><PropertyValue Property="UnitProperty" PropertyPath="PTV_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="PTV_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="PTV_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgHandlingUnit"><Key><PropertyRef Name="KPU_PK" /></Key><Property Name="KPU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPU_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="KPU_JobContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="KPU_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPULog)" Partner="Parent" /><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.KPUPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KPUWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPU" /></EntityType><EntityType Name="PkgPackageBookedDetail"><Key><PropertyRef Name="KPB_PK" /></Key><Property Name="KPB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPB_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPB_KP_Package" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KPB_KPB_OriginalBookedDetail" Type="Edm.Guid" /><Property Name="KPB_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_PackageQty" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="KPB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPB_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KPB_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPB_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="OriginalBookedDetail" Type="Odyssey.PkgPackageBookedDetail"><ReferentialConstraint Property="KPB_KPB_OriginalBookedDetail" ReferencedProperty="KPB_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageBookedDetails"><ReferentialConstraint Property="KPB_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPBLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPB" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Length" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Width" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Height" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPB_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KPB_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageContainer"><Key><PropertyRef Name="K0_PK" /></Key><Property Name="K0_PK" Type="Edm.Guid" Nullable="false" /><Property Name="K0_AirVentFlowRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="K0_AirVentFlowRateUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="K0_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_HumidityPercent" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="K0_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsEmpty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsSealOk" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_IsShipperOwned" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="K0_KP_Package" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="K0_Quality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_RC_ContainerType" Type="Edm.Guid" Nullable="false" /><Property Name="K0_RefrigGeneratorID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="K0_Seal1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal1PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_Seal2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal2PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_Seal3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="K0_Seal3PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SetPointTemp" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="K0_SetPointTempUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="K0_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K0_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="K0_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="K0_TempRecorderSerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageContainers"><ReferentialConstraint Property="K0_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo" Nullable="false"><ReferentialConstraint Property="K0_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K0_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="K0_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.K0Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="K0" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="K0_SetPointTemp" /><PropertyValue Property="UnitProperty" PropertyPath="K0_SetPointTempUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageHandlingUnitDivot"><Key><PropertyRef Name="KPD_PK" /></Key><Property Name="KPD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPD_GS_NKPackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_GS_NKUnpackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_KP_HandlingUnit" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_PackedTime" Type="Edm.DateTimeOffset" /><Property Name="KPD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_UnpackedTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="HandlingUnit" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnitPackages"><ReferentialConstraint Property="KPD_KP_HandlingUnit" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnits"><ReferentialConstraint Property="KPD_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKPackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnpackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKUnpackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPD" /></EntityType><EntityType Name="PkgPackageHandlingUnitPackageScreeningView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="ChildPackageScreeningPK" Type="Edm.Guid" /><Property Name="ChildPackagePK" Type="Edm.Guid" Nullable="false" /><Property Name="KPS_GS_NKScreenedBy" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="KPS_IsScreenedViaParent" Type="Edm.Boolean" /><Property Name="KPS_ScreeningNote" Type="Edm.String" MaxLength="255" /><Property Name="KPS_Time" Type="Edm.DateTimeOffset" /><Property Name="KPS_Method" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="KPS_Passed" Type="Edm.Boolean" /><Property Name="KPS_FailureReason" Type="Edm.String" MaxLength="35" /><Property Name="HandlingUnitPK" Type="Edm.Guid" Nullable="false" /><Property Name="TopHandlingUnitPK" Type="Edm.Guid" /><NavigationProperty Name="ScreenedBy" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="KPS_GS_NKScreenedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PackageScreening" Type="Odyssey.PkgPackageScreening"><ReferentialConstraint Property="ChildPackageScreeningPK" ReferencedProperty="KPS_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="ChildPackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="HandlingUnit" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="HandlingUnitPK" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="PkgPackageHeader"><Key><PropertyRef Name="KPH_PK" /></Key><Property Name="KPH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KPH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="PackageHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPH" /></EntityType><EntityType Name="PkgPackageHold"><Key><PropertyRef Name="KHR_PK" /></Key><Property Name="KHR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KHR_AddedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="KHR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KHR_GS_NKAddedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KHR_RemovedTime" Type="Edm.DateTimeOffset" /><Property Name="KHR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KHR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KHR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KHR_WHC_NKHoldCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="HeldReasons"><ReferentialConstraint Property="KHR_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="AddedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_GS_NKAddedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KHR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KHRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KHR" /></EntityType><EntityType Name="PkgPackageJobPackageHeaderPivot"><Key><PropertyRef Name="KPJ_PK" /></Key><Property Name="KPJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPJ_KJ_PackageJob" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_KPH_PackageHeader" Type="Edm.Guid" Nullable="false" /><Property Name="KPJ_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KPJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PackageJob" Type="Odyssey.PackageJob" Nullable="false" Partner="PkgPackageJobPackageHeaderPivots"><ReferentialConstraint Property="KPJ_KJ_PackageJob" ReferencedProperty="KJ_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Nullable="false"><ReferentialConstraint Property="KPJ_KPH_PackageHeader" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPJ" /></EntityType><EntityType Name="PkgPackageOrderReference"><Key><PropertyRef Name="KPO_PK" /></Key><Property Name="KPO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPO_BatchNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="KPO_CommercialInvoiceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KPO_DestinationHSCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="KPO_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="KPO_HarmonizedTariffSchedule" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="KPO_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPO_LineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KPO_OrderNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KPO_OriginHSCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18" Unicode="false" /><Property Name="KPO_RN_NKOriginCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPO_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="KPO_SKUPartNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KPO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageOrderReferences"><ReferentialConstraint Property="KPO_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="KPO_RN_NKOriginCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPOLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPO" /></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="PkgPackageBookedDetails" Type="Collection(Odyssey.PkgPackageBookedDetail)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageContainers" Type="Collection(Odyssey.PkgPackageContainer)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageExtensions" Type="Collection(Odyssey.PackageExtension)" Partner="Package" /><NavigationProperty Name="HandlingUnitPackages" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="HandlingUnit" /><NavigationProperty Name="HandlingUnits" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="Package" /><NavigationProperty Name="HeldReasons" Type="Collection(Odyssey.PkgPackageHold)" Partner="Package" /><NavigationProperty Name="PkgPackageOrderReferences" Type="Collection(Odyssey.PkgPackageOrderReference)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageScreenings" Type="Collection(Odyssey.PkgPackageScreening)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageSeals" Type="Collection(Odyssey.PkgPackageSeal)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PkgPackageTemperatures" Type="Collection(Odyssey.PkgPackageTemperature)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ParentPackageJob" Type="Odyssey.PackageJob" Nullable="false" Partner="PkgPackages"><ReferentialConstraint Property="KP_KJ_ParentPackageJob" ReferencedProperty="KJ_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Partner="PkgPackages"><ReferentialConstraint Property="KP_KPH_PackageHeader" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="ParentPackage" Type="Odyssey.PkgPackage" Partner="PkgPackages"><ReferentialConstraint Property="KP_KP_ParentPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackage"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TopHandlingUnitPackage" Type="Odyssey.PkgPackage" Partner="AllChildPackages"><ReferentialConstraint Property="KP_KP_TopHandlingUnitPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="AllChildPackages" Type="Collection(Odyssey.PkgPackage)" Partner="TopHandlingUnitPackage" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="Package"><OnDelete Action="Cascade" /></NavigationProperty><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="JobServiceLinks" Type="Collection(Odyssey.KPJobServiceLink)" Partner="Parent"><OnDelete Action="Cascade" /></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><NavigationProperty Name="WhsItemReceiveConsignmentPacklineViews" Type="Collection(Odyssey.WhsItemReceiveConsignmentPacklineView)" Partner="PkgPackage" /><Annotation Term="Glow.TableCode" String="KP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Length" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Width" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Height" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_TareWeight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KP_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMinimum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMaximum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PkgPackageScreening"><Key><PropertyRef Name="KPS_PK" /></Key><Property Name="KPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPS_FailureReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="KPS_GS_NKScreenedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_IsScreenedViaParent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPS_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPS_Method" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_Passed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPS_ScreeningNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="KPS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPS_Time" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageScreenings"><ReferentialConstraint Property="KPS_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ScreenedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_GS_NKScreenedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPSLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KPSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KPSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPS" /></EntityType><EntityType Name="PkgPackageSeal"><Key><PropertyRef Name="KPE_PK" /></Key><Property Name="KPE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPE_IsSealOK" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KPE_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPE_Seal" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KPE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageSeals"><ReferentialConstraint Property="KPE_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPE" /></EntityType><EntityType Name="PkgPackageTemperature"><Key><PropertyRef Name="KPT_PK" /></Key><Property Name="KPT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPT_GS_NKMeasuredBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPT_Temperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KPT_Time" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="KPT_Unit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="PkgPackageTemperatures"><ReferentialConstraint Property="KPT_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="MeasuredBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_GS_NKMeasuredBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPT" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KPT_Temperature" /><PropertyValue Property="UnitProperty" PropertyPath="KPT_Unit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessHeader" Abstract="true"><Key><PropertyRef Name="FH_PK" /></Key><Property Name="FH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="FH_AgreedDeliveryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_AllowTaskAutoAssignment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="FH_BMT_BufferTimespan" Type="Edm.Guid" /><Property Name="FH_BufferPenetrationPercentWhenCompleted" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="10" Scale="3" /><Property Name="FH_Category" Type="Edm.String" DefaultValue="UDF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_CompletionDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_CompletionStatement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_DateAcceptability" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DeadlineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DoNotStartBeforeDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EarliestStartDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_EarliestStartDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EffectiveAgreedDeliveryDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_EffectiveNudge" Type="Edm.Decimal" Precision="22" Scale="4" /><Property Name="FH_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="FH_FC_DedicatedBuffer" Type="Edm.Guid" /><Property Name="FH_FH_ParentHeader" Type="Edm.Guid" /><Property Name="FH_FL_DedicatedComponentLink" Type="Edm.Guid" /><Property Name="FH_GB_Branch" Type="Edm.Guid" /><Property Name="FH_GB_EffectiveBranch" Type="Edm.Guid" /><Property Name="FH_GE_Department" Type="Edm.Guid" /><Property Name="FH_GE_EffectiveDepartment" Type="Edm.Guid" /><Property Name="FH_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="FH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="FH_IsApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsCriticalHandover" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleasableUnitParent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleaseGroupSetByTemplate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsStandby" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_JobCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="FH_JobDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="FH_LastOperationDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_LastTransferType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_LatestAcceptableReleaseDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="FH_P0_Template" Type="Edm.Guid" /><Property Name="FH_ParentId" Type="Edm.Guid" /><Property Name="FH_ParentTemplateId" Type="Edm.Guid" /><Property Name="FH_PlannedDurationInMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_ReleaseDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_ReleaseSequenceSortDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_RemainingMinutesToComplete" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_StaggeredReleaseDelayExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_TaskLowestOpenSequenceNumber" Type="Edm.Int32" DefaultValue="-1" Nullable="false" /><Property Name="FH_TaskPenetrationResetDateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_TimeDelayFactor" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="2" Scale="1" /><Property Name="FH_TimeDelayMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_VoteUpDownAmount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="FH_WorkflowType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ParentHeader" Type="Odyssey.ProcessHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_FH_ParentHeader" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.ProcessHeader)" Partner="ParentHeader" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="EffectiveBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_EffectiveBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="EffectiveDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_EffectiveDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="FH_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.ProcessTask)" Partner="ProcessHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.FHTag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.FHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.FHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="FH" /></EntityType><EntityType Name="ASTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="ACHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CSHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CPOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YAOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YDHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YPHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YRAProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YREProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YTUProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YUSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="KMProcessHeader" BaseType="Odyssey.ProcessHeader" /><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" /><EntityType Name="JKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JEProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JXProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JSBProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JVProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JBProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JAProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="O1ProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="OHProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="RCTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="THProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="RQProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WCWProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDCProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WDLProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WDHProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WPSProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WPS_PK" /></NavigationProperty></EntityType><EntityType Name="WRPProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WRP_PK" /></NavigationProperty></EntityType><EntityType Name="WRCProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><EntityType Name="WLOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTJProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKIProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="MWOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeader" Type="Odyssey.ProcessHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_FH_ProcessHeader" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WPS_PK" /></NavigationProperty></EntityType><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRP_PK" /></NavigationProperty></EntityType><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><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="PZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddressCapability" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PZ_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="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="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="TransitActiveConsignmentsView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="JobID" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="ConsignmentID" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="ConsignmentType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /></EntityType><EntityType Name="TransitDispatchTransportationUnitLoadView"><Key><PropertyRef Name="WDH_PK" /></Key><Property Name="WDH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDH_VehicleReference" Type="Edm.String" Nullable="false" MaxLength="20" /><Property Name="PlannedLoosePackagesCount" Type="Edm.Int32" /><Property Name="PlannedHandlingUnitsCount" Type="Edm.Int32" /><Property Name="PlannedOverpackPackagesCount" Type="Edm.Int32" /><Property Name="PlannedContainerizedUnitsCount" Type="Edm.Int32" /><Property Name="TotalPlannedPackagesCount" Type="Edm.Int32" /><Property Name="LoadedLoosePackagesCount" Type="Edm.Int32" /><Property Name="LoadedHandlingUnitsCount" Type="Edm.Int32" /><Property Name="LoadedOverpackPackagesCount" Type="Edm.Int32" /><Property Name="LoadedContainerizedUnitsCount" Type="Edm.Int32" /><Property Name="TotalLoadedPackagesCount" Type="Edm.Int32" /><Property Name="StagingLocationsCount" Type="Edm.Int32" /><Property Name="LoadListsCount" Type="Edm.Int32" /><Property Name="UncompletedLoadListsCount" Type="Edm.Int32" /><Property Name="StartedLoadListsPutawayPackagesCount" Type="Edm.Int32" /><Property Name="StartedLoadListsArrivedPackagesCount" Type="Edm.Int32" /><Property Name="StartedLoadListsOpenPickTransfersCount" Type="Edm.Int32" /><Property Name="StartedLoadListsOpenCrossDockTransfersCount" Type="Edm.Int32" /></EntityType><EntityType Name="TransitLocationTotalsView"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="13" /><Property Name="TotalWeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="TotalVolume" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="13" /><Property Name="TotalVolumeUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="MaxVolume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WLV_PKAsFK" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty></EntityType><EntityType Name="TransitPackageDetailView"><Key><PropertyRef Name="WPS_PK" /></Key><Property Name="WPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="PackagePK" Type="Edm.Guid" Nullable="false" /><Property Name="PackageID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="HandlingUnitPackagePK" Type="Edm.Guid" /><Property Name="HandlingUnitID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="CurrentLocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WPS_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_IsHandlingUnit" Type="Edm.Boolean" Nullable="false" /><Property Name="WPS_UnitType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_IsSecure" Type="Edm.Boolean" Nullable="false" /><Property Name="WPS_SecurityStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_JobID" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WRC_RL_NKNextDischargePort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WRP_ReferenceNumber" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WRH_ReferenceNumber" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WRH_UnloadCompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WDC_JobID" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WDL_JobID" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WDL_ReferenceNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="DispatchStagingLocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WDL_IsReadyToStage" Type="Edm.Boolean" /><Property Name="WDH_ReferenceNumber" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WDH_LoadCompleteTime" Type="Edm.DateTimeOffset" /><Property Name="HasPackedPackages" Type="Edm.Boolean" /><Property Name="HasDangerousGoods" Type="Edm.Boolean" /><Property Name="LostInCycleCountCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="ServiceStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="HasNonTrackedItems" Type="Edm.Boolean" /><Property Name="HasReturnDetails" Type="Edm.Boolean" /><Property Name="IncompleteTransferLinePK" Type="Edm.Guid" /><Property Name="IncompleteTransferType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="Seal" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="IsSealOK" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="NextDischargePort" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="WRC_RL_NKNextDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="WPS_PKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="PackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="HandlingUnitPackage" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="HandlingUnitPackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="IncompleteTransferLine" Type="Odyssey.WhsItemTransferLine"><ReferentialConstraint Property="IncompleteTransferLinePK" ReferencedProperty="WTF_PK" /></NavigationProperty></EntityType><EntityType Name="TransitPackageFactMetadataProxy"><Key><PropertyRef Name="TPF_PK" /></Key><Property Name="TPF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TPF_OH_Consignee" Type="Edm.Guid" /><Property Name="TPF_OH_Consignor" Type="Edm.Guid" /><Property Name="TPF_OH_BookingParty" Type="Edm.Guid" /><Property Name="TPF_OH_BillToParty" Type="Edm.Guid" /><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TPF_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TPF_OH_Consignor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="BookingParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TPF_OH_BookingParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="BillToParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TPF_OH_BillToParty" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="TransitPackageLabelsForDCNView"><Key><PropertyRef Name="Label_PK" /></Key><Property Name="Label_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="PackagePK" Type="Edm.Guid" /><Property Name="PackageStatePK" Type="Edm.Guid" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="WDC_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="PivotPK" Type="Edm.Guid" /><Property Name="IsLoosePackageID" Type="Edm.Boolean" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="PackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="PackageStatePK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="DispatchConsignment" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="TransitPackageLabelsForDCNViews"><ReferentialConstraint Property="WDC_PKAsFK" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PackageJobPackageHeaderPivot" Type="Odyssey.PkgPackageJobPackageHeaderPivot"><ReferentialConstraint Property="PivotPK" ReferencedProperty="KPJ_PK" /></NavigationProperty></EntityType><EntityType Name="TransitPackageLabelsView"><Key><PropertyRef Name="Label_PK" /></Key><Property Name="Label_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="PackagePK" Type="Edm.Guid" /><Property Name="PackageStatePK" Type="Edm.Guid" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="WRC_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="PivotPK" Type="Edm.Guid" /><Property Name="IsLoosePackageID" Type="Edm.Boolean" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="PackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="PackageStatePK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="TransitPackageLabelsViews"><ReferentialConstraint Property="WRC_PKAsFK" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PackageJobPackageHeaderPivot" Type="Odyssey.PkgPackageJobPackageHeaderPivot"><ReferentialConstraint Property="PivotPK" ReferencedProperty="KPJ_PK" /></NavigationProperty></EntityType><EntityType Name="TransitReceiveConsignmentPackageGoverningReferencesView"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_WRC_TransitReceiveConsignmentAsFK" Type="Edm.Guid" /><Property Name="WRC_WW_IntendedWarehouseAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="KP_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_PackageQty" Type="Edm.Int32" Nullable="false" /><Property Name="CE_EntryType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_RN_NKCountryCode" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="WPS_PKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="WPS_WRC_TransitReceiveConsignmentAsFK" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WRC_WW_IntendedWarehouseAsFK" ReferencedProperty="WW_PK" /></NavigationProperty></EntityType><EntityType Name="TransitReceiveTransportationUnitUnloadView"><Key><PropertyRef Name="WRH_PK" /></Key><Property Name="WRH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RemainingPackageCount" Type="Edm.Int32" Nullable="false" /><Property Name="RemainingConsignmentCount" Type="Edm.Int32" /></EntityType><EntityType Name="TransitTransferHeaderLoadListView"><Key><PropertyRef Name="HeaderView_PK" /></Key><Property Name="HeaderView_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_WL_FirstLoadListStagingLocation" Type="Edm.Guid" /><Property Name="FirstLoadListReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="SecondLoadListReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="FirstLoadListMasterBill" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="FirstLoadListNextDischargePort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="FirstLoadListOutboundTerminalCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="NumberOfPackagesNoHandlingUnits" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfStagedPackages" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfLoadedPackages" Type="Edm.Int32" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="3" /><Property Name="TotalVolume" Type="Edm.Decimal" Nullable="false" Precision="38" Scale="3" /><Property Name="TotalWeightUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="TotalVolumeUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="HasDangerousGoods" Type="Edm.Boolean" /><NavigationProperty Name="StagingLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WTF_WL_FirstLoadListStagingLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="TotalWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="TotalVolume" /><PropertyValue Property="UnitProperty" PropertyPath="TotalVolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="TransitTransferLinePriorityView"><Key><PropertyRef Name="WTF_PK" /></Key><Property Name="WTF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_GS_NKPickUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_GS_NKPutUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_PutTime" Type="Edm.DateTimeOffset" /><Property Name="WTF_WTH_TransitTransferHeader" Type="Edm.Guid" Nullable="false" /><Property Name="WTH_ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WTH_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="WTH_TransferType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_WDL_LoadList" Type="Edm.Guid" /><Property Name="WDL_IsReadyToStage" Type="Edm.Boolean" /><Property Name="WDL_Priority" Type="Edm.Byte" /><Property Name="WDL_JobID" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WDL_ReferenceNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="JW_ParentGUID" Type="Edm.Guid" /><Property Name="JW_TerminalCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_RL_NKLoadPort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="TerminalCutOffForOrdering" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PriorityForOrdering" Type="Edm.Int32" /><Property Name="AdditionalPriorityForOrdering" Type="Edm.Int32" /><NavigationProperty Name="PickUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_GS_NKPickUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PutUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_GS_NKPutUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="JW_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="TransferLine" Type="Odyssey.WhsItemTransferLine" Nullable="false"><ReferentialConstraint Property="WTF_PKAsFK" ReferencedProperty="WTF_PK" /></NavigationProperty><NavigationProperty Name="TransferHeader" Type="Odyssey.WhsItemTransferHeader" Nullable="false"><ReferentialConstraint Property="WTF_WTH_TransitTransferHeader" ReferencedProperty="WTH_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WTH_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="DispatchLoadList" Type="Odyssey.WhsItemDispatchLoadList"><ReferentialConstraint Property="WPS_WDL_LoadList" ReferencedProperty="WDL_PK" /></NavigationProperty><NavigationProperty Name="TransportRouting" Type="Odyssey.TransportRouting"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="TransitTransferSummaryView"><Key><PropertyRef Name="WTH_PK" /></Key><Property Name="WTH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTH_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WTH_ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WTH_TransferType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTH_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="NumberOfLines" Type="Edm.Int32" /><Property Name="NumberOfLinesNotYetPickedUp" Type="Edm.Int32" /><Property Name="NumberOfLinesPickedUp" Type="Edm.Int32" /><Property Name="NumberOfLinesPickedButNotYetCompleted" Type="Edm.Int32" /><Property Name="NumberOfLinesNotYetCompleted" Type="Edm.Int32" /><Property Name="NumberOfLinesCompleted" Type="Edm.Int32" /><Property Name="NumberOfAssignedLines" Type="Edm.Int32" /><Property Name="NumberOfAssignedUsers" Type="Edm.Int64" Nullable="false" /><Property Name="AssignedUsers" Type="Edm.String" /><Property Name="AssignedStatus" Type="Edm.String" /><NavigationProperty Name="TransferHeader" Type="Odyssey.WhsItemTransferHeader" Nullable="false"><ReferentialConstraint Property="WTH_PKAsFK" ReferencedProperty="WTH_PK" /></NavigationProperty></EntityType><EntityType Name="TransitUnloadTaskView"><Key><PropertyRef Name="WUT_PK" /></Key><Property Name="WUT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="VehicleReference" Type="Edm.String" MaxLength="20" /><Property Name="RTUUnloaded" Type="Edm.Int32" Nullable="false" /><Property Name="RTURemaining" Type="Edm.Int32" Nullable="false" /><Property Name="ConsignmentID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="RCNUnloaded" Type="Edm.Int32" Nullable="false" /><Property Name="RCNRemaining" Type="Edm.Int32" Nullable="false" /><Property Name="PacklineQty" Type="Edm.Int32" Nullable="false" /><Property Name="PacklineUnloaded" Type="Edm.Int32" Nullable="false" /><Property Name="LastScannedPackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="LastScannedPackageStatePK" Type="Edm.Guid" /><Property Name="LastPackagePK" Type="Edm.Guid" /><Property Name="LastScannedResult" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ActivePacklinePK" Type="Edm.Guid" /><Property Name="ActiveHandlingUnitPK" Type="Edm.Guid" /><Property Name="NextLocation" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="NextDischargePort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="ChildPackagesCount" Type="Edm.Int32" Nullable="false" /><Property Name="HasPalletizedItems" Type="Edm.Boolean" /><Property Name="HasUNDG" Type="Edm.Boolean" /><Property Name="RequiredTemperature" Type="Edm.String" Nullable="false" MaxLength="52" Unicode="false" /><NavigationProperty Name="LastScannedPackageState" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="LastScannedPackageStatePK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="LastPackage" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="LastPackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ActivePackline" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="ActivePacklinePK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ActiveHandlingUnit" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="ActiveHandlingUnitPK" ReferencedProperty="WPS_PK" /></NavigationProperty></EntityType><EntityType Name="TransitWarehouseIncompleteASNsRCNsView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRC_PKAsFK" Type="Edm.Guid" /><Property Name="WRP_PKAsFK" Type="Edm.Guid" /><Property Name="IntendedWarehouse" Type="Edm.Guid" Nullable="false" /><Property Name="ExpectedDateOfArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="PriorityForOrdering" Type="Edm.Int32" Nullable="false" /><Property Name="LabelledReference" Type="Edm.String" Nullable="false" MaxLength="34" /><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="WRC_PKAsFK" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="ReceiveASN" Type="Odyssey.WhsItemReceiveASN"><ReferentialConstraint Property="WRP_PKAsFK" ReferencedProperty="WRP_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="IntendedWarehouse" ReferencedProperty="WW_PK" /></NavigationProperty></EntityType><EntityType Name="TransitWarehouseLoadListsDTUsForLoadView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDL_PKAsFK" Type="Edm.Guid" /><Property Name="WDH_PKAsFK" Type="Edm.Guid" /><Property Name="ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="WDL_WL_StagingLocation" Type="Edm.Guid" /><Property Name="WDL_Priority" Type="Edm.Byte" /><Property Name="WDH_VehicleReference" Type="Edm.String" MaxLength="20" /><Property Name="WDH_RL_NKNextDischarge" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WDH_GateInTime" Type="Edm.DateTimeOffset" /><Property Name="WDL_IsReadyToStage" Type="Edm.Int32" /><Property Name="NumberForOrdering" Type="Edm.Int32" Nullable="false" /><Property Name="LabelledReference" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="LoadListReference" Type="Edm.String" /><Property Name="MasterBill" Type="Edm.String" /><Property Name="OtherReferenceNumbers" Type="Edm.String" /><Property Name="StagingLocationString" Type="Edm.String" /><Property Name="LoadListPriorityForOrdering" Type="Edm.Int32" /><Property Name="TerminalCutOffForOrdering" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GateInTimeForOrdering" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ContainerType" Type="Edm.String" MaxLength="64" Unicode="false" /><NavigationProperty Name="NextDischarge" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="WDH_RL_NKNextDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadList" Type="Odyssey.WhsItemDispatchLoadList"><ReferentialConstraint Property="WDL_PKAsFK" ReferencedProperty="WDL_PK" /></NavigationProperty><NavigationProperty Name="DispatchTransportationUnit" Type="Odyssey.WhsItemDispatchTransportationUnit"><ReferentialConstraint Property="WDH_PKAsFK" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="TransitWarehousePackagesForTransferView"><Key><PropertyRef Name="WPS_PK" /></Key><Property Name="WPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKASFK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_WRH_TransitReceiveHeader" Type="Edm.Guid" /><Property Name="WPS_WDL_LoadList" Type="Edm.Guid" /><Property Name="KP_KP_TopHandlingUnitPackage" Type="Edm.Guid" /><Property Name="TopLevelHandlingUnit" Type="Edm.Guid" /><Property Name="WPS_WL_LastLocation" Type="Edm.Guid" /><Property Name="WPS_WL_ReceiveLocation" Type="Edm.Guid" /><Property Name="WPS_WRC_TransitReceiveConsignment" Type="Edm.Guid" /><Property Name="WDL_WL_StagingLocation" Type="Edm.Guid" /><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="WPS_PKASFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="TopHandlingUnit" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="TopLevelHandlingUnit" ReferencedProperty="WPS_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" /><EntityType Name="JETransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JSTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="EFTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WDLTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WRPTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="WRP_PK" /></NavigationProperty></EntityType><EntityType Name="WRCTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHTransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><EntityType Name="UNDGCountryReferenceWithSubstanceFlatView"><Key><PropertyRef Name="UNDGRef_PK" /></Key><Property Name="UNDGRef_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DCR_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="DCR_Type" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="DCR_RN_NKCountry" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DCR_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DCR_Description" Type="Edm.String" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="DCP_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DCP_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DCP_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="DCR_RN_NKCountry" ReferencedProperty="RN_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" /><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="KPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="BCUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="DRQUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="UNDGSubstanceInfo"><Key><PropertyRef Name="DG_PK" /></Key><Property Name="DG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DG_Identifier" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="DG_PSN" Type="Edm.String" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="DG_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_Class" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DG_EMS" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="DG_FlashPoint" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="DG_MP" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="DG_PackIns" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DG_PG" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_SubLabel1" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_SubLabel2" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IUNDGSubstance" /><Annotation Term="Glow.TableCode" String="DG" /></EntityType><EntityType Name="WARAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASNRTUPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WAR_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="WDCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WDC_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="WDCAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WDC_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="WDCAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WDC_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="WDCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDC_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="WDCNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WDC_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="WDCReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WDC_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="UniversalJobLink" Abstract="true"><Key><PropertyRef Name="UCL_PK" /></Key><Property Name="UCL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="UCL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="UCL_CompanyCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_EnterpriseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_OH_Owner" Type="Edm.Guid" /><Property Name="UCL_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="UCL_ServerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_SourceKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="UCL_SourceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="UCL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="UCL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="UCL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="UCL" /></EntityType><EntityType Name="WDCUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WhsItemConsignmentOrderReference" Abstract="true"><Key><PropertyRef Name="WOR_PK" /></Key><Property Name="WOR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WOR_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WOR_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="WOR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WOR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WOR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WOR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WOR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="WOR" /></EntityType><EntityType Name="WDCWhsItemConsignmentOrderReference" BaseType="Odyssey.WhsItemConsignmentOrderReference"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="WhsItemConsignmentOrderReferences"><ReferentialConstraint Property="WOR_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WOR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WOR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WDCWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDC_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="WDCWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDC_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="WDCWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDC_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="WDHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WDH_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="WDHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WDH_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="WDHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WDH_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="WDHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDH_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="WDHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WDH_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="WDHReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WDH_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="WDHUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WDHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDH_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="WDHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDH_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="WDHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDH_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="WDLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WDL_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="WDLAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WDL_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="WDLAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WDL_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="WDLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDL_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="WDLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WDL_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="WDLReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WDL_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="WDLUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WDL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WDLWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDL_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="WDLWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WDL_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="WDLWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDL_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="WGDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemGenericData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WGD_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="WhsItemCycleCountLocation"><Key><PropertyRef Name="WIC_PK" /></Key><Property Name="WIC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WIC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WIC_EndTime" Type="Edm.DateTimeOffset" /><Property Name="WIC_GS_NKAssignedTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIC_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WIC_Priority" Type="Edm.Byte" DefaultValue="20" Nullable="false" /><Property Name="WIC_ProcessingTime" Type="Edm.DateTimeOffset" /><Property Name="WIC_StartTime" Type="Edm.DateTimeOffset" /><Property Name="WIC_Status" Type="Edm.String" DefaultValue="NST" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIC_WIC_RejectedCycleCount" Type="Edm.Guid" /><Property Name="WIC_WL_Location" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemCycleCountLocationVariances" Type="Collection(Odyssey.WhsItemCycleCountLocationVariance)" Partner="CycleCountLocation" /><NavigationProperty Name="RejectedCycleCount" Type="Odyssey.WhsItemCycleCountLocation"><ReferentialConstraint Property="WIC_WIC_RejectedCycleCount" ReferencedProperty="WIC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false" Partner="WhsItemCycleCountLocations"><ReferentialConstraint Property="WIC_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIC_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WICLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WICNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WICWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WICAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WIC" /></EntityType><EntityType Name="WhsItemCycleCountLocationVariance"><Key><PropertyRef Name="WIV_PK" /></Key><Property Name="WIV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WIV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WIV_PackageNotInWhsID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="WIV_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIV_VarianceQty" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WIV_WIC_CycleCountLocation" Type="Edm.Guid" Nullable="false" /><Property Name="WIV_WL_ExpectedStockLocation" Type="Edm.Guid" /><Property Name="WIV_WPS_ExpectedHandlingUnit" Type="Edm.Guid" /><Property Name="WIV_WPS_PackageState" Type="Edm.Guid" /><Property Name="WIV_WRC_ReceiveConsignment" Type="Edm.Guid" /><Property Name="WIV_WTF_TransferLine" Type="Edm.Guid" /><NavigationProperty Name="CycleCountLocation" Type="Odyssey.WhsItemCycleCountLocation" Nullable="false" Partner="WhsItemCycleCountLocationVariances"><ReferentialConstraint Property="WIV_WIC_CycleCountLocation" ReferencedProperty="WIC_PK" /></NavigationProperty><NavigationProperty Name="ExpectedStockLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WIV_WL_ExpectedStockLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="ExpectedHandlingUnit" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WIV_WPS_ExpectedHandlingUnit" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WIV_WPS_PackageState" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="WIV_WRC_ReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="TransferLine" Type="Odyssey.WhsItemTransferLine"><ReferentialConstraint Property="WIV_WTF_TransferLine" ReferencedProperty="WTF_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WIVLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WIVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WIV" /></EntityType><EntityType Name="WhsItemCycleCountLocationWithoutIndirectVarianceView"><Key><PropertyRef Name="WIC_PK" /></Key><Property Name="WIC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WIC_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WIC_WL_Location" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><Property Name="WIC_WIC_RejectedCycleCount" Type="Edm.Guid" /><Property Name="WIC_Priority" Type="Edm.Byte" Nullable="false" /><Property Name="WIC_StartTime" Type="Edm.DateTimeOffset" /><Property Name="WIC_EndTime" Type="Edm.DateTimeOffset" /><Property Name="WIC_GS_NKAssignedTo" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NumberOfPackages" Type="Edm.Int32" Nullable="false" /><Property Name="WIC_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIC_ProcessingTime" Type="Edm.DateTimeOffset" /><Property Name="HasOpenVariances" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIC_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CycleCountLocation" Type="Odyssey.WhsItemCycleCountLocation" Nullable="false"><ReferentialConstraint Property="WIC_PKAsFK" ReferencedProperty="WIC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WIC_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="RejectedCycleCount" Type="Odyssey.WhsItemCycleCountLocation"><ReferentialConstraint Property="WIC_WIC_RejectedCycleCount" ReferencedProperty="WIC_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemDispatchConsignment"><Key><PropertyRef Name="WDC_PK" /></Key><Property Name="WDC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDC_AllowPartialLoading" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WDC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WDC_CompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WDC_ConsigneeRequiredTime" Type="Edm.DateTimeOffset" /><Property Name="WDC_ConsignmentID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WDC_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_ExpectedDispatchTime" Type="Edm.DateTimeOffset" /><Property Name="WDC_HouseBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WDC_IsAuthorizedForDispatch" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WDC_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WDC_ParentID" Type="Edm.Guid" /><Property Name="WDC_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WDC_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_ShippersReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WDC_SignedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="WDC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDC_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="WDC_SignedBySignature" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="image/bmp" /></Property><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WDC_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="TransitDispatchConsignment" /><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="WDC_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WDC_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.WDCAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WDCAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WDCAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.WDCJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WDCLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WDCNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.WDCPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WDCProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WDCProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WDCReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WDCUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsItemConsignmentOrderReferences" Type="Collection(Odyssey.WDCWhsItemConsignmentOrderReference)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WDCWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WDCWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WDCWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WDCWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WDCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransitPackageLabelsForDCNViews" Type="Collection(Odyssey.TransitPackageLabelsForDCNView)" Partner="DispatchConsignment" /><Annotation Term="Glow.TableCode" String="WDC" /></EntityType><EntityType Name="WhsItemDispatchLoadListDTUPivot"><Key><PropertyRef Name="WLD_PK" /></Key><Property Name="WLD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WLD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLD_WDH_TransitDispatchTransportationUnit" Type="Edm.Guid" Nullable="false" /><Property Name="WLD_WDL_TransitDispatchLoadList" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransitDispatchTransportationUnit" Type="Odyssey.WhsItemDispatchTransportationUnit" Nullable="false" Partner="WhsItemDispatchLoadListDTUPivots"><ReferentialConstraint Property="WLD_WDH_TransitDispatchTransportationUnit" ReferencedProperty="WDH_PK" /></NavigationProperty><NavigationProperty Name="TransitDispatchLoadList" Type="Odyssey.WhsItemDispatchLoadList" Nullable="false" Partner="WhsItemDispatchLoadListDTUPivots"><ReferentialConstraint Property="WLD_WDL_TransitDispatchLoadList" ReferencedProperty="WDL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLD" /></EntityType><EntityType Name="WhsItemDispatchLoadList"><Key><PropertyRef Name="WDL_PK" /></Key><Property Name="WDL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WDL_CompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WDL_CTOCutOffTime" Type="Edm.DateTimeOffset" /><Property Name="WDL_ExpectedDispatchTime" Type="Edm.DateTimeOffset" /><Property Name="WDL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WDL_IsAwaitingForwardingChanges" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WDL_IsReadyToStage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WDL_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WDL_MasterBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WDL_ParentID" Type="Edm.Guid" /><Property Name="WDL_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_Priority" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WDL_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WDL_RL_NKLastDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WDL_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDL_WL_StagingLocation" Type="Edm.Guid" /><Property Name="WDL_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemDispatchLoadListDTUPivots" Type="Collection(Odyssey.WhsItemDispatchLoadListDTUPivot)" Partner="TransitDispatchLoadList" /><NavigationProperty Name="StagingLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WDL_WL_StagingLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WDL_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="LoadList" /><NavigationProperty Name="LastDischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="WDL_RL_NKLastDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WDLAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WDLAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.WDLJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WDLLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WDLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WDLProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WDLProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WDLReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.WDLTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WDLUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WDLWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WDLWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WDLWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WDLWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WDLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WDL" /></EntityType><EntityType Name="WhsItemDispatchTransportationUnit"><Key><PropertyRef Name="WDH_PK" /></Key><Property Name="WDH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDH_BookingSlotEndTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_BookingSlotStartTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_FinalisedTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_GateInTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_GateOutTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_IsBookingCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WDH_LoadCompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_LoadStartTime" Type="Edm.DateTimeOffset" /><Property Name="WDH_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WDH_RL_NKNextDischarge" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WDH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WDH_SignedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="WDH_SignedBySignature" Type="Edm.Binary" /><Property Name="WDH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WDH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDH_UnitType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDH_VehicleReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="WDH_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemDispatchLoadListDTUPivots" Type="Collection(Odyssey.WhsItemDispatchLoadListDTUPivot)" Partner="TransitDispatchTransportationUnit" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WDH_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="WhsItemPackageStateReturnDetails" Type="Collection(Odyssey.WhsItemPackageStateReturnDetail)" Partner="PreviousDTU" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="TransitDispatchHeader" /><NavigationProperty Name="NextDischarge" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="WDH_RL_NKNextDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WDH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WDHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WDHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.WDHJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WDHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WDHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageExtensions" Type="Collection(Odyssey.WDHPackageExtension)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.WDHPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WDHProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WDHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WDHReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WDHUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WDHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WDHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WDHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WDHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WDHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WDH" /></EntityType><EntityType Name="WhsItemGenericData"><Key><PropertyRef Name="WGD_PK" /></Key><Property Name="WGD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WGD_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WGD_Definition" Type="Edm.String" DefaultValue="{}" Nullable="false" /><Property Name="WGD_IsComplete" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WGD_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="WGD_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WGD_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WGD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WGD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WGD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WGD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WGD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WGD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WGDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WGD" /></EntityType><EntityType Name="WhsItemHandlingUnitJobView"><Key><PropertyRef Name="WPS_PK" /></Key><Property Name="WPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_WRC_TransitReceiveConsignment" Type="Edm.Guid" /><Property Name="WPS_WDC_TransitDispatchConsignment" Type="Edm.Guid" /><Property Name="WPS_WDL_LoadList" Type="Edm.Guid" /><Property Name="ReceiveConsignmentID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="DispatchConsignmentID" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="LoadListID" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="LoadListReferenceNumber" Type="Edm.String" MaxLength="20" Unicode="false" /><NavigationProperty Name="WhsItemPackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="WPS_PKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="WPS_WRC_TransitReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="DispatchConsignment" Type="Odyssey.WhsItemDispatchConsignment"><ReferentialConstraint Property="WPS_WDC_TransitDispatchConsignment" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="DispatchLoadList" Type="Odyssey.WhsItemDispatchLoadList"><ReferentialConstraint Property="WPS_WDL_LoadList" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemInnerPacklineView"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="OuterPackageStatePKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GoodsDescription" Type="Edm.String" Nullable="false" MaxLength="512" /><Property Name="Remaining" Type="Edm.Int32" Nullable="false" /><Property Name="AdditionalReferences" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_BatchNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_CommercialInvoiceNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_ExpiryDate" Type="Edm.String" MaxLength="4000" /><Property Name="KPO_LineReference" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_OrderNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_SerialNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_SKUPartNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="PkgPackage" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="OuterPackageState" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="WhsItemInnerPacklineViews"><ReferentialConstraint Property="OuterPackageStatePKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemPackageGenericView"><Key><PropertyRef Name="WPS_PK" /></Key><Property Name="WPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_WL_LastLocation" Type="Edm.Guid" Nullable="false" /><Property Name="PackageID" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="PackageStatus" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="HandlingUnitID" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="PackageUnitType" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="Inners" Type="Edm.Int32" Nullable="false" /><Property Name="IsHandlingUnit" Type="Edm.Boolean" /><Property Name="LoadListReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="RCNReference" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="RCNId" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="ConsignorCompanyName" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /></EntityType><EntityType Name="WhsItemPackagesAvailableToPutawayView"><Key><PropertyRef Name="WTF_PK" /></Key><Property Name="WTF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="ToLocationPK" Type="Edm.Guid" /><Property Name="FromLocationPK" Type="Edm.Guid" Nullable="false" /><Property Name="PickTime" Type="Edm.DateTimeOffset" /><Property Name="PutTime" Type="Edm.DateTimeOffset" /><Property Name="PutUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TransferHeaderPK" Type="Edm.Guid" Nullable="false" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="PackageStatePK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_UnitType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsHandlingUnit" Type="Edm.Boolean" /><Property Name="PackagePK" Type="Edm.Guid" Nullable="false" /><Property Name="TopHandlingUnitPK" Type="Edm.Guid" /><Property Name="PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="NumberOfInners" Type="Edm.Int32" Nullable="false" /><Property Name="HandlingUnitID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="ReceiveConsignmentID" Type="Edm.String" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="ReceiveHeaderID" Type="Edm.String" Nullable="false" MaxLength="38" /><NavigationProperty Name="TransferLine" Type="Odyssey.WhsItemTransferLine" Nullable="false"><ReferentialConstraint Property="WTF_PKAsFK" ReferencedProperty="WTF_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="PackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="TopHandlingUnit" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="TopHandlingUnitPK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="PackageStatePK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="TransferHeader" Type="Odyssey.WhsItemTransferHeader" Nullable="false"><ReferentialConstraint Property="TransferHeaderPK" ReferencedProperty="WTH_PK" /></NavigationProperty><NavigationProperty Name="ToLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="ToLocationPK" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="FromLocation" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="FromLocationPK" ReferencedProperty="WLV_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemPackageStateReturnDetail"><Key><PropertyRef Name="WPR_PK" /></Key><Property Name="WPR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPR_PreviousLoadedTime" Type="Edm.DateTimeOffset" /><Property Name="WPR_Reason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="65" /><Property Name="WPR_ReturnTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="WPR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WPR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPR_WDH_PreviousDTU" Type="Edm.Guid" /><Property Name="WPR_WPS_PackageState" Type="Edm.Guid" Nullable="false" /><Property Name="WPR_WRH_ReturnedOnRTU" Type="Edm.Guid" /><NavigationProperty Name="PreviousDTU" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="WhsItemPackageStateReturnDetails"><ReferentialConstraint Property="WPR_WDH_PreviousDTU" ReferencedProperty="WDH_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="WhsItemPackageStateReturnDetails"><ReferentialConstraint Property="WPR_WPS_PackageState" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ReturnedOnRTU" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="WhsItemPackageStateReturnDetails"><ReferentialConstraint Property="WPR_WRH_ReturnedOnRTU" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WPRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WPR" /></EntityType><EntityType Name="WhsItemPackageState"><Key><PropertyRef Name="WPS_PK" /></Key><Property Name="WPS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_AdjustedOut" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_AllowMixLoading" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WPS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WPS_CustomsStatus" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_IsBookedSecure" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_IsHandlingUnit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_IsHighRisk" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_IsHighRiskAuthorized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_IsSecure" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_KP_Package" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WPS_LoadedTime" Type="Edm.DateTimeOffset" /><Property Name="WPS_ReceivedAs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_RemoveFromDTU" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WPS_SecurityStatus" Type="Edm.String" DefaultValue="REQ" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_StoragePaidToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WPS_StorageStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WPS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_UnitType" Type="Edm.String" DefaultValue="PKG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPS_UnloadedNotYetProcessedTime" Type="Edm.DateTimeOffset" /><Property Name="WPS_UnloadedTime" Type="Edm.DateTimeOffset" /><Property Name="WPS_WDC_TransitDispatchConsignment" Type="Edm.Guid" /><Property Name="WPS_WDH_TransitDispatchHeader" Type="Edm.Guid" /><Property Name="WPS_WDL_LoadList" Type="Edm.Guid" /><Property Name="WPS_WL_LastLocation" Type="Edm.Guid" /><Property Name="WPS_WL_ReceiveLocation" Type="Edm.Guid" /><Property Name="WPS_WRC_TransitReceiveConsignment" Type="Edm.Guid" /><Property Name="WPS_WRH_TransitReceiveHeader" Type="Edm.Guid" /><Property Name="WPS_WRP_ReceiveExpectedPacking" Type="Edm.Guid" /><Property Name="WPS_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemPackageStateReturnDetails" Type="Collection(Odyssey.WhsItemPackageStateReturnDetail)" Partner="PackageState" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="TransitDispatchConsignment" Type="Odyssey.WhsItemDispatchConsignment" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WDC_TransitDispatchConsignment" ReferencedProperty="WDC_PK" /></NavigationProperty><NavigationProperty Name="TransitDispatchHeader" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WDH_TransitDispatchHeader" ReferencedProperty="WDH_PK" /></NavigationProperty><NavigationProperty Name="LoadList" Type="Odyssey.WhsItemDispatchLoadList" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WDL_LoadList" ReferencedProperty="WDL_PK" /></NavigationProperty><NavigationProperty Name="LastLocation" Type="Odyssey.WhsLocationView" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WL_LastLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="ReceiveLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WPS_WL_ReceiveLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WRC_TransitReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveHeader" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WRH_TransitReceiveHeader" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="ReceiveExpectedPacking" Type="Odyssey.WhsItemReceiveASN" Partner="WhsItemPackageStates"><ReferentialConstraint Property="WPS_WRP_ReceiveExpectedPacking" ReferencedProperty="WRP_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WPS_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="WhsItemTransferLines" Type="Collection(Odyssey.WhsItemTransferLine)" Partner="PackageState" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WPSAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WPSLog)" Partner="Parent" /><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WPSProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WPSProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WPSReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WPSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WPSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WPSWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WPSWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WPSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsItemInnerPacklineViews" Type="Collection(Odyssey.WhsItemInnerPacklineView)" Partner="OuterPackageState" /><Annotation Term="Glow.TableCode" String="WPS" /></EntityType><EntityType Name="WhsItemReceiveASNRTUPivot"><Key><PropertyRef Name="WAR_PK" /></Key><Property Name="WAR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WAR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WAR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WAR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WAR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WAR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WAR_WRH_TransitReceiveTransportationUnit" Type="Edm.Guid" Nullable="false" /><Property Name="WAR_WRP_TransitReceiveASN" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransitReceiveTransportationUnit" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="WhsItemReceiveASNRTUPivots"><ReferentialConstraint Property="WAR_WRH_TransitReceiveTransportationUnit" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveASN" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="WhsItemReceiveASNRTUPivots"><ReferentialConstraint Property="WAR_WRP_TransitReceiveASN" ReferencedProperty="WRP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WAR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WAR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WARAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WAR" /></EntityType><EntityType Name="WhsItemReceiveASN"><Key><PropertyRef Name="WRP_PK" /></Key><Property Name="WRP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WRP_CompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WRP_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WRP_K0_ExpectedContainer" Type="Edm.Guid" /><Property Name="WRP_MasterBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WRP_ParentID" Type="Edm.Guid" /><Property Name="WRP_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WRP_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRP_VehicleReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" /><Property Name="WRP_WW_IntendedWarehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="ReceiveExpectedPacking" /><NavigationProperty Name="WhsItemReceiveASNRTUPivots" Type="Collection(Odyssey.WhsItemReceiveASNRTUPivot)" Partner="TransitReceiveASN" /><NavigationProperty Name="ExpectedContainer" Type="Odyssey.PkgPackageContainer"><ReferentialConstraint Property="WRP_K0_ExpectedContainer" ReferencedProperty="K0_PK" /></NavigationProperty><NavigationProperty Name="IntendedWarehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WRP_WW_IntendedWarehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WRPAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WRPAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WRPLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WRPNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WRPProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WRPProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WRPReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.WRPTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WRPUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WRPWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WRPWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WRPWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WRPWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WRP" /></EntityType><EntityType Name="WhsItemReceiveConsignmentPacklineView"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_WRC_TransitReceiveConsignment" Type="Edm.Guid" /><Property Name="WPS_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><Property Name="KP_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GoodsDescription" Type="Edm.String" Nullable="false" MaxLength="512" /><Property Name="KP_MarksAndNumbers" Type="Edm.String" Nullable="false" /><Property Name="Remaining" Type="Edm.Int32" Nullable="false" /><Property Name="ExpectedReceiveTransportationUnits" Type="Edm.String" Nullable="false" MaxLength="4000" /><Property Name="OVPESL_PKAsFK" Type="Edm.Guid" /><Property Name="BRKESL_PKAsFK" Type="Edm.Guid" /><Property Name="AdditionalReferences" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_BatchNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_CommercialInvoiceNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_ExpiryDate" Type="Edm.String" MaxLength="4000" /><Property Name="KPO_LineReference" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_OrderNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_SerialNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="KPO_SKUPartNumber" Type="Edm.String" MaxLength="8000" Unicode="false" /><Property Name="ASNReference" Type="Edm.String" MaxLength="30" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="PkgPackage" Type="Odyssey.PkgPackage" Nullable="false" Partner="WhsItemReceiveConsignmentPacklineViews"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="WhsItemPackageState" Type="Odyssey.WhsItemPackageState" Nullable="false"><ReferentialConstraint Property="WPS_PKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment" Partner="WhsItemReceiveConsignmentPacklineViews"><ReferentialConstraint Property="WPS_WRC_TransitReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="OverpackServiceLink" Type="Odyssey.JobServiceLink"><ReferentialConstraint Property="OVPESL_PKAsFK" ReferencedProperty="ESL_PK" /></NavigationProperty><NavigationProperty Name="BreakdownServiceLink" Type="Odyssey.JobServiceLink"><ReferentialConstraint Property="BRKESL_PKAsFK" ReferencedProperty="ESL_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemReceiveConsignmentRTUDivot"><Key><PropertyRef Name="WRD_PK" /></Key><Property Name="WRD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WRD_ExpectedPackageQuantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WRD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRD_WRC_TransitReceiveConsignment" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_WRH_TransitReceiveHeader" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransitReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="WhsItemReceiveConsignmentRTUDivots"><ReferentialConstraint Property="WRD_WRC_TransitReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveHeader" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="WhsItemReceiveConsignmentRTUDivots"><ReferentialConstraint Property="WRD_WRH_TransitReceiveHeader" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WRD" /></EntityType><EntityType Name="WhsItemReceiveConsignmentRTUDivotView"><Key><PropertyRef Name="WRD_PK" /></Key><Property Name="WRD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_WRC_TransitReceiveConsignment" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_WRH_TransitReceiveHeader" Type="Edm.Guid" Nullable="false" /><Property Name="WRD_ExpectedPackageQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="Actual" Type="Edm.Int32" Nullable="false" /><Property Name="Overs" Type="Edm.Int32" /><Property Name="Shorts" Type="Edm.Int32" /><Property Name="WarehousePK" Type="Edm.Guid" /><NavigationProperty Name="WhsItemReceiveConsignmentRTUDivot" Type="Odyssey.WhsItemReceiveConsignmentRTUDivot" Nullable="false"><ReferentialConstraint Property="WRD_PKAsFK" ReferencedProperty="WRD_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="WhsItemReceiveConsignmentRTUDivotViews"><ReferentialConstraint Property="WRD_WRC_TransitReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="TransitReceiveHeader" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="WhsItemReceiveConsignmentRTUDivotViews"><ReferentialConstraint Property="WRD_WRH_TransitReceiveHeader" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemReceiveConsignment"><Key><PropertyRef Name="WRC_PK" /></Key><Property Name="WRC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WRC_CompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WRC_ConsignmentID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WRC_CustomsStatus" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_CustomsStatusReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_ExpectedArrivalTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WRC_ExpectedDispatchTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WRC_HouseBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WRC_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WRC_ParentID" Type="Edm.Guid" /><Property Name="WRC_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WRC_RL_NKNextDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WRC_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_ShippersReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WRC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRC_WW_IntendedWarehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="TransitReceiveConsignment" /><NavigationProperty Name="WhsItemReceiveConsignmentRTUDivots" Type="Collection(Odyssey.WhsItemReceiveConsignmentRTUDivot)" Partner="TransitReceiveConsignment" /><NavigationProperty Name="IntendedWarehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WRC_WW_IntendedWarehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="WRC_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="NextDischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="WRC_RL_NKNextDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WRC_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.WRCAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WRCAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WRCAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.WRCJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WRCLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WRCNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.WRCPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WRCProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WRCProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WRCReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.WRCTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WRCUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsItemConsignmentOrderReferences" Type="Collection(Odyssey.WRCWhsItemConsignmentOrderReference)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WRCWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WRCWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WRCWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WRCWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransitPackageLabelsViews" Type="Collection(Odyssey.TransitPackageLabelsView)" Partner="ReceiveConsignment" /><NavigationProperty Name="WhsItemReceiveConsignmentPacklineViews" Type="Collection(Odyssey.WhsItemReceiveConsignmentPacklineView)" Partner="ReceiveConsignment" /><NavigationProperty Name="WhsItemReceiveConsignmentRTUDivotViews" Type="Collection(Odyssey.WhsItemReceiveConsignmentRTUDivotView)" Partner="TransitReceiveConsignment" /><Annotation Term="Glow.TableCode" String="WRC" /></EntityType><EntityType Name="WhsItemReceiveConsignmentToClosePacklineView"><Key><PropertyRef Name="PKL_PK" /></Key><Property Name="PKL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPS_PKAsFK" Type="Edm.Guid" /><Property Name="KP_PKAsFK" Type="Edm.Guid" /><Property Name="RemainingPackagesCount" Type="Edm.Int32" /><Property Name="ArrivedPackagesCount" Type="Edm.Int32" /><Property Name="WPS_WRC_TransitReceiveConsignment" Type="Edm.Guid" /><Property Name="WPS_WW_Warehouse" Type="Edm.Guid" /><NavigationProperty Name="WhsItemPackageState" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WPS_PKAsFK" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="PkgPackage" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemReceiveConsignmentToCloseView"><Key><PropertyRef Name="WRC_PK" /></Key><Property Name="WRC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ConsignmentID" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="RemainingPackagesCount" Type="Edm.Int32" Nullable="false" /><Property Name="ArrivedPackagesCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="WhsItemReceiveTransportationUnit"><Key><PropertyRef Name="WRH_PK" /></Key><Property Name="WRH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WRH_BookingSlotEndTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_BookingSlotStartTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_GateInTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_GateOutTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_IsBookingCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WRH_IsVehicleSecure" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WRH_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WRH_SignedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="WRH_SignedBySignature" Type="Edm.Binary" /><Property Name="WRH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRH_TransportProviderIsKnown" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WRH_UnitType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRH_UnloadCompleteNotYetProcessedTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_UnloadCompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_UnloadStartTime" Type="Edm.DateTimeOffset" /><Property Name="WRH_VehicleReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="WRH_WL_StagingLocation" Type="Edm.Guid" /><Property Name="WRH_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemPackageStateReturnDetails" Type="Collection(Odyssey.WhsItemPackageStateReturnDetail)" Partner="ReturnedOnRTU" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="TransitReceiveHeader" /><NavigationProperty Name="WhsItemReceiveASNRTUPivots" Type="Collection(Odyssey.WhsItemReceiveASNRTUPivot)" Partner="TransitReceiveTransportationUnit" /><NavigationProperty Name="WhsItemReceiveConsignmentRTUDivots" Type="Collection(Odyssey.WhsItemReceiveConsignmentRTUDivot)" Partner="TransitReceiveHeader" /><NavigationProperty Name="StagingLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WRH_WL_StagingLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WRH_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WRHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WRHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.WRHJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WRHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WRHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageExtensions" Type="Collection(Odyssey.WRHPackageExtension)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.WRHPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.WRHProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WRHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.WRHReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.WRHTransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.WRHUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WRHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WRHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WRHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.WRHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsItemReceiveConsignmentRTUDivotViews" Type="Collection(Odyssey.WhsItemReceiveConsignmentRTUDivotView)" Partner="TransitReceiveHeader" /><Annotation Term="Glow.TableCode" String="WRH" /></EntityType><EntityType Name="WhsItemTransferHeaderForPutawayView"><Key><PropertyRef Name="WTH_PK" /></Key><Property Name="WTH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NumberOfTransferLinesPickedButNotYetCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfLocationsToPut" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="WhsItemTransferHeader"><Key><PropertyRef Name="WTH_PK" /></Key><Property Name="WTH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WTH_IsFinalised" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WTH_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WTH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WTH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WTH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTH_TransferType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTH_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WTH_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="WhsItemTransferLines" Type="Collection(Odyssey.WhsItemTransferLine)" Partner="TransitTransferHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WTHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WTHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WTHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WTHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WTHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WTH" /></EntityType><EntityType Name="WhsItemTransferLine"><Key><PropertyRef Name="WTF_PK" /></Key><Property Name="WTF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WTF_GS_NKPickUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_GS_NKPutUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_PickTime" Type="Edm.DateTimeOffset" /><Property Name="WTF_PutTime" Type="Edm.DateTimeOffset" /><Property Name="WTF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WTF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WTF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WTF_WL_From" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_WL_To" Type="Edm.Guid" /><Property Name="WTF_WPS_PackageState" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_WTH_TransitTransferHeader" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="From" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WTF_WL_From" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="To" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WTF_WL_To" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="PackageState" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="WhsItemTransferLines"><ReferentialConstraint Property="WTF_WPS_PackageState" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="TransitTransferHeader" Type="Odyssey.WhsItemTransferHeader" Nullable="false" Partner="WhsItemTransferLines"><ReferentialConstraint Property="WTF_WTH_TransitTransferHeader" ReferencedProperty="WTH_PK" /></NavigationProperty><NavigationProperty Name="PickUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_GS_NKPickUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PutUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_GS_NKPutUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WTF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WTFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WTF" /></EntityType><EntityType Name="WhsItemTransferLineWithPickSequenceView"><Key><PropertyRef Name="WTF_PK" /></Key><Property Name="WTF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTF_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="PickTime" Type="Edm.DateTimeOffset" /><Property Name="PutTime" Type="Edm.DateTimeOffset" /><Property Name="TransferHeaderPK" Type="Edm.Guid" Nullable="false" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="RowPK" Type="Edm.Guid" /><Property Name="RowPickPathSequence" Type="Edm.Int32" /><Property Name="LocationPK" Type="Edm.Guid" /><Property Name="LocationPickPathSequence" Type="Edm.Int32" /><NavigationProperty Name="TransferLine" Type="Odyssey.WhsItemTransferLine" Nullable="false"><ReferentialConstraint Property="WTF_PKAsFK" ReferencedProperty="WTF_PK" /></NavigationProperty><NavigationProperty Name="TransferHeader" Type="Odyssey.WhsItemTransferHeader" Nullable="false"><ReferentialConstraint Property="TransferHeaderPK" ReferencedProperty="WTH_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="LocationPK" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Row" Type="Odyssey.WhsRowInfo"><ReferentialConstraint Property="RowPK" ReferencedProperty="WR_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemUNDGTotalsView"><Key><PropertyRef Name="WDT_PK" /></Key><Property Name="WDT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDT_CapacityStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDT_Code" Type="Edm.String" MaxLength="10" Unicode="false" /><Property Name="WDT_DCR_UNDGCountryReference" Type="Edm.Guid" /><Property Name="WDT_DG_Substance" Type="Edm.Guid" /><Property Name="WDT_DGThresholdPercentage" Type="Edm.Byte" Nullable="false" /><Property Name="WDT_IsLimited" Type="Edm.Boolean" /><Property Name="WDT_Source" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDT_TotalVolume" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDT_TotalVolumeLimit" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDT_TotalVolumeLimitUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WDT_TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDT_TotalWeightLimit" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDT_TotalWeightLimitUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WDT_VolumeLimitPercentage" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="2" /><Property Name="WDT_WeightLimitPercentage" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="2" /><Property Name="WDT_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WDT_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="WDT_DG_Substance" ReferencedProperty="DG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WDT" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WDT_TotalVolume" /><PropertyValue Property="UnitProperty" PropertyPath="WDT_TotalVolumeLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WDT_TotalVolumeLimit" /><PropertyValue Property="UnitProperty" PropertyPath="WDT_TotalVolumeLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WDT_TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WDT_TotalWeightLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WDT_TotalWeightLimit" /><PropertyValue Property="UnitProperty" PropertyPath="WDT_TotalWeightLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsItemUNDGValidationView"><Key><PropertyRef Name="WDV_PK" /></Key><Property Name="WDV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WDV_DG_Substance" Type="Edm.Guid" /><Property Name="WDV_DCR_UNDGCountryReference" Type="Edm.Guid" /><Property Name="WDV_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="WDV_Source" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WDV_TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDV_TotalWeightLimit" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDV_WeightLimitPercentage" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="2" /><Property Name="WDV_TotalWeightLimitUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WDV_TotalVolume" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDV_TotalVolumeLimit" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="3" /><Property Name="WDV_VolumeLimitPercentage" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="2" /><Property Name="WDV_TotalVolumeLimitUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="WDV_DG_Substance" ReferencedProperty="DG_PK" /></NavigationProperty></EntityType><EntityType Name="WhsItemUnloadTask"><Key><PropertyRef Name="WUT_PK" /></Key><Property Name="WUT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WUT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WUT_ES_ActiveJobService" Type="Edm.Guid" /><Property Name="WUT_GS_NKUnloader" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WUT_IsSkipConsignment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WUT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WUT_KP_ActiveInnerPackline" Type="Edm.Guid" /><Property Name="WUT_LastScannedPackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="WUT_LastScannedResult" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WUT_LastScannedTime" Type="Edm.DateTimeOffset" /><Property Name="WUT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WUT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WUT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WUT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WUT_UnloadMode" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WUT_UnloadQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WUT_WPS_ActiveBreakdownOuter" Type="Edm.Guid" /><Property Name="WUT_WPS_ActiveHandlingUnit" Type="Edm.Guid" /><Property Name="WUT_WPS_ActivePackline" Type="Edm.Guid" /><Property Name="WUT_WPS_LastScannedPackage" Type="Edm.Guid" /><Property Name="WUT_WPS_LockedPackage" Type="Edm.Guid" /><Property Name="WUT_WRC_ActiveReceiveConsignment" Type="Edm.Guid" /><Property Name="WUT_WRH_ActiveReceiveHeader" Type="Edm.Guid" /><Property Name="WUT_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ActiveJobService" Type="Odyssey.AdditionalService"><ReferentialConstraint Property="WUT_ES_ActiveJobService" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="ActiveInnerPackline" Type="Odyssey.PkgPackage"><ReferentialConstraint Property="WUT_KP_ActiveInnerPackline" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="ActiveBreakdownOuter" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WUT_WPS_ActiveBreakdownOuter" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ActiveHandlingUnit" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WUT_WPS_ActiveHandlingUnit" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ActivePackline" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WUT_WPS_ActivePackline" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="LastScannedPackage" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WUT_WPS_LastScannedPackage" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="LockedPackage" Type="Odyssey.WhsItemPackageState"><ReferentialConstraint Property="WUT_WPS_LockedPackage" ReferencedProperty="WPS_PK" /></NavigationProperty><NavigationProperty Name="ActiveReceiveConsignment" Type="Odyssey.WhsItemReceiveConsignment"><ReferentialConstraint Property="WUT_WRC_ActiveReceiveConsignment" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="ActiveReceiveTransportationUnit" Type="Odyssey.WhsItemReceiveTransportationUnit"><ReferentialConstraint Property="WUT_WRH_ActiveReceiveHeader" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WUT_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Unloader" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WUT_GS_NKUnloader" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WUT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WUT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WUTAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WUTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WUT" /></EntityType><EntityType Name="WhsLocationForTransitPutaway"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WarehousePK" Type="Edm.Guid" /><Property Name="WLV_AreaName" Type="Edm.String" MaxLength="25" Unicode="false" /><Property Name="WLV_PalletSpaces" Type="Edm.Int32" /><Property Name="WLV_PalletQuantity" Type="Edm.Int32" /><Property Name="WLV_IsEmpty" Type="Edm.Boolean" /><Property Name="WLV_AvailableWeight" Type="Edm.Decimal" Precision="38" Scale="13" /><Property Name="WLV_HasWeightCapacity" Type="Edm.Boolean" /><Property Name="WLV_AvailableVolume" Type="Edm.Decimal" Precision="38" Scale="13" /><Property Name="WLV_HasVolumeCapacity" Type="Edm.Boolean" /><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_LocationTypeCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WLV_MinimumTemperature" Type="Edm.Decimal" Precision="8" Scale="3" /><Property Name="WLV_MaximumTemperature" Type="Edm.Decimal" Precision="8" Scale="3" /><Property Name="WLV_TemperatureUnit" Type="Edm.String" MaxLength="1" Unicode="false" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo"><ReferentialConstraint Property="WLV_WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty></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="WhsLocationType"><Key><PropertyRef Name="WLT_PK" /></Key><Property Name="WLT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WLT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WLT_DefaultCycleCountGranularity" Type="Edm.String" DefaultValue="PWA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WLT_DisablePalletIDScansForPicking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WLT_IsPalletIDNeutral" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_LocationClass" Type="Edm.String" DefaultValue="NOR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_MaximumNumberOfProducts" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WLT_MaximumTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="WLT_MinimumTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="WLT_RetainPalletIDsInFixedPickFaces" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_TemperatureUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLT" /></EntityType><EntityType Name="WhsLocationViewForGenerateTransitCycleCountModule"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WLV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_Column" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_Level" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_Tray" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_LocationStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxWidth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxHeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDepth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDimensionUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_MaxQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_RowName" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WLV_FormattedColumn" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedLevel" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedTray" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_CycleCountPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PutawayPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="CycleCountStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CycleCountLastPerformedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="HasInventoryChangedAfterLastCycleCount" Type="Edm.Boolean" /><NavigationProperty Name="LocationView" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WLV_WLV_PKAsFK" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false"><ReferentialConstraint Property="WLV_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WLV_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty></EntityType><EntityType Name="WhsLocationView"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_ApprovedKnownLocation" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_CheckDigit" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_Column" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="WLV_CycleCountPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FinalisedPickCount" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FormattedColumn" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedLevel" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedTray" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_IsOutboundLocation" Type="Edm.Boolean" /><Property Name="WLV_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_IsValidLocationForProductWarehousePutaway" Type="Edm.Boolean" /><Property Name="WLV_IsVirtualWarehouse" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_LastAllocatedOrChangedDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastAllocatedOrChangedID" Type="Edm.Guid" /><Property Name="WLV_LastConfigChangedUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_Level" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_LocationClass" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationString_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationTypeCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxDepth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDimensionUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxHeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaximumPickCountBeforeAutomatedStocktake" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_MaxQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxWidth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_PalletFloorSpaces" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PalletStackHeight" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PickingAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickMethod" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PutawayAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PutawayPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_RowName" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WLV_RS_NKTransitServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SQ_DefaultPrintQueue" Type="Edm.Guid" /><Property Name="WLV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_TransitDischargeAndServiceLevelFakeColumnForUX" Type="Edm.String" MaxLength="36" Unicode="false" /><Property Name="WLV_TransitDischargeLRC" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WLV_Tray" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WarehouseType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsItemCycleCountLocations" Type="Collection(Odyssey.WhsItemCycleCountLocation)" Partner="Location" /><NavigationProperty Name="WhsItemPackageStates" Type="Collection(Odyssey.WhsItemPackageState)" Partner="LastLocation" /><NavigationProperty Name="WhsMheDeviceLocations" Type="Collection(Odyssey.WhsMheDeviceLocation)" Partner="Location" /><NavigationProperty Name="TransitServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WLV_RS_NKTransitServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false"><ReferentialConstraint Property="WLV_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WLV_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="DefaultPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="WLV_SQ_DefaultPrintQueue" ReferencedProperty="SQ_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLV" /></EntityType><EntityType Name="WhsMheDeviceLocation"><Key><PropertyRef Name="WVN_PK" /></Key><Property Name="WVN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVN_WL_Location" Type="Edm.Guid" Nullable="false" /><Property Name="WVN_WVC_Device" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false" Partner="WhsMheDeviceLocations"><ReferentialConstraint Property="WVN_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Device" Type="Odyssey.WhsMheDevice" Nullable="false" Partner="WhsMheDeviceLocations"><ReferentialConstraint Property="WVN_WVC_Device" ReferencedProperty="WVC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVN" /></EntityType><EntityType Name="WhsMheDevice"><Key><PropertyRef Name="WVC_PK" /></Key><Property Name="WVC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVC_MiddlewareID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WVC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WVC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsMheDeviceLocations" Type="Collection(Odyssey.WhsMheDeviceLocation)" Partner="Device" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WVC_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVC" /></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="WhsRow"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><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_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsRowInfo" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsUNDGLimit"><Key><PropertyRef Name="WWD_PK" /></Key><Property Name="WWD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WWD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WWD_DCR_UNDGCountryReference" Type="Edm.Guid" /><Property Name="WWD_DG" Type="Edm.Guid" /><Property Name="WWD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WWD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WWD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WWD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WWD_TotalVolumeLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="3" /><Property Name="WWD_TotalVolumeLimitUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WWD_TotalWeightLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="3" /><Property Name="WWD_TotalWeightLimitUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WWD_UNDGClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="WWD_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WWD_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WWD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WWD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGSubstancePivots" Type="Collection(Odyssey.WWDUNDGSubstancePivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WWDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WWD" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WWD_TotalWeightLimit" /><PropertyValue Property="UnitProperty" PropertyPath="WWD_TotalWeightLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WWD_TotalVolumeLimit" /><PropertyValue Property="UnitProperty" PropertyPath="WWD_TotalVolumeLimitUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></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="WhsWarehouse"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_ABCAnalysisEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AutoPrintOrderCopyForMOPOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintOrderSummaryOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPackingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingNonPickedItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingShortfallItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DefaultOutboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGContactPhoneType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZDetailedTrackingMethod" Type="Edm.String" DefaultValue="UIN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_FTZDetailedTrackingWarningPercentage" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZIsDetailedTrackingEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_G4_DefaultCapability" Type="Edm.Guid" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_IsBondedWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><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_IsPickByUOMEnabled" 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_LocationColumnsFixedWidth" Type="Edm.Byte" DefaultValue="0" 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_LocationLevelsFixedWidth" Type="Edm.Byte" DefaultValue="0" 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_LocationTraysFixedWidth" Type="Edm.Byte" DefaultValue="0" 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_OC_DGContact" Type="Edm.Guid" /><Property Name="WW_PreventReleaseOfPackageIfNotPicked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_ScanAll" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="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_UseArrivalDateForInwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseGS1PrefixFallback" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseRequiredDateForOutwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UsesVehicleBookingIntegration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_VerifyEmptyLocations" Type="Edm.Boolean" DefaultValue="false" 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_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_WLT_DefaultLocationType" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRow)" Partner="Whs" /><NavigationProperty Name="DefaultCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="WW_G4_DefaultCapability" ReferencedProperty="G4_PK" /></NavigationProperty><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><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="WW_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="DefaultLocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WW_WLT_DefaultLocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsWarehouseInfo" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="WICAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WIC_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="WICLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocation" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WIC_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="WICNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocation" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WIC_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="WICWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocation" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WIC_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="WIVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocationVariance" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WIV_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="WIVLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemCycleCountLocationVariance" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WIV_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="WLDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadListDTUPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WLD_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="WLTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsLocationType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WLT_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="WorkflowException" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskID" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ASTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ACHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CVOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CPOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CLHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchConsignment" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDC_PK" /></NavigationProperty></EntityType><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchLoadList" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDL_PK" /></NavigationProperty></EntityType><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemDispatchTransportationUnit" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WDH_PK" /></NavigationProperty></EntityType><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WPS_PK" /></NavigationProperty></EntityType><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRP_PK" /></NavigationProperty></EntityType><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty></EntityType><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty></EntityType><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="WPRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageStateReturnDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WPR_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="WPSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WPS_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="WPSAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WPS_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="WPSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WPS_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="WPSReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WPS_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="WPSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WPS_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="WPSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WPS_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="WPSWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemPackageState" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WPS_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="WRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsRow" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WR_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="WRCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WRC_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="WRCAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WRC_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="WRCAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WRC_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="WRCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRC_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="WRCNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WRC_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="WRCReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WRC_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="WRCUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WRCWhsItemConsignmentOrderReference" BaseType="Odyssey.WhsItemConsignmentOrderReference"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="WhsItemConsignmentOrderReferences"><ReferentialConstraint Property="WOR_ParentID" ReferencedProperty="WRC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WOR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WOR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WRCWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRC_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="WRCWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRC_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="WRCWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignment" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRC_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="WRDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveConsignmentRTUDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WRD_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="WRHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WRH_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="WRHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WRH_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="WRHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WRH_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="WRHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRH_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="WRHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WRH_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="WRHReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WRH_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="WRHUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WRH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WRHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRH_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="WRHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRH_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="WRHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveTransportationUnit" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRH_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="WRPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WRP_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="WRPAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WRP_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="WRPAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WRP_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="WRPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRP_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="WRPNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WRP_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="WRPReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="WRP_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="WRPUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="WRP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WRPWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRP_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="WRPWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WRP_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="WRPWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemReceiveASN" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WRP_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="WTFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WTF_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="WTHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WTH_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="WTHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WTH_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="WTHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WTH_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="WTHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WTH_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="WTHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemTransferHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WTH_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="WUTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemUnloadTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WUT_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="WUTAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsItemUnloadTask" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WUT_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="WVCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsMheDevice" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVC_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="WVNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsMheDeviceLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVN_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="WWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsWarehouse" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WW_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="WWDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsUNDGLimit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WWD_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="WWDUNDGSubstancePivot" BaseType="Odyssey.UNDGSubstancePivot"><NavigationProperty Name="Parent" Type="Odyssey.WhsUNDGLimit" Nullable="false" Partner="UNDGSubstancePivots"><ReferentialConstraint Property="DP_ParentId" ReferencedProperty="WWD_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><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.AdditionalServiceView"><Annotation Term="Glow.FriendlyName" Qualifier="AdditionalServiceView" String="IAdditionalServiceView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.CEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CEAcknowledgement" String="IAcknowledgement[[ICusEntryNum]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.CEAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="CEAddOnValue" String="IAddOnValue[[ICusEntryNum]]" /></Annotations><Annotations Target="Odyssey.CusEntryNum"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryNum" String="ICusEntryNum" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.DispatchLoadListPropertiesView"><Annotation Term="Glow.FriendlyName" Qualifier="DispatchLoadListPropertiesView" String="IDispatchLoadListPropertiesView" /></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.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.ESLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ESLAcknowledgement" String="IAcknowledgement[[IJobServiceLink]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.ESLog"><Annotation Term="Glow.FriendlyName" Qualifier="ESLog" String="ILog[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.FHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="FHAcknowledgement" String="IAcknowledgement[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.FHTag"><Annotation Term="Glow.FriendlyName" Qualifier="FHTag" String="ITag[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.FHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="FHWorkflowTask" String="IWorkflowTask[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.GlbBranchExtraPortInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchExtraPortInfo" String="IGlbBranchExtraPortInfo" /></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.JDDLog"><Annotation Term="Glow.FriendlyName" Qualifier="JDDLog" String="ILog[[IJobDocumentData]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.JDDWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JDDWorkflowEvent" String="IWorkflowEvent[[IJobDocumentData]]" /></Annotations><Annotations Target="Odyssey.JFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JFAcknowledgement" String="IAcknowledgement[[IJobExRate]]" /></Annotations><Annotations Target="Odyssey.JHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JHAcknowledgement" String="IAcknowledgement[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHLog" String="ILog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.JHNote"><Annotation Term="Glow.FriendlyName" Qualifier="JHNote" String="INote[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.JHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowAuditLog" String="IWorkflowAuditLog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowEvent" String="IWorkflowEvent[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JobCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobCharge" String="IJobCharge" /></Annotations><Annotations Target="Odyssey.JobDocumentData"><Annotation Term="Glow.FriendlyName" Qualifier="JobDocumentData" String="IJobDocumentData" /></Annotations><Annotations Target="Odyssey.JobExRate"><Annotation Term="Glow.FriendlyName" Qualifier="JobExRate" String="IJobExRate" /></Annotations><Annotations Target="Odyssey.JobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JobHeader" String="IJobHeader" /></Annotations><Annotations Target="Odyssey.CSHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CSHJobHeader" String="IJobHeader[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.BHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BHJobHeader" String="IJobHeader[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BFJobHeader" String="IJobHeader[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.CMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CMJobHeader" String="IJobHeader[[ICusMAWB]]" /></Annotations><Annotations Target="Odyssey.YASJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YASJobHeader" String="IJobHeader[[ICYDAdHocService]]" /></Annotations><Annotations Target="Odyssey.YAOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YAOJobHeader" String="IJobHeader[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YDHJobHeader" String="IJobHeader[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YPHJobHeader" String="IJobHeader[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YRAJobHeader" String="IJobHeader[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YREJobHeader" String="IJobHeader[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YTUJobHeader" String="IJobHeader[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.KMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KMJobHeader" String="IJobHeader[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KBJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KBJobHeader" String="IJobHeader[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="LTCJobHeader" String="IJobHeader[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KGJobHeader" String="IJobHeader[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.GVEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVEJobHeader" String="IJobHeader[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVMJobHeader" String="IJobHeader[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.JJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JJJobHeader" String="IJobHeader[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.EYJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="EYJobHeader" String="IJobHeader[[IJobCartageRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JKJobHeader" String="IJobHeader[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JEJobHeader" String="IJobHeader[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSJobHeader" String="IJobHeader[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.NAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="NAJobHeader" String="IJobHeader[[IJobVoyAccount]]" /></Annotations><Annotations Target="Odyssey.THJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="THJobHeader" String="IJobHeader[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.WSJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WSJJobHeader" String="IJobHeader[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDJobHeader" String="IJobHeader[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDCJobHeader" String="IJobHeader[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDLJobHeader" String="IJobHeader[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDHJobHeader" String="IJobHeader[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRCJobHeader" String="IJobHeader[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRHJobHeader" String="IJobHeader[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WVOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WVOJobHeader" String="IJobHeader[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WKIJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKIJobHeader" String="IJobHeader[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKPJobHeader" String="IJobHeader[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.WKRJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKRJobHeader" String="IJobHeader[[IWorkRequest]]" /></Annotations><Annotations Target="Odyssey.MWOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MWOJobHeader" String="IJobHeader[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JobSailingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobSailingInfo" String="IJobSailingInfo" /></Annotations><Annotations Target="Odyssey.JobServiceLink"><Annotation Term="Glow.FriendlyName" Qualifier="JobServiceLink" String="IJobServiceLink" /></Annotations><Annotations Target="Odyssey.KPJobServiceLink"><Annotation Term="Glow.FriendlyName" Qualifier="KPJobServiceLink" String="IJobServiceLink[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.JobVoyDestinationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyDestinationInfo" String="IJobVoyDestinationInfo" /></Annotations><Annotations Target="Odyssey.JobVoyOriginInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyOriginInfo" String="IJobVoyOriginInfo" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.JWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JWAcknowledgement" String="IAcknowledgement[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JobCO2Emission" String="IJobCO2Emission" /></Annotations><Annotations Target="Odyssey.JWJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JWJobCO2Emission" String="IJobCO2Emission[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JWLog"><Annotation Term="Glow.FriendlyName" Qualifier="JWLog" String="ILog[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.K0Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="K0Acknowledgement" String="IAcknowledgement[[IPkgPackageContainer]]" /></Annotations><Annotations Target="Odyssey.KHRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KHRAcknowledgement" String="IAcknowledgement[[IPkgPackageHold]]" /></Annotations><Annotations Target="Odyssey.KJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KJAcknowledgement" String="IAcknowledgement[[IPackageJob]]" /></Annotations><Annotations Target="Odyssey.KPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPAcknowledgement" String="IAcknowledgement[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPBAcknowledgement" String="IAcknowledgement[[IPkgPackageBookedDetail]]" /></Annotations><Annotations Target="Odyssey.KPBLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPBLog" String="ILog[[IPkgPackageBookedDetail]]" /></Annotations><Annotations Target="Odyssey.KPDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPDAcknowledgement" String="IAcknowledgement[[IPkgPackageHandlingUnitDivot]]" /></Annotations><Annotations Target="Odyssey.KPEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPEAcknowledgement" String="IAcknowledgement[[IPkgPackageSeal]]" /></Annotations><Annotations Target="Odyssey.KPHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPHAcknowledgement" String="IAcknowledgement[[IPkgPackageHeader]]" /></Annotations><Annotations Target="Odyssey.KPJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPJAcknowledgement" String="IAcknowledgement[[IPkgPackageJobPackageHeaderPivot]]" /></Annotations><Annotations Target="Odyssey.KPLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPLog" String="ILog[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPNAcknowledgement" String="IAcknowledgement[[IPackageExtension]]" /></Annotations><Annotations Target="Odyssey.KPOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPOAcknowledgement" String="IAcknowledgement[[IPkgPackageOrderReference]]" /></Annotations><Annotations Target="Odyssey.KPOLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPOLog" String="ILog[[IPkgPackageOrderReference]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.KPReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KPReferenceNumber" String="IReferenceNumber[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPSAcknowledgement" String="IAcknowledgement[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPSLog" String="ILog[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPSWorkflowAuditLog" String="IWorkflowAuditLog[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPSWorkflowEvent" String="IWorkflowEvent[[IPkgPackageScreening]]" /></Annotations><Annotations Target="Odyssey.KPTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPTAcknowledgement" String="IAcknowledgement[[IPkgPackageTemperature]]" /></Annotations><Annotations Target="Odyssey.KPUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPUAcknowledgement" String="IAcknowledgement[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.KPULog"><Annotation Term="Glow.FriendlyName" Qualifier="KPULog" String="ILog[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.KPUWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPUWorkflowAuditLog" String="IWorkflowAuditLog[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.KPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPWorkflowEvent" String="IWorkflowEvent[[IPkgPackage]]" /></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.OAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OAAcknowledgement" String="IAcknowledgement[[IOrgAddress]]" /></Annotations><Annotations Target="Odyssey.OAIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OAIAcknowledgement" String="IAcknowledgement[[IOrgAddressAdditionalInfo]]" /></Annotations><Annotations Target="Odyssey.OBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OBAcknowledgement" String="IAcknowledgement[[IOrgCompanyData]]" /></Annotations><Annotations Target="Odyssey.OHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OHAcknowledgement" String="IAcknowledgement[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="OHAddOnValue" String="IAddOnValue[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.JobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JobRequiredDocument" String="IJobRequiredDocument" /></Annotations><Annotations Target="Odyssey.OHJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="OHJobRequiredDocument" String="IJobRequiredDocument[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHLog"><Annotation Term="Glow.FriendlyName" Qualifier="OHLog" String="ILog[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHNote"><Annotation Term="Glow.FriendlyName" Qualifier="OHNote" String="INote[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="OHWorkflowAuditLog" String="IWorkflowAuditLog[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfo" String="IOrgAddressAdditionalInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapability"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapability" String="IOrgAddressCapability" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddress"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddress" String="IOrgAddress" /></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.OrgCompanyData"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyData" String="IOrgCompanyData" /></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.OrgCountryData"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCountryData" String="IOrgCountryData" /></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.OrgHeader"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeader" String="IOrgHeader" /></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.OVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OVAcknowledgement" String="IAcknowledgement[[IOrgCountryData]]" /></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.PackageExtension"><Annotation Term="Glow.FriendlyName" Qualifier="PackageExtension" String="IPackageExtension" /></Annotations><Annotations Target="Odyssey.WDHPackageExtension"><Annotation Term="Glow.FriendlyName" Qualifier="WDHPackageExtension" String="IPackageExtension[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHPackageExtension"><Annotation Term="Glow.FriendlyName" Qualifier="WRHPackageExtension" String="IPackageExtension[[IWhsItemReceiveTransportationUnit]]" /></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.PackageTrackingView"><Annotation Term="Glow.FriendlyName" Qualifier="PackageTrackingView" String="IPackageTrackingView" /></Annotations><Annotations Target="Odyssey.PkgHandlingUnit"><Annotation Term="Glow.FriendlyName" Qualifier="PkgHandlingUnit" String="IPkgHandlingUnit" /></Annotations><Annotations Target="Odyssey.PkgPackageBookedDetail"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageBookedDetail" String="IPkgPackageBookedDetail" /></Annotations><Annotations Target="Odyssey.PkgPackageContainer"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageContainer" String="IPkgPackageContainer" /></Annotations><Annotations Target="Odyssey.PkgPackageHandlingUnitDivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHandlingUnitDivot" String="IPkgPackageHandlingUnitDivot" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.PkgPackageHandlingUnitPackageScreeningView"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHandlingUnitPackageScreeningView" String="IPkgPackageHandlingUnitPackageScreeningView" /></Annotations><Annotations Target="Odyssey.PkgPackageHeader"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHeader" String="IPkgPackageHeader" /></Annotations><Annotations Target="Odyssey.PkgPackageHold"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHold" String="IPkgPackageHold" /></Annotations><Annotations Target="Odyssey.PkgPackageJobPackageHeaderPivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageJobPackageHeaderPivot" String="IPkgPackageJobPackageHeaderPivot" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.PkgPackageOrderReference"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageOrderReference" String="IPkgPackageOrderReference" /></Annotations><Annotations Target="Odyssey.PkgPackage"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackage" String="IPkgPackage" /></Annotations><Annotations Target="Odyssey.PkgPackageScreening"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageScreening" String="IPkgPackageScreening" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.PkgPackageSeal"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageSeal" String="IPkgPackageSeal" /></Annotations><Annotations Target="Odyssey.PkgPackageTemperature"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageTemperature" String="IPkgPackageTemperature" /><Annotation Term="Glow.DefaultModel" Bool="true" /></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.PZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PZAcknowledgement" String="IAcknowledgement[[IOrgAddressCapability]]" /></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.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.TransitActiveConsignmentsView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitActiveConsignmentsView" String="ITransitActiveConsignmentsView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitDispatchTransportationUnitLoadView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitDispatchTransportationUnitLoadView" String="ITransitDispatchTransportationUnitLoadView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitLocationTotalsView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitLocationTotalsView" String="ITransitLocationTotalsView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitPackageDetailView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitPackageDetailView" String="ITransitPackageDetailView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitPackageFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="TransitPackageFactMetadataProxy" String="ITransitPackageFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.TransitPackageLabelsForDCNView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitPackageLabelsForDCNView" String="ITransitPackageLabelsForDCNView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitPackageLabelsView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitPackageLabelsView" String="ITransitPackageLabelsView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitReceiveConsignmentPackageGoverningReferencesView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitReceiveConsignmentPackageGoverningReferencesView" String="ITransitReceiveConsignmentPackageGoverningReferencesView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitReceiveTransportationUnitUnloadView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitReceiveTransportationUnitUnloadView" String="ITransitReceiveTransportationUnitUnloadView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitTransferHeaderLoadListView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitTransferHeaderLoadListView" String="ITransitTransferHeaderLoadListView" /></Annotations><Annotations Target="Odyssey.TransitTransferLinePriorityView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitTransferLinePriorityView" String="ITransitTransferLinePriorityView" /></Annotations><Annotations Target="Odyssey.TransitTransferSummaryView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitTransferSummaryView" String="ITransitTransferSummaryView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitUnloadTaskView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitUnloadTaskView" String="ITransitUnloadTaskView" /></Annotations><Annotations Target="Odyssey.TransitWarehouseIncompleteASNsRCNsView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitWarehouseIncompleteASNsRCNsView" String="ITransitWarehouseIncompleteASNsRCNsView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitWarehouseLoadListsDTUsForLoadView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitWarehouseLoadListsDTUsForLoadView" String="ITransitWarehouseLoadListsDTUsForLoadView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.TransitWarehousePackagesForTransferView"><Annotation Term="Glow.FriendlyName" Qualifier="TransitWarehousePackagesForTransferView" String="ITransitWarehousePackagesForTransferView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></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]]" /></Annotations><Annotations Target="Odyssey.JETransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JETransportRouting" String="ITransportRouting[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JSTransportRouting" String="ITransportRouting[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="EFTransportRouting" String="ITransportRouting[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.WDLTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WDLTransportRouting" String="ITransportRouting[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WRPTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRPTransportRouting" String="ITransportRouting[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRCTransportRouting" String="ITransportRouting[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRHTransportRouting" String="ITransportRouting[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.UNDGCountryReferenceWithSubstanceFlatView"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGCountryReferenceWithSubstanceFlatView" String="IUNDGCountryReferenceWithSubstanceFlatView" /></Annotations><Annotations Target="Odyssey.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /></Annotations><Annotations Target="Odyssey.JOUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JOUNDGDataItem" String="IUNDGDataItem[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JLUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JLUNDGDataItem" String="IUNDGDataItem[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.OPTUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPTUNDGDataItem" String="IUNDGDataItem[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPUNDGDataItem" String="IUNDGDataItem[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.KPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="KPUNDGDataItem" String="IUNDGDataItem[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.BCUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="BCUNDGDataItem" String="IUNDGDataItem[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.DRQUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="DRQUNDGDataItem" String="IUNDGDataItem[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstanceInfo"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstanceInfo" String="IUNDGSubstanceInfo" /></Annotations><Annotations Target="Odyssey.WARAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WARAcknowledgement" String="IAcknowledgement[[IWhsItemReceiveASNRTUPivot]]" /></Annotations><Annotations Target="Odyssey.WDCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAcknowledgement" String="IAcknowledgement[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAddOnValue" String="IAddOnValue[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.WDCAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAddress" String="IAddress[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDCLog" String="ILog[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCNote"><Annotation Term="Glow.FriendlyName" Qualifier="WDCNote" String="INote[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WDCReferenceNumber" String="IReferenceNumber[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.UniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="UniversalJobLink" String="IUniversalJobLink" /></Annotations><Annotations Target="Odyssey.WDCUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WDCUniversalJobLink" String="IUniversalJobLink[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WhsItemConsignmentOrderReference"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemConsignmentOrderReference" String="IWhsItemConsignmentOrderReference" /></Annotations><Annotations Target="Odyssey.WDCWhsItemConsignmentOrderReference"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWhsItemConsignmentOrderReference" String="IWhsItemConsignmentOrderReference[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowEvent" String="IWorkflowEvent[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowTask" String="IWorkflowTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WDHAcknowledgement" String="IAcknowledgement[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WDHAddOnValue" String="IAddOnValue[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WDHAddress" String="IAddress[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDHLog" String="ILog[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHNote"><Annotation Term="Glow.FriendlyName" Qualifier="WDHNote" String="INote[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WDHReferenceNumber" String="IReferenceNumber[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WDHUniversalJobLink" String="IUniversalJobLink[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowEvent" String="IWorkflowEvent[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowTask" String="IWorkflowTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WDLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WDLAcknowledgement" String="IAcknowledgement[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WDLAddOnValue" String="IAddOnValue[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WDLAddress" String="IAddress[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDLLog" String="ILog[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLNote"><Annotation Term="Glow.FriendlyName" Qualifier="WDLNote" String="INote[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WDLReferenceNumber" String="IReferenceNumber[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WDLUniversalJobLink" String="IUniversalJobLink[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowEvent" String="IWorkflowEvent[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowTask" String="IWorkflowTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WGDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WGDAcknowledgement" String="IAcknowledgement[[IWhsItemGenericData]]" /></Annotations><Annotations Target="Odyssey.WhsAreaInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAreaInfo" String="IWhsAreaInfo" /></Annotations><Annotations Target="Odyssey.WhsItemCycleCountLocation"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemCycleCountLocation" String="IWhsItemCycleCountLocation" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemCycleCountLocationVariance"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemCycleCountLocationVariance" String="IWhsItemCycleCountLocationVariance" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemCycleCountLocationWithoutIndirectVarianceView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemCycleCountLocationWithoutIndirectVarianceView" String="IWhsItemCycleCountLocationWithoutIndirectVarianceView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemDispatchConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemDispatchConsignment" String="IWhsItemDispatchConsignment" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemDispatchLoadListDTUPivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemDispatchLoadListDTUPivot" String="IWhsItemDispatchLoadListDTUPivot" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemDispatchLoadList"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemDispatchLoadList" String="IWhsItemDispatchLoadList" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemDispatchTransportationUnit"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemDispatchTransportationUnit" String="IWhsItemDispatchTransportationUnit" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemGenericData"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemGenericData" String="IWhsItemGenericData" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemHandlingUnitJobView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemHandlingUnitJobView" String="IWhsItemHandlingUnitJobView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemInnerPacklineView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemInnerPacklineView" String="IWhsItemInnerPacklineView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemPackageGenericView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemPackageGenericView" String="IWhsItemPackageGenericView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemPackagesAvailableToPutawayView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemPackagesAvailableToPutawayView" String="IWhsItemPackagesAvailableToPutawayView" /></Annotations><Annotations Target="Odyssey.WhsItemPackageStateReturnDetail"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemPackageStateReturnDetail" String="IWhsItemPackageStateReturnDetail" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemPackageState"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemPackageState" String="IWhsItemPackageState" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveASNRTUPivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveASNRTUPivot" String="IWhsItemReceiveASNRTUPivot" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveASN"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveASN" String="IWhsItemReceiveASN" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignmentPacklineView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignmentPacklineView" String="IWhsItemReceiveConsignmentPacklineView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignmentRTUDivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignmentRTUDivot" String="IWhsItemReceiveConsignmentRTUDivot" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignmentRTUDivotView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignmentRTUDivotView" String="IWhsItemReceiveConsignmentRTUDivotView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignment"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignment" String="IWhsItemReceiveConsignment" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignmentToClosePacklineView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignmentToClosePacklineView" String="IWhsItemReceiveConsignmentToClosePacklineView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveConsignmentToCloseView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveConsignmentToCloseView" String="IWhsItemReceiveConsignmentToCloseView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemReceiveTransportationUnit"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemReceiveTransportationUnit" String="IWhsItemReceiveTransportationUnit" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemTransferHeaderForPutawayView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemTransferHeaderForPutawayView" String="IWhsItemTransferHeaderForPutawayView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemTransferHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemTransferHeader" String="IWhsItemTransferHeader" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemTransferLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemTransferLine" String="IWhsItemTransferLine" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemTransferLineWithPickSequenceView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemTransferLineWithPickSequenceView" String="IWhsItemTransferLineWithPickSequenceView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemUNDGTotalsView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemUNDGTotalsView" String="IWhsItemUNDGTotalsView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemUNDGValidationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemUNDGValidationView" String="IWhsItemUNDGValidationView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsItemUnloadTask"><Annotation Term="Glow.FriendlyName" Qualifier="WhsItemUnloadTask" String="IWhsItemUnloadTask" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsLocationForTransitPutaway"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationForTransitPutaway" String="IWhsLocationForTransitPutaway" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsLocationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInfo" String="IWhsLocationInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationType"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationType" String="IWhsLocationType" /></Annotations><Annotations Target="Odyssey.WhsLocationViewForGenerateTransitCycleCountModule"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationViewForGenerateTransitCycleCountModule" String="IWhsLocationViewForGenerateTransitCycleCountModule" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsLocationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationView" String="IWhsLocationView" /></Annotations><Annotations Target="Odyssey.WhsMheDeviceLocation"><Annotation Term="Glow.FriendlyName" Qualifier="WhsMheDeviceLocation" String="IWhsMheDeviceLocation" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsMheDevice"><Annotation Term="Glow.FriendlyName" Qualifier="WhsMheDevice" String="IWhsMheDevice" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsRow"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRow" String="IWhsRow" /></Annotations><Annotations Target="Odyssey.WhsUNDGLimit"><Annotation Term="Glow.FriendlyName" Qualifier="WhsUNDGLimit" String="IWhsUNDGLimit" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouse"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouse" String="IWhsWarehouse" /></Annotations><Annotations Target="Odyssey.WICAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WICAcknowledgement" String="IAcknowledgement[[IWhsItemCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WICLog"><Annotation Term="Glow.FriendlyName" Qualifier="WICLog" String="ILog[[IWhsItemCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WICNote"><Annotation Term="Glow.FriendlyName" Qualifier="WICNote" String="INote[[IWhsItemCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WICWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WICWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WIVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WIVAcknowledgement" String="IAcknowledgement[[IWhsItemCycleCountLocationVariance]]" /></Annotations><Annotations Target="Odyssey.WIVLog"><Annotation Term="Glow.FriendlyName" Qualifier="WIVLog" String="ILog[[IWhsItemCycleCountLocationVariance]]" /></Annotations><Annotations Target="Odyssey.WLDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLDAcknowledgement" String="IAcknowledgement[[IWhsItemDispatchLoadListDTUPivot]]" /></Annotations><Annotations Target="Odyssey.WLTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLTAcknowledgement" String="IAcknowledgement[[IWhsLocationType]]" /></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.WPRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WPRAcknowledgement" String="IAcknowledgement[[IWhsItemPackageStateReturnDetail]]" /></Annotations><Annotations Target="Odyssey.WPSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WPSAcknowledgement" String="IAcknowledgement[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WPSAddOnValue" String="IAddOnValue[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSLog"><Annotation Term="Glow.FriendlyName" Qualifier="WPSLog" String="ILog[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WPSReferenceNumber" String="IReferenceNumber[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowEvent" String="IWorkflowEvent[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowTask" String="IWorkflowTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRAcknowledgement" String="IAcknowledgement[[IWhsRow]]" /></Annotations><Annotations Target="Odyssey.WRCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAcknowledgement" String="IAcknowledgement[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAddOnValue" String="IAddOnValue[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAddress" String="IAddress[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRCLog" String="ILog[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCNote"><Annotation Term="Glow.FriendlyName" Qualifier="WRCNote" String="INote[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WRCReferenceNumber" String="IReferenceNumber[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WRCUniversalJobLink" String="IUniversalJobLink[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCWhsItemConsignmentOrderReference"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWhsItemConsignmentOrderReference" String="IWhsItemConsignmentOrderReference[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowEvent" String="IWorkflowEvent[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowTask" String="IWorkflowTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRDAcknowledgement" String="IAcknowledgement[[IWhsItemReceiveConsignmentRTUDivot]]" /></Annotations><Annotations Target="Odyssey.WRHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRHAcknowledgement" String="IAcknowledgement[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WRHAddOnValue" String="IAddOnValue[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WRHAddress" String="IAddress[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRHLog" String="ILog[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHNote"><Annotation Term="Glow.FriendlyName" Qualifier="WRHNote" String="INote[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WRHReferenceNumber" String="IReferenceNumber[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WRHUniversalJobLink" String="IUniversalJobLink[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowEvent" String="IWorkflowEvent[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowTask" String="IWorkflowTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRPAcknowledgement" String="IAcknowledgement[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WRPAddOnValue" String="IAddOnValue[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WRPAddress" String="IAddress[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRPLog" String="ILog[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPNote"><Annotation Term="Glow.FriendlyName" Qualifier="WRPNote" String="INote[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="WRPReferenceNumber" String="IReferenceNumber[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="WRPUniversalJobLink" String="IUniversalJobLink[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowEvent" String="IWorkflowEvent[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowTask" String="IWorkflowTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WTFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WTFAcknowledgement" String="IAcknowledgement[[IWhsItemTransferLine]]" /></Annotations><Annotations Target="Odyssey.WTHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WTHAcknowledgement" String="IAcknowledgement[[IWhsItemTransferHeader]]" /></Annotations><Annotations Target="Odyssey.WTHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WTHAddOnValue" String="IAddOnValue[[IWhsItemTransferHeader]]" /></Annotations><Annotations Target="Odyssey.WTHLog"><Annotation Term="Glow.FriendlyName" Qualifier="WTHLog" String="ILog[[IWhsItemTransferHeader]]" /></Annotations><Annotations Target="Odyssey.WTHNote"><Annotation Term="Glow.FriendlyName" Qualifier="WTHNote" String="INote[[IWhsItemTransferHeader]]" /></Annotations><Annotations Target="Odyssey.WTHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WTHWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsItemTransferHeader]]" /></Annotations><Annotations Target="Odyssey.WUTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WUTAcknowledgement" String="IAcknowledgement[[IWhsItemUnloadTask]]" /></Annotations><Annotations Target="Odyssey.WUTAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WUTAddOnValue" String="IAddOnValue[[IWhsItemUnloadTask]]" /></Annotations><Annotations Target="Odyssey.WVCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVCAcknowledgement" String="IAcknowledgement[[IWhsMheDevice]]" /></Annotations><Annotations Target="Odyssey.WVNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVNAcknowledgement" String="IAcknowledgement[[IWhsMheDeviceLocation]]" /></Annotations><Annotations Target="Odyssey.WWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WWAcknowledgement" String="IAcknowledgement[[IWhsWarehouse]]" /></Annotations><Annotations Target="Odyssey.WWDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WWDAcknowledgement" String="IAcknowledgement[[IWhsUNDGLimit]]" /></Annotations><Annotations Target="Odyssey.WWDUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="WWDUNDGSubstancePivot" String="IUNDGSubstancePivot[[IWhsUNDGLimit]]" /></Annotations></Schema><Schema Namespace="PackageGenericViewActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetPackageStatesToLoadForDTU" IsComposable="true"><Parameter Name="dtuPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageGenericView)" /></Function><Function Name="GetPackageStatesForTransfer" IsComposable="true"><Parameter Name="transferHeaderPK" Type="Edm.Guid" Nullable="false" /><Parameter Name="transferType" Type="Edm.String" /><Parameter Name="locationPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.WhsItemPackageGenericView)" /></Function></Schema><Schema Namespace="ReceiveConsignmentToCloseActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetReceiveConsignmentsToClose" IsComposable="true"><Parameter Name="rtuPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemReceiveConsignmentToCloseView)" /></Function></Schema><Schema Namespace="ActiveConsignmentActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetActiveConsignments" IsComposable="true"><Parameter Name="warehousePK" Type="Edm.Guid" /><Parameter Name="searchTerm" Type="Edm.String" /><ReturnType Type="Collection(Odyssey.TransitActiveConsignmentsView)" /></Function></Schema><Schema Namespace="DGValidationViewActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetDGValidationResult" IsComposable="true"><Parameter Name="warehousePK" Type="Edm.Guid" Nullable="false" /><Parameter Name="checkBookedPackage" Type="Edm.Boolean" Nullable="false" /><Parameter Name="excludeDepartedPackage" Type="Edm.Boolean" Nullable="false" /><Parameter Name="limitPKs" Type="Edm.String" /><ReturnType Type="Collection(Odyssey.WhsItemUNDGValidationView)" /></Function></Schema><Schema Namespace="DispatchConsignmentActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetDCNsInLoadListsForDTU" IsComposable="true"><Parameter Name="dtuPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemDispatchConsignment)" /></Function></Schema><Schema Namespace="TransferHeaderActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetTransferHeaderNotYetPickedPackageLocations"><Parameter Name="transferHeaderPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsLocationView)" /></Function><Function Name="GetTransferHeaderFirstLoadList" IsComposable="true"><Parameter Name="transferHeaderPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemDispatchLoadList)" /></Function></Schema><Schema Namespace="PackageStateActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetPackageStateLoadListWithFallback" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><Parameter Name="childLoadListNeedReadyToStage" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemDispatchLoadList)" /></Function><Function Name="GetPackageStateFirstChildPackage" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetPackageStateFirstChildPackageWithIncompleteTransferLine" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><Parameter Name="transferHeaderPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetPackageStateTemperatureExceedLocationLimit" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><Parameter Name="locationViewPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetPackageStateTemperatureExceedLocationLimitFromTransferHeader" IsComposable="true"><Parameter Name="transferHeaderPK" Type="Edm.Guid" Nullable="false" /><Parameter Name="locationViewPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetDirectInnersFromHandlingUnit" IsComposable="true"><Parameter Name="pkgPackagePk" Type="Edm.Guid" Nullable="false" /><Parameter Name="topCount" Type="Edm.Int32" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="IsPackageStateTemperatureExceedLocationLimit"><Parameter Name="pkgPackage" Type="Odyssey.PkgPackage" /><Parameter Name="locationType" Type="Odyssey.WhsLocationType" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="GetTopHandlingUnitPackageStates" IsComposable="true"><Parameter Name="parentPK" Type="Edm.Guid" Nullable="false" /><Parameter Name="parentJobType" Type="Edm.String" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetChildPackagesExcludeHandlingUnits" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemPackageState)" /></Function><Function Name="GetChildPackagesIncompleteTransferLines" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.WhsItemTransferLine)" /></Function><Function Name="GetAllDangerousGoodsInChildPackages" IsComposable="true"><Parameter Name="packageStatePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.UNDGDataItem)" /></Function></Schema><Schema Namespace="WhsLocationForTransitPutawayActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetWhsLocationForTransitPutaway" IsComposable="true"><Parameter Name="warehousePK" Type="Edm.Guid" Nullable="false" /><Parameter Name="locationPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.WhsLocationForTransitPutaway)" /></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="JobServiceLinks" Target="JobServiceLinks" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="ESLogs" /><NavigationPropertyBinding Path="Odyssey.WDCAdditionalService/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WRCAdditionalService/Parent" Target="WhsItemReceiveConsignments" /><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="AdditionalServiceViews" EntityType="Odyssey.AdditionalServiceView"><NavigationPropertyBinding Path="AdditionalService" Target="AdditionalServices" /><NavigationPropertyBinding Path="DispatchConsignmentParent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="ReceiveConsignmentParent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="ServiceRateCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="CEAcknowledgements" EntityType="Odyssey.CEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryNums" /></EntitySet><EntitySet Name="CEAddOnValues" EntityType="Odyssey.CEAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryNums" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusEntryNums" EntityType="Odyssey.CusEntryNum"><NavigationPropertyBinding Path="Acknowledgements" Target="CEAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="CEAddOnValues" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></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="DispatchLoadListPropertiesViews" EntityType="Odyssey.DispatchLoadListPropertiesView" /><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="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="ESLAcknowledgements" EntityType="Odyssey.ESLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobServiceLinks" /></EntitySet><EntitySet Name="ESLogs" EntityType="Odyssey.ESLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="FHAcknowledgements" EntityType="Odyssey.FHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /></EntitySet><EntitySet Name="FHTags" EntityType="Odyssey.FHTag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="FHWorkflowTasks" EntityType="Odyssey.FHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="GlbBranchExtraPortInfos" EntityType="Odyssey.GlbBranchExtraPortInfo"><NavigationPropertyBinding Path="AdditionalBranchRelatedPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbBranchExtraPorts" Target="GlbBranchExtraPortInfos" /><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="JDDLogs" EntityType="Odyssey.JDDLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDocumentData" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JDDWorkflowEvents" EntityType="Odyssey.JDDWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDocumentData" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JFAcknowledgements" EntityType="Odyssey.JFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobExRates" /></EntitySet><EntitySet Name="JHAcknowledgements" EntityType="Odyssey.JHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /></EntitySet><EntitySet Name="JHLogs" EntityType="Odyssey.JHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHNotes" EntityType="Odyssey.JHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JHWorkflowAuditLogs" EntityType="Odyssey.JHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHWorkflowEvents" EntityType="Odyssey.JHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JobCharges" EntityType="Odyssey.JobCharge"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="AccChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="AccChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="Acknowledgements" Target="JRAcknowledgements" /><NavigationPropertyBinding Path="APLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="ARLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CFXLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CostAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CostGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CostVATClass" Target="AccInvMsgInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="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="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="JobDocumentData" EntityType="Odyssey.JobDocumentData"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JDDLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JDDWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JDD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobExRates" EntityType="Odyssey.JobExRate"><NavigationPropertyBinding Path="Acknowledgements" Target="JFAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Org" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobHeaders" EntityType="Odyssey.JobHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="JHAcknowledgements" /><NavigationPropertyBinding Path="AgentCollectAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="JobExRates" Target="JobExRates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocalBillingContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LocalChargesAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="JHLogs" /><NavigationPropertyBinding Path="Notes" Target="JHNotes" /><NavigationPropertyBinding Path="Odyssey.WDCJobHeader/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WDHJobHeader/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WDLJobHeader/Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Odyssey.WRCJobHeader/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHJobHeader/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="ParentJob" Target="JobHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RepOps" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RepSales" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobSailingInfos" EntityType="Odyssey.JobSailingInfo"><NavigationPropertyBinding Path="JobVoyDestination" Target="JobVoyDestinationInfos" /><NavigationPropertyBinding Path="JobVoyOrigin" Target="JobVoyOriginInfos" /></EntitySet><EntitySet Name="JobServiceLinks" EntityType="Odyssey.JobServiceLink"><NavigationPropertyBinding Path="Acknowledgements" Target="ESLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobService" Target="AdditionalServices" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KPJobServiceLink/Parent" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ESL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobVoyDestinationInfos" EntityType="Odyssey.JobVoyDestinationInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></EntitySet><EntitySet Name="JobVoyOriginInfos" EntityType="Odyssey.JobVoyOriginInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></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="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="K0Acknowledgements" EntityType="Odyssey.K0Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageContainers" /></EntitySet><EntitySet Name="KHRAcknowledgements" EntityType="Odyssey.KHRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHolds" /></EntitySet><EntitySet Name="KJAcknowledgements" EntityType="Odyssey.KJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PackageJobs" /></EntitySet><EntitySet Name="KPAcknowledgements" EntityType="Odyssey.KPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /></EntitySet><EntitySet Name="KPBAcknowledgements" EntityType="Odyssey.KPBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageBookedDetails" /></EntitySet><EntitySet Name="KPBLogs" EntityType="Odyssey.KPBLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPDAcknowledgements" EntityType="Odyssey.KPDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHandlingUnitDivots" /></EntitySet><EntitySet Name="KPEAcknowledgements" EntityType="Odyssey.KPEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageSeals" /></EntitySet><EntitySet Name="KPHAcknowledgements" EntityType="Odyssey.KPHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHeaders" /></EntitySet><EntitySet Name="KPJAcknowledgements" EntityType="Odyssey.KPJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageJobPackageHeaderPivots" /></EntitySet><EntitySet Name="KPLogs" EntityType="Odyssey.KPLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPNAcknowledgements" EntityType="Odyssey.KPNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PackageExtensions" /></EntitySet><EntitySet Name="KPOAcknowledgements" EntityType="Odyssey.KPOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageOrderReferences" /></EntitySet><EntitySet Name="KPOLogs" EntityType="Odyssey.KPOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageOrderReferences" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPReferenceNumbers" EntityType="Odyssey.KPReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KPSAcknowledgements" EntityType="Odyssey.KPSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /></EntitySet><EntitySet Name="KPSLogs" EntityType="Odyssey.KPSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPSWorkflowAuditLogs" EntityType="Odyssey.KPSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPSWorkflowEvents" EntityType="Odyssey.KPSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPTAcknowledgements" EntityType="Odyssey.KPTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageTemperatures" /></EntitySet><EntitySet Name="KPUAcknowledgements" EntityType="Odyssey.KPUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /></EntitySet><EntitySet Name="KPULogs" EntityType="Odyssey.KPULog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPUWorkflowAuditLogs" EntityType="Odyssey.KPUWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></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="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="OAAcknowledgements" EntityType="Odyssey.OAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddresses" /></EntitySet><EntitySet Name="OAIAcknowledgements" EntityType="Odyssey.OAIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddressAdditionalInfos" /></EntitySet><EntitySet Name="OBAcknowledgements" EntityType="Odyssey.OBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCompanyData" /></EntitySet><EntitySet Name="OHAcknowledgements" EntityType="Odyssey.OHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /></EntitySet><EntitySet Name="OHAddOnValues" EntityType="Odyssey.OHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OHJobRequiredDocuments" EntityType="Odyssey.OHJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="OHLogs" EntityType="Odyssey.OHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OHNotes" EntityType="Odyssey.OHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OHWorkflowAuditLogs" EntityType="Odyssey.OHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressAdditionalInfos" EntityType="Odyssey.OrgAddressAdditionalInfo"><NavigationPropertyBinding Path="Acknowledgements" Target="OAIAcknowledgements" /><NavigationPropertyBinding Path="Address" Target="OrgAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OAI_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressCapabilities" EntityType="Odyssey.OrgAddressCapability"><NavigationPropertyBinding Path="Acknowledgements" Target="PZAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddresses" EntityType="Odyssey.OrgAddress"><NavigationPropertyBinding Path="Acknowledgements" Target="OAAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilities" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OA_AutoVersion</PropertyPath></Collection></Annotation></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="OrgCompanyData" EntityType="Odyssey.OrgCompanyData"><NavigationPropertyBinding Path="Acknowledgements" Target="OBAcknowledgements" /><NavigationPropertyBinding Path="APDefaultBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="APDefaultChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARDDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARPayToAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="ControllingBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OB_AutoVersion</PropertyPath></Collection></Annotation></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="OrgCountryData" EntityType="Odyssey.OrgCountryData"><NavigationPropertyBinding Path="Acknowledgements" Target="OVAcknowledgements" /><NavigationPropertyBinding Path="ApprovedLocation" Target="OrgAddresses" /><NavigationPropertyBinding Path="ClientCountryRelation" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultConsignee" Target="OrgAddresses" /><NavigationPropertyBinding Path="IssuingAuthorityCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="NotifyParty" Target="OrgHeaders" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="ReviewedByUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OV_AutoVersion</PropertyPath></Collection></Annotation></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="OrgHeaders" EntityType="Odyssey.OrgHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="OHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="OHAddOnValues" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="OHJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="OHLogs" /><NavigationPropertyBinding Path="Notes" Target="OHNotes" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddresses" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyData" /><NavigationPropertyBinding Path="OrgCountryData" Target="OrgCountryData" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="OHWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OH_AutoVersion</PropertyPath></Collection></Annotation></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="OVAcknowledgements" EntityType="Odyssey.OVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCountryData" /></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="PackageExtensions" EntityType="Odyssey.PackageExtension"><NavigationPropertyBinding Path="Acknowledgements" Target="KPNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.WDHPackageExtension/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRHPackageExtension/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPN_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.KPUPackageJob/Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="Odyssey.WDCPackageJob/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WDHPackageJob/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRCPackageJob/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHPackageJob/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="PkgPackageJobPackageHeaderPivots" Target="PkgPackageJobPackageHeaderPivots" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PackageTrackingViews" EntityType="Odyssey.PackageTrackingView"><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="TrackingAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="PkgHandlingUnits" EntityType="Odyssey.PkgHandlingUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="KPUAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPULogs" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KPUWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageBookedDetails" EntityType="Odyssey.PkgPackageBookedDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="KPBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPBLogs" /><NavigationPropertyBinding Path="OriginalBookedDetail" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageContainers" EntityType="Odyssey.PkgPackageContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="K0Acknowledgements" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>K0_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHandlingUnitDivots" EntityType="Odyssey.PkgPackageHandlingUnitDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KPDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackedUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="UnpackedUser" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHandlingUnitPackageScreeningViews" EntityType="Odyssey.PkgPackageHandlingUnitPackageScreeningView"><NavigationPropertyBinding Path="HandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageScreening" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="ScreenedBy" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="PkgPackageHeaders" EntityType="Odyssey.PkgPackageHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="KPHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHolds" EntityType="Odyssey.PkgPackageHold"><NavigationPropertyBinding Path="Acknowledgements" Target="KHRAcknowledgements" /><NavigationPropertyBinding Path="AddedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KHR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageJobPackageHeaderPivots" EntityType="Odyssey.PkgPackageJobPackageHeaderPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KPJAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="PackageJob" Target="PackageJobs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageOrderReferences" EntityType="Odyssey.PkgPackageOrderReference"><NavigationPropertyBinding Path="Acknowledgements" Target="KPOAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPOLogs" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackages" EntityType="Odyssey.PkgPackage"><NavigationPropertyBinding Path="Acknowledgements" Target="KPAcknowledgements" /><NavigationPropertyBinding Path="AllChildPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ClosedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HandlingUnitPackages" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="HandlingUnits" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="HeldReasons" Target="PkgPackageHolds" /><NavigationPropertyBinding Path="JobServiceLinks" Target="JobServiceLinks" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPLogs" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ParentPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="ParentPackageJob" Target="PackageJobs" /><NavigationPropertyBinding Path="PkgPackageBookedDetails" Target="PkgPackageBookedDetails" /><NavigationPropertyBinding Path="PkgPackageContainers" Target="PkgPackageContainers" /><NavigationPropertyBinding Path="PkgPackageExtensions" Target="PackageExtensions" /><NavigationPropertyBinding Path="PkgPackageOrderReferences" Target="PkgPackageOrderReferences" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="PkgPackageScreenings" Target="PkgPackageScreenings" /><NavigationPropertyBinding Path="PkgPackageSeals" Target="PkgPackageSeals" /><NavigationPropertyBinding Path="PkgPackageTemperatures" Target="PkgPackageTemperatures" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KPReferenceNumbers" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TopHandlingUnitPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentPacklineViews" Target="WhsItemReceiveConsignmentPacklineViews" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KPWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageScreenings" EntityType="Odyssey.PkgPackageScreening"><NavigationPropertyBinding Path="Acknowledgements" Target="KPSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPSLogs" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="ScreenedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KPSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KPSWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageSeals" EntityType="Odyssey.PkgPackageSeal"><NavigationPropertyBinding Path="Acknowledgements" Target="KPEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageTemperatures" EntityType="Odyssey.PkgPackageTemperature"><NavigationPropertyBinding Path="Acknowledgements" Target="KPTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MeasuredBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessHeaders" EntityType="Odyssey.ProcessHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="FHAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="EffectiveBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="EffectiveDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.OHProcessHeader/Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="Odyssey.WDCProcessHeader/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WDHProcessHeader/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WDLProcessHeader/Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Odyssey.WPSProcessHeader/Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Odyssey.WRCProcessHeader/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHProcessHeader/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRPProcessHeader/Parent" Target="WhsItemReceiveASNs" /><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.JHProcessTask/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.WDCProcessTask/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WDHProcessTask/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WDLProcessTask/Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Odyssey.WPSProcessTask/Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Odyssey.WRCProcessTask/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHProcessTask/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRPProcessTask/Parent" Target="WhsItemReceiveASNs" /><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="PZAcknowledgements" EntityType="Odyssey.PZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddressCapabilities" /></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="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="TransitActiveConsignmentsViews" EntityType="Odyssey.TransitActiveConsignmentsView" /><EntitySet Name="TransitDispatchTransportationUnitLoadViews" EntityType="Odyssey.TransitDispatchTransportationUnitLoadView" /><EntitySet Name="TransitLocationTotalsViews" EntityType="Odyssey.TransitLocationTotalsView"><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="TransitPackageDetailViews" EntityType="Odyssey.TransitPackageDetailView"><NavigationPropertyBinding Path="HandlingUnitPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="IncompleteTransferLine" Target="WhsItemTransferLines" /><NavigationPropertyBinding Path="NextDischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="TransitPackageFactMetadataProxies" EntityType="Odyssey.TransitPackageFactMetadataProxy"><NavigationPropertyBinding Path="BillToParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BookingParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignor" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="TransitPackageLabelsForDCNViews" EntityType="Odyssey.TransitPackageLabelsForDCNView"><NavigationPropertyBinding Path="DispatchConsignment" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageJobPackageHeaderPivot" Target="PkgPackageJobPackageHeaderPivots" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="TransitPackageLabelsViews" EntityType="Odyssey.TransitPackageLabelsView"><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageJobPackageHeaderPivot" Target="PkgPackageJobPackageHeaderPivots" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="TransitReceiveConsignmentPackageGoverningReferencesViews" EntityType="Odyssey.TransitReceiveConsignmentPackageGoverningReferencesView"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="TransitReceiveTransportationUnitUnloadViews" EntityType="Odyssey.TransitReceiveTransportationUnitUnloadView" /><EntitySet Name="TransitTransferHeaderLoadListViews" EntityType="Odyssey.TransitTransferHeaderLoadListView"><NavigationPropertyBinding Path="StagingLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="TransitTransferLinePriorityViews" EntityType="Odyssey.TransitTransferLinePriorityView"><NavigationPropertyBinding Path="DispatchLoadList" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PickUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PutUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransferHeader" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="TransferLine" Target="WhsItemTransferLines" /><NavigationPropertyBinding Path="TransportRouting" Target="TransportRoutings" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="TransitTransferSummaryViews" EntityType="Odyssey.TransitTransferSummaryView"><NavigationPropertyBinding Path="TransferHeader" Target="WhsItemTransferHeaders" /></EntitySet><EntitySet Name="TransitUnloadTaskViews" EntityType="Odyssey.TransitUnloadTaskView"><NavigationPropertyBinding Path="ActiveHandlingUnit" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ActivePackline" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="LastPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="LastScannedPackageState" Target="WhsItemPackageStates" /></EntitySet><EntitySet Name="TransitWarehouseIncompleteASNsRCNsViews" EntityType="Odyssey.TransitWarehouseIncompleteASNsRCNsView"><NavigationPropertyBinding Path="ReceiveASN" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="TransitWarehouseLoadListsDTUsForLoadViews" EntityType="Odyssey.TransitWarehouseLoadListsDTUsForLoadView"><NavigationPropertyBinding Path="DispatchTransportationUnit" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="LoadList" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="NextDischarge" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="TransitWarehousePackagesForTransferViews" EntityType="Odyssey.TransitWarehousePackagesForTransferView"><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="TopHandlingUnit" Target="WhsItemPackageStates" /></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.WDLTransportRouting/Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Odyssey.WRCTransportRouting/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHTransportRouting/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRPTransportRouting/Parent" Target="WhsItemReceiveASNs" /><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="UNDGCountryReferenceWithSubstanceFlatViews" EntityType="Odyssey.UNDGCountryReferenceWithSubstanceFlatView"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="UNDGDataItems" EntityType="Odyssey.UNDGDataItem"><NavigationPropertyBinding Path="Acknowledgements" Target="DIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KPUNDGDataItem/Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="DIUNDGSubstancePivots" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGSubstanceInfos" EntityType="Odyssey.UNDGSubstanceInfo" /><EntitySet Name="WARAcknowledgements" EntityType="Odyssey.WARAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNRTUPivots" /></EntitySet><EntitySet Name="WDCAcknowledgements" EntityType="Odyssey.WDCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /></EntitySet><EntitySet Name="WDCAddOnValues" EntityType="Odyssey.WDCAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCAddresses" EntityType="Odyssey.WDCAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCLogs" EntityType="Odyssey.WDCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDCNotes" EntityType="Odyssey.WDCNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCReferenceNumbers" EntityType="Odyssey.WDCReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCUniversalJobLinks" EntityType="Odyssey.WDCUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCWhsItemConsignmentOrderReferences" EntityType="Odyssey.WDCWhsItemConsignmentOrderReference"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WOR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDCWorkflowAuditLogs" EntityType="Odyssey.WDCWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDCWorkflowEvents" EntityType="Odyssey.WDCWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDCWorkflowTasks" EntityType="Odyssey.WDCWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WDHAcknowledgements" EntityType="Odyssey.WDHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /></EntitySet><EntitySet Name="WDHAddOnValues" EntityType="Odyssey.WDHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDHAddresses" EntityType="Odyssey.WDHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDHLogs" EntityType="Odyssey.WDHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDHNotes" EntityType="Odyssey.WDHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDHReferenceNumbers" EntityType="Odyssey.WDHReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDHUniversalJobLinks" EntityType="Odyssey.WDHUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDHWorkflowAuditLogs" EntityType="Odyssey.WDHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDHWorkflowEvents" EntityType="Odyssey.WDHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDHWorkflowTasks" EntityType="Odyssey.WDHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WDLAcknowledgements" EntityType="Odyssey.WDLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /></EntitySet><EntitySet Name="WDLAddOnValues" EntityType="Odyssey.WDLAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLAddresses" EntityType="Odyssey.WDLAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLLogs" EntityType="Odyssey.WDLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDLNotes" EntityType="Odyssey.WDLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLReferenceNumbers" EntityType="Odyssey.WDLReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLUniversalJobLinks" EntityType="Odyssey.WDLUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLWorkflowAuditLogs" EntityType="Odyssey.WDLWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDLWorkflowEvents" EntityType="Odyssey.WDLWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDLWorkflowTasks" EntityType="Odyssey.WDLWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WGDAcknowledgements" EntityType="Odyssey.WGDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemGenericData" /></EntitySet><EntitySet Name="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsItemCycleCountLocations" EntityType="Odyssey.WhsItemCycleCountLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="WICAcknowledgements" /><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Logs" Target="WICLogs" /><NavigationPropertyBinding Path="Notes" Target="WICNotes" /><NavigationPropertyBinding Path="RejectedCycleCount" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="WhsItemCycleCountLocationVariances" Target="WhsItemCycleCountLocationVariances" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WICWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WIC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemCycleCountLocationVariances" EntityType="Odyssey.WhsItemCycleCountLocationVariance"><NavigationPropertyBinding Path="Acknowledgements" Target="WIVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CycleCountLocation" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="ExpectedHandlingUnit" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ExpectedStockLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WIVLogs" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="TransferLine" Target="WhsItemTransferLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WIV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemCycleCountLocationWithoutIndirectVarianceViews" EntityType="Odyssey.WhsItemCycleCountLocationWithoutIndirectVarianceView"><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CycleCountLocation" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="RejectedCycleCount" Target="WhsItemCycleCountLocations" /></EntitySet><EntitySet Name="WhsItemDispatchConsignments" EntityType="Odyssey.WhsItemDispatchConsignment"><NavigationPropertyBinding Path="Acknowledgements" Target="WDCAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="WDCAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WDCAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WDCLogs" /><NavigationPropertyBinding Path="Notes" Target="WDCNotes" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WDCReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="TransitPackageLabelsForDCNViews" Target="TransitPackageLabelsForDCNViews" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WDCUniversalJobLinks" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemConsignmentOrderReferences" Target="WDCWhsItemConsignmentOrderReferences" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WDCWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WDCWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WDCWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WDC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemDispatchLoadListDTUPivots" EntityType="Odyssey.WhsItemDispatchLoadListDTUPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WLDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransitDispatchLoadList" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="TransitDispatchTransportationUnit" Target="WhsItemDispatchTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WLD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemDispatchLoadLists" EntityType="Odyssey.WhsItemDispatchLoadList"><NavigationPropertyBinding Path="Acknowledgements" Target="WDLAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WDLAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WDLAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastDischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WDLLogs" /><NavigationPropertyBinding Path="Notes" Target="WDLNotes" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WDLReferenceNumbers" /><NavigationPropertyBinding Path="StagingLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WDLUniversalJobLinks" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemDispatchLoadListDTUPivots" Target="WhsItemDispatchLoadListDTUPivots" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WDLWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WDLWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WDLWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WDL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemDispatchTransportationUnits" EntityType="Odyssey.WhsItemDispatchTransportationUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="WDHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WDHAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WDHAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WDHLogs" /><NavigationPropertyBinding Path="NextDischarge" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Notes" Target="WDHNotes" /><NavigationPropertyBinding Path="PackageExtensions" Target="PackageExtensions" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WDHReferenceNumbers" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WDHUniversalJobLinks" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemDispatchLoadListDTUPivots" Target="WhsItemDispatchLoadListDTUPivots" /><NavigationPropertyBinding Path="WhsItemPackageStateReturnDetails" Target="WhsItemPackageStateReturnDetails" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WDHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WDHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WDHWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WDH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemGenericData" EntityType="Odyssey.WhsItemGenericData"><NavigationPropertyBinding Path="Acknowledgements" Target="WGDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WGD_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemHandlingUnitJobViews" EntityType="Odyssey.WhsItemHandlingUnitJobView"><NavigationPropertyBinding Path="DispatchConsignment" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="DispatchLoadList" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="WhsItemPackageState" Target="WhsItemPackageStates" /></EntitySet><EntitySet Name="WhsItemInnerPacklineViews" EntityType="Odyssey.WhsItemInnerPacklineView"><NavigationPropertyBinding Path="OuterPackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PkgPackage" Target="PkgPackages" /></EntitySet><EntitySet Name="WhsItemPackageGenericViews" EntityType="Odyssey.WhsItemPackageGenericView" /><EntitySet Name="WhsItemPackagesAvailableToPutawayViews" EntityType="Odyssey.WhsItemPackagesAvailableToPutawayView"><NavigationPropertyBinding Path="FromLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ToLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="TopHandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="TransferHeader" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="TransferLine" Target="WhsItemTransferLines" /></EntitySet><EntitySet Name="WhsItemPackageStateReturnDetails" EntityType="Odyssey.WhsItemPackageStateReturnDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="WPRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="PreviousDTU" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="ReturnedOnRTU" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WPR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemPackageStates" EntityType="Odyssey.WhsItemPackageState"><NavigationPropertyBinding Path="Acknowledgements" Target="WPSAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WPSAddOnValues" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="LoadList" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Logs" Target="WPSLogs" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReceiveExpectedPacking" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="ReceiveLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WPSReferenceNumbers" /><NavigationPropertyBinding Path="TransitDispatchConsignment" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="TransitDispatchHeader" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="TransitReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="TransitReceiveHeader" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemInnerPacklineViews" Target="WhsItemInnerPacklineViews" /><NavigationPropertyBinding Path="WhsItemPackageStateReturnDetails" Target="WhsItemPackageStateReturnDetails" /><NavigationPropertyBinding Path="WhsItemTransferLines" Target="WhsItemTransferLines" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WPSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WPSWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WPSWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WPS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemReceiveASNRTUPivots" EntityType="Odyssey.WhsItemReceiveASNRTUPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WARAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransitReceiveASN" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="TransitReceiveTransportationUnit" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WAR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemReceiveASNs" EntityType="Odyssey.WhsItemReceiveASN"><NavigationPropertyBinding Path="Acknowledgements" Target="WRPAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WRPAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WRPAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExpectedContainer" Target="PkgPackageContainers" /><NavigationPropertyBinding Path="IntendedWarehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WRPLogs" /><NavigationPropertyBinding Path="Notes" Target="WRPNotes" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WRPReferenceNumbers" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WRPUniversalJobLinks" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WhsItemReceiveASNRTUPivots" Target="WhsItemReceiveASNRTUPivots" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WRPWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WRPWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WRPWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WRP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemReceiveConsignmentPacklineViews" EntityType="Odyssey.WhsItemReceiveConsignmentPacklineView"><NavigationPropertyBinding Path="BreakdownServiceLink" Target="JobServiceLinks" /><NavigationPropertyBinding Path="OverpackServiceLink" Target="JobServiceLinks" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="PkgPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="ReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="WhsItemPackageState" Target="WhsItemPackageStates" /></EntitySet><EntitySet Name="WhsItemReceiveConsignmentRTUDivots" EntityType="Odyssey.WhsItemReceiveConsignmentRTUDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WRDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransitReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="TransitReceiveHeader" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WRD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemReceiveConsignmentRTUDivotViews" EntityType="Odyssey.WhsItemReceiveConsignmentRTUDivotView"><NavigationPropertyBinding Path="TransitReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="TransitReceiveHeader" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentRTUDivot" Target="WhsItemReceiveConsignmentRTUDivots" /></EntitySet><EntitySet Name="WhsItemReceiveConsignments" EntityType="Odyssey.WhsItemReceiveConsignment"><NavigationPropertyBinding Path="Acknowledgements" Target="WRCAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="AddOnValues" Target="WRCAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WRCAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="IntendedWarehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WRCLogs" /><NavigationPropertyBinding Path="NextDischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Notes" Target="WRCNotes" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WRCReferenceNumbers" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="TransitPackageLabelsViews" Target="TransitPackageLabelsViews" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WRCUniversalJobLinks" /><NavigationPropertyBinding Path="WhsItemConsignmentOrderReferences" Target="WRCWhsItemConsignmentOrderReferences" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentPacklineViews" Target="WhsItemReceiveConsignmentPacklineViews" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentRTUDivots" Target="WhsItemReceiveConsignmentRTUDivots" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentRTUDivotViews" Target="WhsItemReceiveConsignmentRTUDivotViews" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WRCWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WRCWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WRCWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WRC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemReceiveConsignmentToClosePacklineViews" EntityType="Odyssey.WhsItemReceiveConsignmentToClosePacklineView"><NavigationPropertyBinding Path="PkgPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="WhsItemPackageState" Target="WhsItemPackageStates" /></EntitySet><EntitySet Name="WhsItemReceiveConsignmentToCloseViews" EntityType="Odyssey.WhsItemReceiveConsignmentToCloseView" /><EntitySet Name="WhsItemReceiveTransportationUnits" EntityType="Odyssey.WhsItemReceiveTransportationUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="WRHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WRHAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="WRHAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WRHLogs" /><NavigationPropertyBinding Path="Notes" Target="WRHNotes" /><NavigationPropertyBinding Path="PackageExtensions" Target="PackageExtensions" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="WRHReferenceNumbers" /><NavigationPropertyBinding Path="StagingLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="WRHUniversalJobLinks" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemPackageStateReturnDetails" Target="WhsItemPackageStateReturnDetails" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WhsItemReceiveASNRTUPivots" Target="WhsItemReceiveASNRTUPivots" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentRTUDivots" Target="WhsItemReceiveConsignmentRTUDivots" /><NavigationPropertyBinding Path="WhsItemReceiveConsignmentRTUDivotViews" Target="WhsItemReceiveConsignmentRTUDivotViews" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WRHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WRHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="WRHWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WRH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemTransferHeaderForPutawayViews" EntityType="Odyssey.WhsItemTransferHeaderForPutawayView" /><EntitySet Name="WhsItemTransferHeaders" EntityType="Odyssey.WhsItemTransferHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="WTHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WTHAddOnValues" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WTHLogs" /><NavigationPropertyBinding Path="Notes" Target="WTHNotes" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemTransferLines" Target="WhsItemTransferLines" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WTHWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WTH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemTransferLines" EntityType="Odyssey.WhsItemTransferLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WTFAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="From" Target="WhsLocationViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackageState" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="PickUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PutUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="To" Target="WhsLocationViews" /><NavigationPropertyBinding Path="TransitTransferHeader" Target="WhsItemTransferHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WTF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsItemTransferLineWithPickSequenceViews" EntityType="Odyssey.WhsItemTransferLineWithPickSequenceView"><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Row" Target="WhsRowInfos" /><NavigationPropertyBinding Path="TransferHeader" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="TransferLine" Target="WhsItemTransferLines" /></EntitySet><EntitySet Name="WhsItemUNDGTotalsViews" EntityType="Odyssey.WhsItemUNDGTotalsView"><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsItemUNDGValidationViews" EntityType="Odyssey.WhsItemUNDGValidationView"><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /></EntitySet><EntitySet Name="WhsItemUnloadTasks" EntityType="Odyssey.WhsItemUnloadTask"><NavigationPropertyBinding Path="Acknowledgements" Target="WUTAcknowledgements" /><NavigationPropertyBinding Path="ActiveBreakdownOuter" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ActiveHandlingUnit" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ActiveInnerPackline" Target="PkgPackages" /><NavigationPropertyBinding Path="ActiveJobService" Target="AdditionalServices" /><NavigationPropertyBinding Path="ActivePackline" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="ActiveReceiveConsignment" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="ActiveReceiveTransportationUnit" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="AddOnValues" Target="WUTAddOnValues" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastScannedPackage" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="LockedPackage" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Unloader" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WUT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLocationForTransitPutaways" EntityType="Odyssey.WhsLocationForTransitPutaway"><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsLocationTypes" EntityType="Odyssey.WhsLocationType"><NavigationPropertyBinding Path="Acknowledgements" Target="WLTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WLT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLocationViewForGenerateTransitCycleCountModules" EntityType="Odyssey.WhsLocationViewForGenerateTransitCycleCountModule"><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="LocationView" Target="WhsLocationViews" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsLocationViews" EntityType="Odyssey.WhsLocationView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultPrintQueue" Target="StmPrintQueueInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="TransitServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsItemCycleCountLocations" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="WhsItemPackageStates" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="WhsMheDeviceLocations" Target="WhsMheDeviceLocations" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsMheDeviceLocations" EntityType="Odyssey.WhsMheDeviceLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="WVNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Device" Target="WhsMheDevices" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsMheDevices" EntityType="Odyssey.WhsMheDevice"><NavigationPropertyBinding Path="Acknowledgements" Target="WVCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsMheDeviceLocations" Target="WhsMheDeviceLocations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsRows" EntityType="Odyssey.WhsRow"><NavigationPropertyBinding Path="Acknowledgements" Target="WRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsUNDGLimits" EntityType="Odyssey.WhsUNDGLimit"><NavigationPropertyBinding Path="Acknowledgements" Target="WWDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="WWDUNDGSubstancePivots" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WWD_AutoVersion</PropertyPath></Collection></Annotation></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="WhsWarehouses" EntityType="Odyssey.WhsWarehouse"><NavigationPropertyBinding Path="Acknowledgements" Target="WWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="DefaultLocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRows" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WICAcknowledgements" EntityType="Odyssey.WICAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocations" /></EntitySet><EntitySet Name="WICLogs" EntityType="Odyssey.WICLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WICNotes" EntityType="Odyssey.WICNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WICWorkflowAuditLogs" EntityType="Odyssey.WICWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WIVAcknowledgements" EntityType="Odyssey.WIVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocationVariances" /></EntitySet><EntitySet Name="WIVLogs" EntityType="Odyssey.WIVLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemCycleCountLocationVariances" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WLDAcknowledgements" EntityType="Odyssey.WLDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemDispatchLoadListDTUPivots" /></EntitySet><EntitySet Name="WLTAcknowledgements" EntityType="Odyssey.WLTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLocationTypes" /></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.JHWorkflowException/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="Odyssey.WDCWorkflowException/Parent" Target="WhsItemDispatchConsignments" /><NavigationPropertyBinding Path="Odyssey.WDHWorkflowException/Parent" Target="WhsItemDispatchTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WDLWorkflowException/Parent" Target="WhsItemDispatchLoadLists" /><NavigationPropertyBinding Path="Odyssey.WPSWorkflowException/Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="Odyssey.WRCWorkflowException/Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="Odyssey.WRHWorkflowException/Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.WRPWorkflowException/Parent" Target="WhsItemReceiveASNs" /></EntitySet><EntitySet Name="WPRAcknowledgements" EntityType="Odyssey.WPRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStateReturnDetails" /></EntitySet><EntitySet Name="WPSAcknowledgements" EntityType="Odyssey.WPSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /></EntitySet><EntitySet Name="WPSAddOnValues" EntityType="Odyssey.WPSAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WPSLogs" EntityType="Odyssey.WPSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WPSReferenceNumbers" EntityType="Odyssey.WPSReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WPSWorkflowAuditLogs" EntityType="Odyssey.WPSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WPSWorkflowEvents" EntityType="Odyssey.WPSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WPSWorkflowTasks" EntityType="Odyssey.WPSWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemPackageStates" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WRAcknowledgements" EntityType="Odyssey.WRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsRows" /></EntitySet><EntitySet Name="WRCAcknowledgements" EntityType="Odyssey.WRCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /></EntitySet><EntitySet Name="WRCAddOnValues" EntityType="Odyssey.WRCAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCAddresses" EntityType="Odyssey.WRCAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCLogs" EntityType="Odyssey.WRCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRCNotes" EntityType="Odyssey.WRCNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCReferenceNumbers" EntityType="Odyssey.WRCReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCUniversalJobLinks" EntityType="Odyssey.WRCUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCWhsItemConsignmentOrderReferences" EntityType="Odyssey.WRCWhsItemConsignmentOrderReference"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WOR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRCWorkflowAuditLogs" EntityType="Odyssey.WRCWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRCWorkflowEvents" EntityType="Odyssey.WRCWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRCWorkflowTasks" EntityType="Odyssey.WRCWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignments" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WRDAcknowledgements" EntityType="Odyssey.WRDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveConsignmentRTUDivots" /></EntitySet><EntitySet Name="WRHAcknowledgements" EntityType="Odyssey.WRHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /></EntitySet><EntitySet Name="WRHAddOnValues" EntityType="Odyssey.WRHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRHAddresses" EntityType="Odyssey.WRHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRHLogs" EntityType="Odyssey.WRHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRHNotes" EntityType="Odyssey.WRHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRHReferenceNumbers" EntityType="Odyssey.WRHReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRHUniversalJobLinks" EntityType="Odyssey.WRHUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRHWorkflowAuditLogs" EntityType="Odyssey.WRHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRHWorkflowEvents" EntityType="Odyssey.WRHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRHWorkflowTasks" EntityType="Odyssey.WRHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveTransportationUnits" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WRPAcknowledgements" EntityType="Odyssey.WRPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /></EntitySet><EntitySet Name="WRPAddOnValues" EntityType="Odyssey.WRPAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRPAddresses" EntityType="Odyssey.WRPAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRPLogs" EntityType="Odyssey.WRPLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRPNotes" EntityType="Odyssey.WRPNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRPReferenceNumbers" EntityType="Odyssey.WRPReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRPUniversalJobLinks" EntityType="Odyssey.WRPUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WRPWorkflowAuditLogs" EntityType="Odyssey.WRPWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRPWorkflowEvents" EntityType="Odyssey.WRPWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WRPWorkflowTasks" EntityType="Odyssey.WRPWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemReceiveASNs" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="WTFAcknowledgements" EntityType="Odyssey.WTFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferLines" /></EntitySet><EntitySet Name="WTHAcknowledgements" EntityType="Odyssey.WTHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferHeaders" /></EntitySet><EntitySet Name="WTHAddOnValues" EntityType="Odyssey.WTHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WTHLogs" EntityType="Odyssey.WTHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WTHNotes" EntityType="Odyssey.WTHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WTHWorkflowAuditLogs" EntityType="Odyssey.WTHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemTransferHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WUTAcknowledgements" EntityType="Odyssey.WUTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemUnloadTasks" /></EntitySet><EntitySet Name="WUTAddOnValues" EntityType="Odyssey.WUTAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsItemUnloadTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WVCAcknowledgements" EntityType="Odyssey.WVCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsMheDevices" /></EntitySet><EntitySet Name="WVNAcknowledgements" EntityType="Odyssey.WVNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsMheDeviceLocations" /></EntitySet><EntitySet Name="WWAcknowledgements" EntityType="Odyssey.WWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WWDAcknowledgements" EntityType="Odyssey.WWDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsUNDGLimits" /></EntitySet><EntitySet Name="WWDUNDGSubstancePivots" EntityType="Odyssey.WWDUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsUNDGLimits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><FunctionImport Name="GetPackageStatesToLoadForDTU" Function="PackageGenericViewActionExtender.GetPackageStatesToLoadForDTU" EntitySet="WhsItemPackageGenericViews" /><FunctionImport Name="GetPackageStatesForTransfer" Function="PackageGenericViewActionExtender.GetPackageStatesForTransfer" EntitySet="WhsItemPackageGenericViews" /><FunctionImport Name="GetReceiveConsignmentsToClose" Function="ReceiveConsignmentToCloseActionExtender.GetReceiveConsignmentsToClose" EntitySet="WhsItemReceiveConsignmentToCloseViews" /><FunctionImport Name="GetActiveConsignments" Function="ActiveConsignmentActionExtender.GetActiveConsignments" EntitySet="TransitActiveConsignmentsViews" /><FunctionImport Name="GetDGValidationResult" Function="DGValidationViewActionExtender.GetDGValidationResult" EntitySet="WhsItemUNDGValidationViews" /><FunctionImport Name="GetDCNsInLoadListsForDTU" Function="DispatchConsignmentActionExtender.GetDCNsInLoadListsForDTU" EntitySet="WhsItemDispatchConsignments" /><FunctionImport Name="GetTransferHeaderNotYetPickedPackageLocations" Function="TransferHeaderActionExtender.GetTransferHeaderNotYetPickedPackageLocations" EntitySet="WhsLocationViews" /><FunctionImport Name="GetTransferHeaderFirstLoadList" Function="TransferHeaderActionExtender.GetTransferHeaderFirstLoadList" EntitySet="WhsItemDispatchLoadLists" /><FunctionImport Name="GetPackageStateLoadListWithFallback" Function="PackageStateActionExtender.GetPackageStateLoadListWithFallback" EntitySet="WhsItemDispatchLoadLists" /><FunctionImport Name="GetPackageStateFirstChildPackage" Function="PackageStateActionExtender.GetPackageStateFirstChildPackage" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetPackageStateFirstChildPackageWithIncompleteTransferLine" Function="PackageStateActionExtender.GetPackageStateFirstChildPackageWithIncompleteTransferLine" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetPackageStateTemperatureExceedLocationLimit" Function="PackageStateActionExtender.GetPackageStateTemperatureExceedLocationLimit" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetPackageStateTemperatureExceedLocationLimitFromTransferHeader" Function="PackageStateActionExtender.GetPackageStateTemperatureExceedLocationLimitFromTransferHeader" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetDirectInnersFromHandlingUnit" Function="PackageStateActionExtender.GetDirectInnersFromHandlingUnit" EntitySet="WhsItemPackageStates" /><FunctionImport Name="IsPackageStateTemperatureExceedLocationLimit" Function="PackageStateActionExtender.IsPackageStateTemperatureExceedLocationLimit" /><FunctionImport Name="GetTopHandlingUnitPackageStates" Function="PackageStateActionExtender.GetTopHandlingUnitPackageStates" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetChildPackagesExcludeHandlingUnits" Function="PackageStateActionExtender.GetChildPackagesExcludeHandlingUnits" EntitySet="WhsItemPackageStates" /><FunctionImport Name="GetChildPackagesIncompleteTransferLines" Function="PackageStateActionExtender.GetChildPackagesIncompleteTransferLines" EntitySet="WhsItemTransferLines" /><FunctionImport Name="GetAllDangerousGoodsInChildPackages" Function="PackageStateActionExtender.GetAllDangerousGoodsInChildPackages" EntitySet="UNDGDataItems" /><FunctionImport Name="GetWhsLocationForTransitPutaway" Function="WhsLocationForTransitPutawayActionExtender.GetWhsLocationForTransitPutaway" EntitySet="WhsLocationForTransitPutaways" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>