<?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="AccChequeBookInfo"><Key><PropertyRef Name="AK_PK" /></Key><Property Name="AK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AK_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AK_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AK_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccChequeBook" /><Annotation Term="Glow.TableCode" String="AK" /></EntityType><EntityType Name="AccInvMsgInfo"><Key><PropertyRef Name="A9_PK" /></Key><Property Name="A9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="A9_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="A9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="A9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccInvMsg" /><Annotation Term="Glow.TableCode" String="A9" /></EntityType><EntityType Name="AccTaxRateInfo"><Key><PropertyRef Name="AT_PK" /></Key><Property Name="AT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccTaxRate" /><Annotation Term="Glow.TableCode" String="AT" /></EntityType><EntityType Name="AccTransactionHeaderInfo"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionLines" Type="Collection(Odyssey.AccTransactionLineInfo)" Partner="AccTransactionHeader" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionHeader" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AccTransactionLineInfo"><Key><PropertyRef Name="AL_PK" /></Key><Property Name="AL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AL_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="AL_AH" Type="Edm.Guid" /><Property Name="AL_LineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeaderInfo" Partner="AccTransactionLines"><ReferentialConstraint Property="AL_AH" ReferencedProperty="AH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionLine" /><Annotation Term="Glow.TableCode" String="AL" /></EntityType><EntityType Name="AdditionalService" Abstract="true"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ES_BookedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CompletedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CurrentContextID" Type="Edm.Guid" /><Property Name="ES_CurrentContextTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="ES_ExternalServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_GC" Type="Edm.Guid" /><Property Name="ES_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ES_MeasurementBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_OA_Location" Type="Edm.Guid" /><Property Name="ES_OH_Contractor" Type="Edm.Guid" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_References" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_RQ" Type="Edm.Guid" /><Property Name="ES_RX_NKServiceRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="ES_ServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_ServiceNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="ES_ServiceRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ServiceRateCurrency/RX_SubUnitRatio" /></Property><Property Name="ES_SubLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ES_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="ES_OA_Location" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Contractor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="ES_OH_Contractor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RefEquipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="ES_RQ" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="ServiceRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="ES_RX_NKServiceRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.ESAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.ESLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ESAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ES" /></EntityType><EntityType Name="YAOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KMAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KNAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KGAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JKAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WSJAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WRCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WVOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JPAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="DIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="DI_PK" /></NavigationProperty></EntityType><EntityType Name="UNDGSubstancePivot" Abstract="true"><Key><PropertyRef Name="DP_PK" /></Key><Property Name="DP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DP_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DP_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="DP_Standard" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_UNNO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DP_Variant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.TableCode" String="DP" /></EntityType><EntityType Name="DIUNDGSubstancePivot" BaseType="Odyssey.UNDGSubstancePivot"><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="UNDGSubstancePivots"><ReferentialConstraint Property="DP_ParentId" ReferencedProperty="DI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ESAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty></EntityType><EntityType Name="AddOnValue" Abstract="true"><Key><PropertyRef Name="XV_PK" /></Key><Property Name="XV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="XV_DataAsDecimal" Type="Edm.Decimal" Precision="18" Scale="2"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_IsRuleEnabled" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="XV_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="XV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_XR_Rule" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="XV" /></EntityType><EntityType Name="ESAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="ESLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="GBDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleDriverBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GBD_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="GBKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GBK_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Address" Abstract="true"><Key><PropertyRef Name="E2_PK" /></Key><Property Name="E2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E2_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="E2_AddressOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_AddressSequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="E2_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E2_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="E2_Contact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="E2_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="E2_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="E2_GovRegNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="E2_GovRegNumType" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_IsResidential" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_OA_Address" Type="Edm.Guid" /><Property Name="E2_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E2_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="E2_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="E2_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="E2_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_ValidationStatus" Type="Edm.String" DefaultValue="NRQ" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="E2" /></EntityType><EntityType Name="GBKAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteBooking" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="GBK_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="GBKLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GteBooking" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GBK_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="GBKWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.GteBooking" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GBK_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="GBMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovementBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GBM_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="GBMLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovementBooking" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GBM_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="GBMWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovementBooking" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GBM_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="GBVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovementBooking" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GBV_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="GDPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteDockGatePivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GDP_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="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="GDPNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteDockGatePivot" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="GDP_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="GGMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GGM_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="GGMAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovement" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="GGM_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="GGMLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovement" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GGM_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="GGMWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.GteGateMovement" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GGM_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="GlbBranchInfo"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranch" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbCapabilityInfo"><Key><PropertyRef Name="G4_PK" /></Key><Property Name="G4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G4_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="G4_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="G4_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbCapability" /><Annotation Term="Glow.TableCode" String="G4" /></EntityType><EntityType Name="GlbCompanyInfo"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbCompany" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbDepartmentInfo"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbDepartment" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbGroupInfo"><Key><PropertyRef Name="GG_PK" /></Key><Property Name="GG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="GG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbGroup" /><Annotation Term="Glow.TableCode" String="GG" /></EntityType><EntityType Name="GlbPersonInfo"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Picture" Type="Edm.Binary" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaffInfo)" Partner="GlbPerson" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbStaffInfo"><Key><PropertyRef Name="GS_Code" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PER" Type="Edm.Guid" /><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbStaff" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="GLNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteLane" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GLN_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="GLNNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteLane" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="GLN_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="GTEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteGate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GTE_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="GteBooking"><Key><PropertyRef Name="GBK_PK" /></Key><Property Name="GBK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GBK_BookingType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GBK_CancelledSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBK_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_OH_TransportCompany" Type="Edm.Guid" /><Property Name="GBK_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GBK_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SourceReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_WW_Facility" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Facility" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="GBK_WW_Facility" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="GteGateMovementBookings" Type="Collection(Odyssey.GteGateMovementBooking)" Partner="Booking" /><NavigationProperty Name="GteVehicleDriverBookings" Type="Collection(Odyssey.GteVehicleDriverBooking)" Partner="Booking" /><NavigationProperty Name="GteVehicleMovementBookings" Type="Collection(Odyssey.GteVehicleMovementBooking)" Partner="Booking" /><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.GBKAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GBKLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.GBKWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GBK" /></EntityType><EntityType Name="GteCompletedMovement"><Key><PropertyRef Name="GVM_PK" /></Key><Property Name="GVM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GVM_GVM_VehicleMovement" Type="Edm.Guid" Nullable="false" /><Property Name="VehicleEntryDateTime" Type="Edm.DateTimeOffset" /><Property Name="VehicleEntryCreatedBy" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="VehicleExitDateTime" Type="Edm.DateTimeOffset" /><Property Name="VehicleExitCreatedBy" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="VehicleRegistrationNumber" Type="Edm.String" Nullable="false" MaxLength="10" /><Property Name="GVM_RC_VehicleType" Type="Edm.Guid" /><NavigationProperty Name="VehicleType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="GVM_RC_VehicleType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="VehicleMovement" Type="Odyssey.GteVehicleMovement" Nullable="false"><ReferentialConstraint Property="GVM_GVM_VehicleMovement" ReferencedProperty="GVM_PK" /></NavigationProperty></EntityType><EntityType Name="GteDockGatePivot"><Key><PropertyRef Name="GDP_PK" /></Key><Property Name="GDP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GDP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GDP_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GDP_GTE_Gate" Type="Edm.Guid" Nullable="false" /><Property Name="GDP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GDP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GDP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GDP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GDP_WL_Dock" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Gate" Type="Odyssey.GteGate" Nullable="false" Partner="GteDockGatePivots"><ReferentialConstraint Property="GDP_GTE_Gate" ReferencedProperty="GTE_PK" /></NavigationProperty><NavigationProperty Name="Dock" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="GDP_WL_Dock" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GDP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GDP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.GDPNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GDPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GDP" /></EntityType><EntityType Name="GteFMTBulkRunInJobPool"><Key><PropertyRef Name="GBK_PK" /></Key><Property Name="GBK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="GBK_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_OH_TransportCompany" Type="Edm.Guid" /><Property Name="GBK_BookingType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_Source" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SourceReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBK_GS_NKCancelledBy" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_CancelledReason" Type="Edm.String" Nullable="false" MaxLength="200" /><Property Name="GBK_WW_Facility" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_OH_Client" Type="Edm.Guid" /><Property Name="GateInTimeOrLastEditTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false"><ReferentialConstraint Property="GBK_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty></EntityType><EntityType Name="GteFMTBulkRunOutJobPool"><Key><PropertyRef Name="GBK_PK" /></Key><Property Name="GBK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="GBK_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_OH_TransportCompany" Type="Edm.Guid" /><Property Name="GBK_BookingType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_Source" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SourceReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBK_GS_NKCancelledBy" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_CancelledReason" Type="Edm.String" Nullable="false" MaxLength="200" /><Property Name="GBK_WW_Facility" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_OH_Client" Type="Edm.Guid" /><Property Name="GateInTimeOrLastEditTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false"><ReferentialConstraint Property="GBK_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty></EntityType><EntityType Name="GteGateMovementBooking"><Key><PropertyRef Name="GBM_PK" /></Key><Property Name="GBM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GBM_BookingReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GBM_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GBM_CancelledSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBM_ContainerDoorPosition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_F3_NKPackageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_FacilityJobId" Type="Edm.Guid" /><Property Name="GBM_FacilityTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBM_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_HasAttachments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GBM_IsPickup" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GBM_MovementBookingNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="11" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GBM_Quantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="GBM_RC_UnitType" Type="Edm.Guid" /><Property Name="GBM_REG_Grade" Type="Edm.Guid" /><Property Name="GBM_RH_NKCargoType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GBM_SlotEndTime" Type="Edm.DateTimeOffset" /><Property Name="GBM_SlotStartTime" Type="Edm.DateTimeOffset" /><Property Name="GBM_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_SourceReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBM_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GBM_UnitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GBM_WL_Dock" Type="Edm.Guid" /><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false" Partner="GteGateMovementBookings"><ReferentialConstraint Property="GBM_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty><NavigationProperty Name="UnitType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="GBM_RC_UnitType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Grade" Type="Odyssey.RefEquipmentGradeInfo"><ReferentialConstraint Property="GBM_REG_Grade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="Dock" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="GBM_WL_Dock" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="GteGateMovements" Type="Collection(Odyssey.GteGateMovement)" Partner="MovementBooking" /><NavigationProperty Name="PackageType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="GBM_F3_NKPackageType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBM_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CargoType" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="GBM_RH_NKCargoType" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GBMLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.GBMWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GBM" /></EntityType><EntityType Name="GteGateMovement"><Key><PropertyRef Name="GGM_PK" /></Key><Property Name="GGM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GGM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GGM_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GGM_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GGM_ConfirmedTime" Type="Edm.DateTimeOffset" /><Property Name="GGM_F3_NKPackageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_GBM_MovementBooking" Type="Edm.Guid" Nullable="false" /><Property Name="GGM_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_GS_NKConfirmedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_GVM_VehicleMovement" Type="Edm.Guid" Nullable="false" /><Property Name="GGM_IsPickup" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GGM_RC_UnitType" Type="Edm.Guid" /><Property Name="GGM_REG_Grade" Type="Edm.Guid" /><Property Name="GGM_RH_NKCargoType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GGM_SealNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GGM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGM_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GGM_UnitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GGM_WL_Dock" Type="Edm.Guid" /><NavigationProperty Name="MovementBooking" Type="Odyssey.GteGateMovementBooking" Nullable="false" Partner="GteGateMovements"><ReferentialConstraint Property="GGM_GBM_MovementBooking" ReferencedProperty="GBM_PK" /></NavigationProperty><NavigationProperty Name="UnitType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="GGM_RC_UnitType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Grade" Type="Odyssey.RefEquipmentGradeInfo"><ReferentialConstraint Property="GGM_REG_Grade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="Dock" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="GGM_WL_Dock" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="VehicleMovement" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="GteGateMovements"><ReferentialConstraint Property="GGM_GVM_VehicleMovement" ReferencedProperty="GVM_PK" /></NavigationProperty><NavigationProperty Name="PackageType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="GGM_F3_NKPackageType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGM_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ConfirmedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGM_GS_NKConfirmedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CargoType" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="GGM_RH_NKCargoType" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.GGMAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GGMLog)" Partner="Parent" /><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.GGMWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GGMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GGM" /></EntityType><EntityType Name="GteGate"><Key><PropertyRef Name="GTE_PK" /></Key><Property Name="GTE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GTE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GTE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GTE_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GTE_GB_Branch" Type="Edm.Guid" /><Property Name="GTE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GTE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GTE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GTE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GTE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GTE_WW_Facility" Type="Edm.Guid" /><NavigationProperty Name="GteDockGatePivots" Type="Collection(Odyssey.GteDockGatePivot)" Partner="Gate" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="GTE_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Facility" Type="Odyssey.WhsWarehouseInfo"><ReferentialConstraint Property="GTE_WW_Facility" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="GteLanes" Type="Collection(Odyssey.GteLane)" Partner="Gate" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GTE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GTE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GTEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GTE" /></EntityType><EntityType Name="GteLane"><Key><PropertyRef Name="GLN_PK" /></Key><Property Name="GLN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GLN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GLN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GLN_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GLN_ExternalSystemCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="GLN_GTE_Gate" Type="Edm.Guid" Nullable="false" /><Property Name="GLN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GLN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GLN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GLN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GLN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Gate" Type="Odyssey.GteGate" Nullable="false" Partner="GteLanes"><ReferentialConstraint Property="GLN_GTE_Gate" ReferencedProperty="GTE_PK" /></NavigationProperty><NavigationProperty Name="GteVehicleEntries" Type="Collection(Odyssey.GteVehicleEntry)" Partner="Lane" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GLN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GLN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.GLNNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GLNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GLN" /></EntityType><EntityType Name="GtePendingMovement"><Key><PropertyRef Name="GBK_PK" /></Key><Property Name="GBK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="GBK_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBK_OH_TransportCompany" Type="Edm.Guid" /><Property Name="GBK_BookingType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_ReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_Source" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SourceReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBK_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBK_GS_NKCancelledBy" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_CancelledReason" Type="Edm.String" Nullable="false" MaxLength="200" /><Property Name="GBK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBK_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GBK_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false"><ReferentialConstraint Property="GBK_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty></EntityType><EntityType Name="GteVehicleDriverBooking"><Key><PropertyRef Name="GBD_PK" /></Key><Property Name="GBD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GBD_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GBD_CancelledSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBD_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBD_DriverLicenseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GBD_DriverName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GBD_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBD_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false" Partner="GteVehicleDriverBookings"><ReferentialConstraint Property="GBD_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBD_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GBD" /></EntityType><EntityType Name="GteVehicleEntry"><Key><PropertyRef Name="GVE_PK" /></Key><Property Name="GVE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GVE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GVE_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GVE_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GVE_DriverLicenseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="GVE_DriverName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GVE_EntryTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GVE_GateActionNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GVE_GLN_Lane" Type="Edm.Guid" Nullable="false" /><Property Name="GVE_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVE_GVM_VehicleMovement" Type="Edm.Guid" Nullable="false" /><Property Name="GVE_IsDraft" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GVE_IsIncoming" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GVE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GVE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GVE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVE_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="GVE_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Lane" Type="Odyssey.GteLane" Nullable="false" Partner="GteVehicleEntries"><ReferentialConstraint Property="GVE_GLN_Lane" ReferencedProperty="GLN_PK" /></NavigationProperty><NavigationProperty Name="VehicleMovement" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="GteVehicleEntries"><ReferentialConstraint Property="GVE_GVM_VehicleMovement" ReferencedProperty="GVM_PK" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVE_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GVELog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.GVENote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.GVEWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.GVEWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GVEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GVE" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="GVE_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="GVE_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="GteVehicleInFacility"><Key><PropertyRef Name="GVM_PK" /></Key><Property Name="GVM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GVM_GVM_VehicleMovement" Type="Edm.Guid" Nullable="false" /><Property Name="GVM_VehicleRegistration" Type="Edm.String" Nullable="false" MaxLength="10" /><Property Name="GVM_WL_Location" Type="Edm.Guid" /><Property Name="GVE_EntryTime" Type="Edm.DateTimeOffset" /><Property Name="GVE_DriverName" Type="Edm.String" MaxLength="256" /><Property Name="GVE_DriverLicenseNumber" Type="Edm.String" MaxLength="25" Unicode="false" /><Property Name="GVE_IsIncoming" Type="Edm.Boolean" /><Property Name="GLN_Code" Type="Edm.String" MaxLength="3" Unicode="false" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="GVM_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="VehicleMovement" Type="Odyssey.GteVehicleMovement" Nullable="false"><ReferentialConstraint Property="GVM_GVM_VehicleMovement" ReferencedProperty="GVM_PK" /></NavigationProperty></EntityType><EntityType Name="GteVehicleMovementBooking"><Key><PropertyRef Name="GBV_PK" /></Key><Property Name="GBV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GBV_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GBV_CancelledSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBV_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GBV_GBK_Booking" Type="Edm.Guid" Nullable="false" /><Property Name="GBV_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBV_RC_VehicleType" Type="Edm.Guid" /><Property Name="GBV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBV_TruckId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GBV_VehicleRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><NavigationProperty Name="Booking" Type="Odyssey.GteBooking" Nullable="false" Partner="GteVehicleMovementBookings"><ReferentialConstraint Property="GBV_GBK_Booking" ReferencedProperty="GBK_PK" /></NavigationProperty><NavigationProperty Name="VehicleType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="GBV_RC_VehicleType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBV_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GBV" /></EntityType><EntityType Name="GteVehicleMovement"><Key><PropertyRef Name="GVM_PK" /></Key><Property Name="GVM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GVM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GVM_CancelledReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GVM_CancelledTime" Type="Edm.DateTimeOffset" /><Property Name="GVM_GBK_MainBooking" Type="Edm.Guid" Nullable="false" /><Property Name="GVM_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVM_RC_VehicleType" Type="Edm.Guid" /><Property Name="GVM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GVM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GVM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GVM_TruckId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GVM_VehicleRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="GVM_WL_Location" Type="Edm.Guid" /><NavigationProperty Name="GteGateMovements" Type="Collection(Odyssey.GteGateMovement)" Partner="VehicleMovement" /><NavigationProperty Name="GteVehicleEntries" Type="Collection(Odyssey.GteVehicleEntry)" Partner="VehicleMovement" /><NavigationProperty Name="MainBooking" Type="Odyssey.GteBooking" Nullable="false"><ReferentialConstraint Property="GVM_GBK_MainBooking" ReferencedProperty="GBK_PK" /></NavigationProperty><NavigationProperty Name="VehicleType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="GVM_RC_VehicleType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="GVM_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVM_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GVM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.GVMAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.GVMAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GVMLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.GVMNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.GVMWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GVMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GVM" /></EntityType><EntityType Name="GVEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleEntry" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GVE_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="GVELog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleEntry" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GVE_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="GVENote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleEntry" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="GVE_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="GVEWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleEntry" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GVE_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="GVEWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleEntry" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GVE_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="GVMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GVM_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="GVMAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="GVM_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="GVMAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="GVM_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="GVMLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GVM_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="GVMNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="GVM_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="GVMWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.GteVehicleMovement" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GVM_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefEquipmentGradeInfo"><Key><PropertyRef Name="REG_PK" /></Key><Property Name="REG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="REG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="REG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="REG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefEquipmentGrade" /><Annotation Term="Glow.TableCode" String="REG" /></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="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="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" /><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="WhsAreaInfo"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsArea" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsLocationInfo"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsLocation" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="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="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="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="WhsRowInfo"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocationInfo)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsRow" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsWarehouseInfo"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRowInfo)" Partner="Whs" /><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsWarehouse" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="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="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="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="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><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></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.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstancePivot" String="IUNDGSubstancePivot" /></Annotations><Annotations Target="Odyssey.DIUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="DIUNDGSubstancePivot" String="IUNDGSubstancePivot[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.ESAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ESAcknowledgement" String="IAcknowledgement[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.ESAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="ESAddOnValue" String="IAddOnValue[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.ESLog"><Annotation Term="Glow.FriendlyName" Qualifier="ESLog" String="ILog[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.GBDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBDAcknowledgement" String="IAcknowledgement[[IGteVehicleDriverBooking]]" /></Annotations><Annotations Target="Odyssey.GBKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBKAcknowledgement" String="IAcknowledgement[[IGteBooking]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.GBKAddress"><Annotation Term="Glow.FriendlyName" Qualifier="GBKAddress" String="IAddress[[IGteBooking]]" /></Annotations><Annotations Target="Odyssey.GBKLog"><Annotation Term="Glow.FriendlyName" Qualifier="GBKLog" String="ILog[[IGteBooking]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.GBKWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="GBKWorkflowEvent" String="IWorkflowEvent[[IGteBooking]]" /></Annotations><Annotations Target="Odyssey.GBMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBMAcknowledgement" String="IAcknowledgement[[IGteGateMovementBooking]]" /></Annotations><Annotations Target="Odyssey.GBMLog"><Annotation Term="Glow.FriendlyName" Qualifier="GBMLog" String="ILog[[IGteGateMovementBooking]]" /></Annotations><Annotations Target="Odyssey.GBMWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="GBMWorkflowEvent" String="IWorkflowEvent[[IGteGateMovementBooking]]" /></Annotations><Annotations Target="Odyssey.GBVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBVAcknowledgement" String="IAcknowledgement[[IGteVehicleMovementBooking]]" /></Annotations><Annotations Target="Odyssey.GDPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GDPAcknowledgement" String="IAcknowledgement[[IGteDockGatePivot]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.GDPNote"><Annotation Term="Glow.FriendlyName" Qualifier="GDPNote" String="INote[[IGteDockGatePivot]]" /></Annotations><Annotations Target="Odyssey.GGMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GGMAcknowledgement" String="IAcknowledgement[[IGteGateMovement]]" /></Annotations><Annotations Target="Odyssey.GGMAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="GGMAddOnValue" String="IAddOnValue[[IGteGateMovement]]" /></Annotations><Annotations Target="Odyssey.GGMLog"><Annotation Term="Glow.FriendlyName" Qualifier="GGMLog" String="ILog[[IGteGateMovement]]" /></Annotations><Annotations Target="Odyssey.GGMWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="GGMWorkflowEvent" String="IWorkflowEvent[[IGteGateMovement]]" /></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.GLNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GLNAcknowledgement" String="IAcknowledgement[[IGteLane]]" /></Annotations><Annotations Target="Odyssey.GLNNote"><Annotation Term="Glow.FriendlyName" Qualifier="GLNNote" String="INote[[IGteLane]]" /></Annotations><Annotations Target="Odyssey.GTEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GTEAcknowledgement" String="IAcknowledgement[[IGteGate]]" /></Annotations><Annotations Target="Odyssey.GteBooking"><Annotation Term="Glow.FriendlyName" Qualifier="GteBooking" String="IGteBooking" /></Annotations><Annotations Target="Odyssey.GteCompletedMovement"><Annotation Term="Glow.FriendlyName" Qualifier="GteCompletedMovement" String="IGteCompletedMovement" /></Annotations><Annotations Target="Odyssey.GteDockGatePivot"><Annotation Term="Glow.FriendlyName" Qualifier="GteDockGatePivot" String="IGteDockGatePivot" /></Annotations><Annotations Target="Odyssey.GteFMTBulkRunInJobPool"><Annotation Term="Glow.FriendlyName" Qualifier="GteFMTBulkRunInJobPool" String="IGteFMTBulkRunInJobPool" /></Annotations><Annotations Target="Odyssey.GteFMTBulkRunOutJobPool"><Annotation Term="Glow.FriendlyName" Qualifier="GteFMTBulkRunOutJobPool" String="IGteFMTBulkRunOutJobPool" /></Annotations><Annotations Target="Odyssey.GteGateMovementBooking"><Annotation Term="Glow.FriendlyName" Qualifier="GteGateMovementBooking" String="IGteGateMovementBooking" /></Annotations><Annotations Target="Odyssey.GteGateMovement"><Annotation Term="Glow.FriendlyName" Qualifier="GteGateMovement" String="IGteGateMovement" /></Annotations><Annotations Target="Odyssey.GteGate"><Annotation Term="Glow.FriendlyName" Qualifier="GteGate" String="IGteGate" /></Annotations><Annotations Target="Odyssey.GteLane"><Annotation Term="Glow.FriendlyName" Qualifier="GteLane" String="IGteLane" /></Annotations><Annotations Target="Odyssey.GtePendingMovement"><Annotation Term="Glow.FriendlyName" Qualifier="GtePendingMovement" String="IGtePendingMovement" /></Annotations><Annotations Target="Odyssey.GteVehicleDriverBooking"><Annotation Term="Glow.FriendlyName" Qualifier="GteVehicleDriverBooking" String="IGteVehicleDriverBooking" /></Annotations><Annotations Target="Odyssey.GteVehicleEntry"><Annotation Term="Glow.FriendlyName" Qualifier="GteVehicleEntry" String="IGteVehicleEntry" /></Annotations><Annotations Target="Odyssey.GteVehicleInFacility"><Annotation Term="Glow.FriendlyName" Qualifier="GteVehicleInFacility" String="IGteVehicleInFacility" /></Annotations><Annotations Target="Odyssey.GteVehicleMovementBooking"><Annotation Term="Glow.FriendlyName" Qualifier="GteVehicleMovementBooking" String="IGteVehicleMovementBooking" /></Annotations><Annotations Target="Odyssey.GteVehicleMovement"><Annotation Term="Glow.FriendlyName" Qualifier="GteVehicleMovement" String="IGteVehicleMovement" /></Annotations><Annotations Target="Odyssey.GVEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GVEAcknowledgement" String="IAcknowledgement[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVELog"><Annotation Term="Glow.FriendlyName" Qualifier="GVELog" String="ILog[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVENote"><Annotation Term="Glow.FriendlyName" Qualifier="GVENote" String="INote[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.GVEWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="GVEWorkflowAuditLog" String="IWorkflowAuditLog[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVEWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="GVEWorkflowEvent" String="IWorkflowEvent[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GVMAcknowledgement" String="IAcknowledgement[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.GVMAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="GVMAddOnValue" String="IAddOnValue[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.GVMAddress"><Annotation Term="Glow.FriendlyName" Qualifier="GVMAddress" String="IAddress[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.GVMLog"><Annotation Term="Glow.FriendlyName" Qualifier="GVMLog" String="ILog[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.GVMNote"><Annotation Term="Glow.FriendlyName" Qualifier="GVMNote" String="INote[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.GVMWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="GVMWorkflowEvent" String="IWorkflowEvent[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessTaskNotification"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTaskNotification" String="IProcessTaskNotification" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefEquipmentGradeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefEquipmentGradeInfo" String="IRefEquipmentGradeInfo" /></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.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.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.WhsAreaInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAreaInfo" String="IWhsAreaInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInfo" String="IWhsLocationInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationType"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationType" String="IWhsLocationType" /></Annotations><Annotations Target="Odyssey.WhsLocationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationView" String="IWhsLocationView" /></Annotations><Annotations Target="Odyssey.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouse"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouse" String="IWhsWarehouse" /></Annotations><Annotations Target="Odyssey.WLTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLTAcknowledgement" String="IAcknowledgement[[IWhsLocationType]]" /></Annotations><Annotations Target="Odyssey.WWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WWAcknowledgement" String="IAcknowledgement[[IWhsWarehouse]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccChequeBookInfos" EntityType="Odyssey.AccChequeBookInfo" /><EntitySet Name="AccInvMsgInfos" EntityType="Odyssey.AccInvMsgInfo" /><EntitySet Name="AccTaxRateInfos" EntityType="Odyssey.AccTaxRateInfo" /><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccTransactionLineInfos" EntityType="Odyssey.AccTransactionLineInfo"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaderInfos" /></EntitySet><EntitySet Name="AdditionalServices" EntityType="Odyssey.AdditionalService"><NavigationPropertyBinding Path="Acknowledgements" Target="ESAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="ESAddOnValues" /><NavigationPropertyBinding Path="Contractor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="ESLogs" /><NavigationPropertyBinding Path="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="DIAcknowledgements" EntityType="Odyssey.DIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /></EntitySet><EntitySet Name="DIUNDGSubstancePivots" EntityType="Odyssey.DIUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESAcknowledgements" EntityType="Odyssey.ESAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /></EntitySet><EntitySet Name="ESAddOnValues" EntityType="Odyssey.ESAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESLogs" EntityType="Odyssey.ESLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GBDAcknowledgements" EntityType="Odyssey.GBDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleDriverBookings" /></EntitySet><EntitySet Name="GBKAcknowledgements" EntityType="Odyssey.GBKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteBookings" /></EntitySet><EntitySet Name="GBKAddresses" EntityType="Odyssey.GBKAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteBookings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GBKLogs" EntityType="Odyssey.GBKLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GBKWorkflowEvents" EntityType="Odyssey.GBKWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GBMAcknowledgements" EntityType="Odyssey.GBMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovementBookings" /></EntitySet><EntitySet Name="GBMLogs" EntityType="Odyssey.GBMLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovementBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GBMWorkflowEvents" EntityType="Odyssey.GBMWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovementBookings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GBVAcknowledgements" EntityType="Odyssey.GBVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovementBookings" /></EntitySet><EntitySet Name="GDPAcknowledgements" EntityType="Odyssey.GDPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteDockGatePivots" /></EntitySet><EntitySet Name="GDPNotes" EntityType="Odyssey.GDPNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteDockGatePivots" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GGMAcknowledgements" EntityType="Odyssey.GGMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovements" /></EntitySet><EntitySet Name="GGMAddOnValues" EntityType="Odyssey.GGMAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovements" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GGMLogs" EntityType="Odyssey.GGMLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GGMWorkflowEvents" EntityType="Odyssey.GGMWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGateMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="GlbCapabilityInfos" EntityType="Odyssey.GlbCapabilityInfo" /><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbDepartmentInfos" EntityType="Odyssey.GlbDepartmentInfo" /><EntitySet Name="GlbGroupInfos" EntityType="Odyssey.GlbGroupInfo" /><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="GLNAcknowledgements" EntityType="Odyssey.GLNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteLanes" /></EntitySet><EntitySet Name="GLNNotes" EntityType="Odyssey.GLNNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteLanes" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GTEAcknowledgements" EntityType="Odyssey.GTEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteGates" /></EntitySet><EntitySet Name="GteBookings" EntityType="Odyssey.GteBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="GBKAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="GBKAddresses" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Facility" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="GteGateMovementBookings" Target="GteGateMovementBookings" /><NavigationPropertyBinding Path="GteVehicleDriverBookings" Target="GteVehicleDriverBookings" /><NavigationPropertyBinding Path="GteVehicleMovementBookings" Target="GteVehicleMovementBookings" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GBKLogs" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="WorkflowEvents" Target="GBKWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteCompletedMovements" EntityType="Odyssey.GteCompletedMovement"><NavigationPropertyBinding Path="VehicleMovement" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="VehicleType" Target="RefContainerInfos" /></EntitySet><EntitySet Name="GteDockGatePivots" EntityType="Odyssey.GteDockGatePivot"><NavigationPropertyBinding Path="Acknowledgements" Target="GDPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Dock" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Gate" Target="GteGates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Notes" Target="GDPNotes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GDP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteFMTBulkRunInJobPools" EntityType="Odyssey.GteFMTBulkRunInJobPool"><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteFMTBulkRunOutJobPools" EntityType="Odyssey.GteFMTBulkRunOutJobPool"><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteGateMovementBookings" EntityType="Odyssey.GteGateMovementBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="GBMAcknowledgements" /><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CargoType" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Dock" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Grade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="GteGateMovements" Target="GteGateMovements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GBMLogs" /><NavigationPropertyBinding Path="PackageType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UnitType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="WorkflowEvents" Target="GBMWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteGateMovements" EntityType="Odyssey.GteGateMovement"><NavigationPropertyBinding Path="Acknowledgements" Target="GGMAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="GGMAddOnValues" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CargoType" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ConfirmedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Dock" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Grade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GGMLogs" /><NavigationPropertyBinding Path="MovementBooking" Target="GteGateMovementBookings" /><NavigationPropertyBinding Path="PackageType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UnitType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="VehicleMovement" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="WorkflowEvents" Target="GGMWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GGM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteGates" EntityType="Odyssey.GteGate"><NavigationPropertyBinding Path="Acknowledgements" Target="GTEAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Facility" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="GteDockGatePivots" Target="GteDockGatePivots" /><NavigationPropertyBinding Path="GteLanes" Target="GteLanes" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GTE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteLanes" EntityType="Odyssey.GteLane"><NavigationPropertyBinding Path="Acknowledgements" Target="GLNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Gate" Target="GteGates" /><NavigationPropertyBinding Path="GteVehicleEntries" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Notes" Target="GLNNotes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GLN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GtePendingMovements" EntityType="Odyssey.GtePendingMovement"><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteVehicleDriverBookings" EntityType="Odyssey.GteVehicleDriverBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="GBDAcknowledgements" /><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteVehicleEntries" EntityType="Odyssey.GteVehicleEntry"><NavigationPropertyBinding Path="Acknowledgements" Target="GVEAcknowledgements" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Lane" Target="GteLanes" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GVELogs" /><NavigationPropertyBinding Path="Notes" Target="GVENotes" /><NavigationPropertyBinding Path="VehicleMovement" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="GVEWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="GVEWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GVE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteVehicleInFacilities" EntityType="Odyssey.GteVehicleInFacility"><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="VehicleMovement" Target="GteVehicleMovements" /></EntitySet><EntitySet Name="GteVehicleMovementBookings" EntityType="Odyssey.GteVehicleMovementBooking"><NavigationPropertyBinding Path="Acknowledgements" Target="GBVAcknowledgements" /><NavigationPropertyBinding Path="Booking" Target="GteBookings" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="VehicleType" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GteVehicleMovements" EntityType="Odyssey.GteVehicleMovement"><NavigationPropertyBinding Path="Acknowledgements" Target="GVMAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="GVMAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="GVMAddresses" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GteGateMovements" Target="GteGateMovements" /><NavigationPropertyBinding Path="GteVehicleEntries" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Logs" Target="GVMLogs" /><NavigationPropertyBinding Path="MainBooking" Target="GteBookings" /><NavigationPropertyBinding Path="Notes" Target="GVMNotes" /><NavigationPropertyBinding Path="VehicleType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="WorkflowEvents" Target="GVMWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GVM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GVEAcknowledgements" EntityType="Odyssey.GVEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleEntries" /></EntitySet><EntitySet Name="GVELogs" EntityType="Odyssey.GVELog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GVENotes" EntityType="Odyssey.GVENote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GVEWorkflowAuditLogs" EntityType="Odyssey.GVEWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GVEWorkflowEvents" EntityType="Odyssey.GVEWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleEntries" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GVMAcknowledgements" EntityType="Odyssey.GVMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /></EntitySet><EntitySet Name="GVMAddOnValues" EntityType="Odyssey.GVMAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GVMAddresses" EntityType="Odyssey.GVMAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GVMLogs" EntityType="Odyssey.GVMLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GVMNotes" EntityType="Odyssey.GVMNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GVMWorkflowEvents" EntityType="Odyssey.GVMWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GteVehicleMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessTaskNotifications" EntityType="Odyssey.ProcessTaskNotification"><NavigationPropertyBinding Path="Acknowledgements" Target="PQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Document" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="Group" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Recipient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerActions" Target="ProcessTaskNotifications" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefEquipmentGradeInfos" EntityType="Odyssey.RefEquipmentGradeInfo" /><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="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><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="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="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="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="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="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsWarehouseInfos" EntityType="Odyssey.WhsWarehouseInfo"><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRowInfos" /></EntitySet><EntitySet Name="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" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WW_AutoVersion</PropertyPath></Collection></Annotation></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="WWAcknowledgements" EntityType="Odyssey.WWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsWarehouses" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>