<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="Odyssey" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccBankAccountInfo"><Key><PropertyRef Name="AB_PK" /></Key><Property Name="AB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AB_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_RX_NKAccountCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccountCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AB_RX_NKAccountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccBankAccount" /><Annotation Term="Glow.TableCode" String="AB" /></EntityType><EntityType Name="AccChargeCodeInfo"><Key><PropertyRef Name="AC_PK" /></Key><Property Name="AC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="AC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_AllowDescriptionOvertype" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_GC" Type="Edm.Guid" /><Property Name="AC_PrintSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="AC_GC" ReferencedProperty="GC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccChargeCode" /><Annotation Term="Glow.TableCode" String="AC" /></EntityType><EntityType Name="AccChequeBookInfo"><Key><PropertyRef Name="AK_PK" /></Key><Property Name="AK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AK_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AK_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AK_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccChequeBook" /><Annotation Term="Glow.TableCode" String="AK" /></EntityType><EntityType Name="AccInvMsgInfo"><Key><PropertyRef Name="A9_PK" /></Key><Property Name="A9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="A9_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="A9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="A9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccInvMsg" /><Annotation Term="Glow.TableCode" String="A9" /></EntityType><EntityType Name="AccTaxRateInfo"><Key><PropertyRef Name="AT_PK" /></Key><Property Name="AT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccTaxRate" /><Annotation Term="Glow.TableCode" String="AT" /></EntityType><EntityType Name="AccTransactionHeaderInfo"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionLines" Type="Collection(Odyssey.AccTransactionLineInfo)" Partner="AccTransactionHeader" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionHeader" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AccTransactionLineInfo"><Key><PropertyRef Name="AL_PK" /></Key><Property Name="AL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AL_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="AL_AH" Type="Edm.Guid" /><Property Name="AL_LineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeaderInfo" Partner="AccTransactionLines"><ReferentialConstraint Property="AL_AH" ReferencedProperty="AH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionLine" /><Annotation Term="Glow.TableCode" String="AL" /></EntityType><EntityType Name="ApportionmentCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" Nullable="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_ChargeType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_Desc" Type="Edm.String" Nullable="false" MaxLength="1024" /><Property Name="JR_APInvoiceNum" Type="Edm.String" MaxLength="38" Unicode="false" /><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_InvoiceType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="GlbBranchInfo" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartmentInfo" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="GlbCompanyInfo" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false"><ReferentialConstraint Property="JR_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="JobConsolCost" Type="Odyssey.JobConsolCost" Partner="ApportionmentCharges"><ReferentialConstraint Property="JR_E6" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="B7Acknowledgement" 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.CusAddInfo" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty></EntityType><EntityType Name="GenAddOnColumn" Abstract="true"><Key><PropertyRef Name="XA_PK" /></Key><Property Name="XA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XA_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="XA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="32" Unicode="false" /><Property Name="XA_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XA_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="XA" /></EntityType><EntityType Name="B7GenAddOnColumn" BaseType="Odyssey.GenAddOnColumn"><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="GenAddOnColumns"><ReferentialConstraint Property="XA_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAHouse" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="CALog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAHouse" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CA_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="CBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAOceanBill" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CB_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="CEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryNum" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="AddOnValue" Abstract="true"><Key><PropertyRef Name="XV_PK" /></Key><Property Name="XV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="XV_DataAsDecimal" Type="Edm.Decimal" Precision="18" Scale="2"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_IsRuleEnabled" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="XV_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="XV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_XR_Rule" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="XV" /></EntityType><EntityType Name="CEAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryNum" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="CE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CEIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryInstruction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CEI_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="CHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CH_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="ReferenceNumber" Abstract="true"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CE_Category" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryIsSystemGenerated" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CE_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="CE" /></EntityType><EntityType Name="CHReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryHeader" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="CH_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusEntryLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CL_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="CMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusMAWB" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CM_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="Underbond" Abstract="true"><Key><PropertyRef Name="C4_PK" /></Key><Property Name="C4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="C4_ApplicationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_ArrivalDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="C4_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="C4_C6" Type="Edm.Guid" /><Property Name="C4_DateOfArrivalIntoDestinationPremise" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="C4_DestinationPremiseID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C4_DischargePremiseID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C4_FlightNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C4_IsBureau" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="C4_IsMoveFromDischarge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="C4_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="C4_MAWB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="C4_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_ModeOfMovement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_MovementReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_OA_DestinationAddress" Type="Edm.Guid" /><Property Name="C4_OA_DischargeAddress" Type="Edm.Guid" /><Property Name="C4_OA_OriginAddress" Type="Edm.Guid" /><Property Name="C4_OriginPremiseID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C4_Outurned" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="C4_PackageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_ParentID" Type="Edm.Guid" /><Property Name="C4_PiecesManifested" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="C4_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="C4_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="C4_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="C4_RL_NKTranshipDestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="C4_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="C4_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="C4_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="C4_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_TranshipBySeaLloydsIMONum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="C4_TranshipBySeaVessel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="C4_TranshipBySeaVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="C4_TranshipDepartureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="C4_TranshipModeOfMovement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="C4_UnderbondBySeaLloydsIMONum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="C4_UnderbondBySeaVessel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="C4_UnderbondBySeaVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Annotation Term="Glow.TableCode" String="C4" /></EntityType><EntityType Name="CMUnderbond" BaseType="Odyssey.Underbond"><NavigationProperty Name="DestinationAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_DestinationAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DischargeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_DischargeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OriginAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_OriginAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CusMAWB" Partner="Underbonds"><ReferentialConstraint Property="C4_ParentID" ReferencedProperty="CM_PK" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="TranshipDestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKTranshipDestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C4_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C4_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CN_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="COAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CO_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="CSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusHAWB" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CS_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="CSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CusHAWB" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CS_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="CSUnderbond" BaseType="Odyssey.Underbond"><NavigationProperty Name="DestinationAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_DestinationAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DischargeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_DischargeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OriginAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="C4_OA_OriginAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CusHAWB" Partner="Underbonds"><ReferentialConstraint Property="C4_ParentID" ReferencedProperty="CS_PK" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="TranshipDestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="C4_RL_NKTranshipDestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C4_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="C4_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowEvent" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="CSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CusHAWB" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CS_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="CUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusDecHouseBill" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CU_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="CUReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CusDecHouseBill" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="CU_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CusAddInfo" Abstract="true"><Key><PropertyRef Name="B7_PK" /></Key><Property Name="B7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B7_AddInfoData" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="B7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="B7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B7_NAddInfoData" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="B7_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="B7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B7_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.B7CusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="GenAddOnColumns" Type="Collection(Odyssey.B7GenAddOnColumn)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.B7Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="B7" /></EntityType><EntityType Name="CUCusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusDecHouseBill" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="CU_PK" /></NavigationProperty></EntityType><EntityType Name="B0CusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="BHCusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="JICusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvoiceLine" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="JI_PK" /></NavigationProperty></EntityType><EntityType Name="JECusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="B7CusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty></EntityType><EntityType Name="CYCusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="CusContainer"><Key><PropertyRef Name="CO_PK" /></Key><Property Name="CO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CO_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="CO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CO_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CO_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CO_ContainerSize" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CO_ContainerUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CO_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CO_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CO_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CO_CustomsStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CO_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_FCL_LCL_AIR" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CO_JC" Type="Edm.Guid" /><Property Name="CO_JE" Type="Edm.Guid" Nullable="false" /><Property Name="CO_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_RC" Type="Edm.Guid" /><Property Name="CO_RN_NKOwnerCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CO_Seal" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CO_SealType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CO_SecondSeal" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CO_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CO_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="JobContainer" Type="Odyssey.JobContainerInfo"><ReferentialConstraint Property="CO_JC" ReferencedProperty="JC_PK" /></NavigationProperty><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusContainers"><ReferentialConstraint Property="CO_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="CO_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="OwnerCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CO_RN_NKOwnerCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.COAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CO" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CO_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="CO_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="CusDecHouseBill"><Key><PropertyRef Name="CU_PK" /></Key><Property Name="CU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CU_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="CU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CU_BillNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CU_BillType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CU_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CU_CU_ParentBill" Type="Edm.Guid" /><Property Name="CU_GUIPresentationRecord" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CU_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CU_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CU_JE" Type="Edm.Guid" Nullable="false" /><Property Name="CU_JS" Type="Edm.Guid" /><Property Name="CU_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="62" Unicode="false" /><Property Name="CU_NoOfPacks" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="15" Scale="4" /><Property Name="CU_PackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CU_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ParentBill" Type="Odyssey.CusDecHouseBill"><ReferentialConstraint Property="CU_CU_ParentBill" ReferencedProperty="CU_PK" /></NavigationProperty><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusDecHouseBills"><ReferentialConstraint Property="CU_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipmentInfo"><ReferentialConstraint Property="CU_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.CUCusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.CUReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CU" /></EntityType><EntityType Name="CusEntryHeaderEDIMessage"><Key><PropertyRef Name="EM_PK" /></Key><Property Name="EM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EM_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_IsTestMessage" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_MessageOwner" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="EM_MessageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_MessageSubType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_ReceiveTransmit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_MessageNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="EM_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_HeldUntilDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EM_SendWithMessageErrors" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_MessageText" Type="Edm.String" Nullable="false" /><Property Name="EM_EI" Type="Edm.Guid" /><Property Name="EM_GB" Type="Edm.Guid" Nullable="false" /><Property Name="EM_GE" Type="Edm.Guid" Nullable="false" /><Property Name="EM_LinkUniqueID" Type="Edm.Guid" /><Property Name="EM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EM_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EM_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusEntryHeader" Type="Odyssey.CusEntryHeader" Partner="CusEntryHeaderEDIMessages"><ReferentialConstraint Property="EM_LinkUniqueID" ReferencedProperty="CH_PK" /></NavigationProperty></EntityType><EntityType Name="CusEntryHeader"><Key><PropertyRef Name="CH_PK" /></Key><Property Name="CH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CH_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="CH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CH_BGMReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CH_BondAcquittedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="CH_BondValidToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="CH_CEI_Instruction" Type="Edm.Guid" /><Property Name="CH_CH_PrimeEntry" Type="Edm.Guid" /><Property Name="CH_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CH_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_EntryReleaseDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CH_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_EntrySubmittedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CH_ExitedStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CH_HasManualWhsUpdate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CH_HighestLineNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CH_JE" Type="Edm.Guid" Nullable="false" /><Property Name="CH_MessageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_PhaseStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CH_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CH_TotalPaid" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="CH_VersionID" Type="Edm.Int16" /><Property Name="CH_WarehouseReleaseDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CH_WarehouseTransactionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Instruction" Type="Odyssey.CusEntryInstruction"><ReferentialConstraint Property="CH_CEI_Instruction" ReferencedProperty="CEI_PK" /></NavigationProperty><NavigationProperty Name="PrimeEntry" Type="Odyssey.CusEntryHeader"><ReferentialConstraint Property="CH_CH_PrimeEntry" ReferencedProperty="CH_PK" /></NavigationProperty><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusEntryHeaders"><ReferentialConstraint Property="CH_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="CusEntryLines" Type="Collection(Odyssey.CusEntryLine)" Partner="CusEntryHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.CHReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusEntryHeaderEDIMessages" Type="Collection(Odyssey.CusEntryHeaderEDIMessage)" Partner="CusEntryHeader" /><Annotation Term="Glow.TableCode" String="CH" /></EntityType><EntityType Name="CusEntryInstruction"><Key><PropertyRef Name="CEI_PK" /></Key><Property Name="CEI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CEI_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="CEI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CEI_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CEI_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEI_DateForDuty" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CEI_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="CEI_DisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CEI_DV1_Detail" Type="Edm.Guid" /><Property Name="CEI_JE" Type="Edm.Guid" Nullable="false" /><Property Name="CEI_MergeBy" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEI_NAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4000" /><Property Name="CEI_NumberOfPackages" Type="Edm.Int32" /><Property Name="CEI_OA_Warehouse" Type="Edm.Guid" /><Property Name="CEI_OA_Warehouse2" Type="Edm.Guid" /><Property Name="CEI_OH_BondHolder" Type="Edm.Guid" /><Property Name="CEI_OH_Carrier" Type="Edm.Guid" /><Property Name="CEI_OH_Owner" Type="Edm.Guid" /><Property Name="CEI_Procedure" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CEI_Style" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="CEI_SubStyle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CEI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CEI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CEI_TotalInnerPackages" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CEI_WW_Warehouse" Type="Edm.Guid" /><Property Name="CEI_WW_Warehouse2" Type="Edm.Guid" /><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusEntryInstructions"><ReferentialConstraint Property="CEI_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="BondHolder" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CEI_OH_BondHolder" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CEI_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CEI_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CEI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CEI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CEIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CEI" /></EntityType><EntityType Name="CusEntryLine"><Key><PropertyRef Name="CL_PK" /></Key><Property Name="CL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CL_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" Unicode="false" /><Property Name="CL_AdValoremTariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CL_CH" Type="Edm.Guid" Nullable="false" /><Property Name="CL_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CL_CommoditySequence" Type="Edm.Int16" /><Property Name="CL_ConfirmedCustomsValue" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="CL_ConfirmedStatisticalValue" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="CL_ConfirmedValueForVAT" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="CL_CustomsPostedStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CL_CustomsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="CL_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="CL_DutyPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="5" /><Property Name="CL_FlatAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="28" Scale="8" /><Property Name="CL_FlatAmountUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CL_GoodsShipmentSequence" Type="Edm.Int16" /><Property Name="CL_InvoiceAmount" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="CL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CL_LineNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CL_ParentTrailer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="CL_RX_NKInvoiceAmountCurrency" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="CL_StatisticalValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="CL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CL_ValueForVAT" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="CL_WarehouseUnitValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><NavigationProperty Name="CusEntryHeader" Type="Odyssey.CusEntryHeader" Nullable="false" Partner="CusEntryLines"><ReferentialConstraint Property="CL_CH" ReferencedProperty="CH_PK" /></NavigationProperty><NavigationProperty Name="InvoiceAmountCurrency" Type="Odyssey.RefCurrencyInfo"><ReferentialConstraint Property="CL_RX_NKInvoiceAmountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CL" /></EntityType><EntityType Name="CusEntryNum"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CE_Category" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryIsSystemGenerated" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CE_ParentTable" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CE_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.CEAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CE" /></EntityType><EntityType Name="CusHAWB"><Key><PropertyRef Name="CS_PK" /></Key><Property Name="CS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CS_ApplicationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CS_CargoReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CS_ChargableWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CS_ClearanceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CS_CM" Type="Edm.Guid" /><Property Name="CS_CommercialStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CS_ConsigneeBusinessNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_ConsigneeCity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_ConsigneeContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_ConsigneeIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_ConsigneeName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CS_ConsigneePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_ConsigneePostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CS_ConsigneeState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CS_ConsigneeStreet" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_ConsigneeStreet2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_ConsignmentNum" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CS_ConsignorCity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_ConsignorContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_ConsignorIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_ConsignorName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CS_ConsignorPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_ConsignorPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CS_ConsignorState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CS_ConsignorStreet" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_ConsignorStreet2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_CS_MasterHouseBill" Type="Edm.Guid" /><Property Name="CS_CustomsMainStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CS_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CS_FolioReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_FreightPrepaidCollect" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2560" Unicode="false" /><Property Name="CS_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsCurrency/RX_SubUnitRatio" /></Property><Property Name="CS_HarmonisedTariffNums" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="CS_HAWB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CS_IsGSTPrePaid" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="CS_IsHeldAtOutturn" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsHVLV" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsMasterHouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsPersonalEffects" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsPrealerted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsPrealertHeldByUser" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsRemailReporter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsResponsePending" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsSelfAssessedClearance" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsSpecialReporter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsSurplus" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsUserInterventionRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CS_JE_CustomsFormalEntry" Type="Edm.Guid" /><Property Name="CS_JS" Type="Edm.Guid" /><Property Name="CS_MasterHouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_MessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_MsgStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_NotifyAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_NotifyAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_NotifyContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CS_NotifyFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_NotifyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CS_NotifyPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_NotifyPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CS_NotifyState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CS_NotifySuburb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CS_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="CS_OA_ConsignorAddress" Type="Edm.Guid" /><Property Name="CS_OA_GoodsLocation" Type="Edm.Guid" /><Property Name="CS_OH_Consignee" Type="Edm.Guid" /><Property Name="CS_OH_Consignor" Type="Edm.Guid" /><Property Name="CS_OH_Notify" Type="Edm.Guid" /><Property Name="CS_OtherSystemConsigneeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_OtherSystemConsignorCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_PackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_PiecesLanded" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CS_PiecesManifested" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CS_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_RL_NKDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CS_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CS_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CS_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CS_RN_NKConsigneeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CS_RN_NKConsignorCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CS_RN_NKGoodsOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CS_RN_NKNotifyCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CS_RS_NK_ServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_RX_NKGoodsCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_ShipmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CS_TranshipmentEntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CS_VendorIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CS_WarehouseLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CS_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CS_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CusMAWB" Type="Odyssey.CusMAWB" Partner="CusHAWBs"><ReferentialConstraint Property="CS_CM" ReferencedProperty="CM_PK" /></NavigationProperty><NavigationProperty Name="MasterHouseBill" Type="Odyssey.CusHAWB"><ReferentialConstraint Property="CS_CS_MasterHouseBill" ReferencedProperty="CS_PK" /></NavigationProperty><NavigationProperty Name="CustomsFormalEntry" Type="Odyssey.JobDeclaration"><ReferentialConstraint Property="CS_JE_CustomsFormalEntry" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipmentInfo"><ReferentialConstraint Property="CS_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CS_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ConsignorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CS_OA_ConsignorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="GoodsLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CS_OA_GoodsLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CS_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CS_OH_Consignor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Notify" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CS_OH_Notify" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Destination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CS_RL_NKDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CS_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CS_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CS_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ConsigneeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CS_RN_NKConsigneeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ConsignorCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CS_RN_NKConsignorCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="GoodsOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CS_RN_NKGoodsOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="NotifyCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CS_RN_NKNotifyCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="CS_RS_NK_ServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="GoodsCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="CS_RX_NKGoodsCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.CSLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.CSProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Underbonds" Type="Collection(Odyssey.CSUnderbond)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.CSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CS" /></EntityType><EntityType Name="CusMAWB"><Key><PropertyRef Name="CM_PK" /></Key><Property Name="CM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CM_ApplicationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CM_ArrivalDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CM_CustomsEntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CM_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CM_DateOfFirstArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CM_DepartureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CM_FlightNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CM_Folio" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CM_GB" Type="Edm.Guid" /><Property Name="CM_HasProhibitedPackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_HouseMessageIsSent" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CM_IsBureau" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_IsCarrierCargoReport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_IsCTOMAWB" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_IsFinalManifest" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CM_JK" Type="Edm.Guid" /><Property Name="CM_JobNumber" Type="Edm.String" MaxLength="22" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CM_MasterHouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CM_MAWB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="CM_MessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CM_OA_GoodsLocation" Type="Edm.Guid" /><Property Name="CM_OA_UnpackDepotAddress" Type="Edm.Guid" /><Property Name="CM_OH_ResponsibleParty" Type="Edm.Guid" /><Property Name="CM_OH_WebUser" Type="Edm.Guid" /><Property Name="CM_QuarantineCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CM_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CM_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_RL_NKFirstArrivalPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_RL_NKRoutePort1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_RL_NKRoutePort2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_RL_NKRoutePort3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusHAWBs" Type="Collection(Odyssey.CusHAWB)" Partner="CusMAWB" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="CM_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="JobConsol" Type="Odyssey.JobConsolInfo"><ReferentialConstraint Property="CM_JK" ReferencedProperty="JK_PK" /></NavigationProperty><NavigationProperty Name="GoodsLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CM_OA_GoodsLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnpackDepotAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CM_OA_UnpackDepotAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ResponsibleParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CM_OH_ResponsibleParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="WebUser" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CM_OH_WebUser" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="FirstArrivalPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKFirstArrivalPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="RoutePort1" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKRoutePort1" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="RoutePort2" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKRoutePort2" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="RoutePort3" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CM_RL_NKRoutePort3" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.CMJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Underbonds" Type="Collection(Odyssey.CMUnderbond)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CM" /></EntityType><EntityType Name="CusSCAContainer"><Key><PropertyRef Name="CN_PK" /></Key><Property Name="CN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CN_CB" Type="Edm.Guid" Nullable="false" /><Property Name="CN_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CN_ContainerNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CN_ContainerSizeOrISOCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CN_ContainerStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CN_HasDunnageWoodPackageFumigationCert" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_HasQuarantineDeclaration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_IsClean" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_IsDunnageContaminated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_IsDunnageWoodPackageTreated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_IsDunnageWoodPackageUsed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_MoveUnderbondFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CN_MoveUnderbondTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CN_MPIApprovedSystemNumber" Type="Edm.String" MaxLength="10" Unicode="false" /><Property Name="CN_OA_PackLocation" Type="Edm.Guid" /><Property Name="CN_OA_UnderbondFrom" Type="Edm.Guid" /><Property Name="CN_OA_UnderbondTo" Type="Edm.Guid" /><Property Name="CN_RN_NKCountryOfRegistration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CN_SealNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CN_SendQuarantineDeclaration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_ShipperOwnedContainer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CN_TimeupUnderbondMove" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_TypeOfContainer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CN_UnderbondBySea" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CN_UnderbondStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CN_UnderbondVesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CN_UnderbondVoyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="CusSCAOceanBill" Type="Odyssey.CusSCAOceanBill" Nullable="false" Partner="CusSCAContainers"><ReferentialConstraint Property="CN_CB" ReferencedProperty="CB_PK" /></NavigationProperty><NavigationProperty Name="PackLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CN_OA_PackLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnderbondFrom" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CN_OA_UnderbondFrom" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnderbondTo" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CN_OA_UnderbondTo" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CusSCAPivots" Type="Collection(Odyssey.CusSCAPivot)" Partner="CusSCAContainer" /><NavigationProperty Name="CountryOfRegistration" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CN_RN_NKCountryOfRegistration" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CN" /></EntityType><EntityType Name="CusSCAHouse"><Key><PropertyRef Name="CA_PK" /></Key><Property Name="CA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CA_AuthenticationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CA_BGMReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_CargoFacilityLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CA_CB" Type="Edm.Guid" /><Property Name="CA_ConsigneeAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_ConsigneeAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_ConsigneeBusinessNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CA_ConsigneeContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_ConsigneeFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_ConsigneeIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CA_ConsigneeName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CA_ConsigneePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_ConsigneePostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CA_ConsigneeState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CA_ConsigneeSuburb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_ConsignmentNum" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CA_ConsignorAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_ConsignorAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_ConsignorContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_ConsignorFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_ConsignorIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CA_ConsignorName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CA_ConsignorPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_ConsignorPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CA_ConsignorState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CA_ConsignorSuburb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_DeliveryAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_DeliveryAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_DeliveryContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_DeliveryFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_DeliveryName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CA_DeliveryPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_DeliveryPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CA_DeliveryState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CA_DeliverySuburb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_FROBTransitImportCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2560" Unicode="false" /><Property Name="CA_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsCurrency/RX_SubUnitRatio" /></Property><Property Name="CA_HouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_IsDocuments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsFumigationCert" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsGSTPrePaid" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="CA_IsHazardousGoods" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsHVLV" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsMasterHouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsPerishableGoods" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsPersonalEffects" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsSAC" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsTimber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_JS" Type="Edm.Guid" /><Property Name="CA_MasterHouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_MoveUnderbondFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CA_MoveUnderbondTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CA_NotifyAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_NotifyAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_NotifyContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CA_NotifyFax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_NotifyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="CA_NotifyPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="CA_NotifyPostcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CA_NotifyState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CA_NotifySuburb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CA_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="CA_OA_ConsignorAddress" Type="Edm.Guid" /><Property Name="CA_OA_DeliveryAddress" Type="Edm.Guid" /><Property Name="CA_OA_GoodsLocation" Type="Edm.Guid" /><Property Name="CA_OA_UnderbondFrom" Type="Edm.Guid" /><Property Name="CA_OA_UnderbondTo" Type="Edm.Guid" /><Property Name="CA_OH_Consignee" Type="Edm.Guid" /><Property Name="CA_OH_Consignor" Type="Edm.Guid" /><Property Name="CA_OH_Notify" Type="Edm.Guid" /><Property Name="CA_OverrideFreightDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_PrepaidCollectOther" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CA_RL_NK_PortOfDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CA_RL_NK_PortOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CA_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CA_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CA_RN_NKConsigneeCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CA_RN_NKConsignorCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CA_RN_NKDeliveryCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CA_RN_NKGoodsOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CA_RN_NKNotifyCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CA_RX_NKGoodsCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_ShipmentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_SpecialInstructions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="CA_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_TimeupUnderbondMove" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CA_UnderbondStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CA_VendorIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><NavigationProperty Name="CusSCAOceanBill" Type="Odyssey.CusSCAOceanBill" Partner="CusSCAHouses"><ReferentialConstraint Property="CA_CB" ReferencedProperty="CB_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipmentInfo"><ReferentialConstraint Property="CA_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ConsignorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_ConsignorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DeliveryAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_DeliveryAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="GoodsLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_GoodsLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnderbondFrom" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_UnderbondFrom" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnderbondTo" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CA_OA_UnderbondTo" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CA_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CA_OH_Consignor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Notify" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CA_OH_Notify" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CusSCAPivots" Type="Collection(Odyssey.CusSCAPivot)" Partner="CusSCAHouse" /><NavigationProperty Name="PortOfDestination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CA_RL_NK_PortOfDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfOrigin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CA_RL_NK_PortOfOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CA_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CA_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ConsigneeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CA_RN_NKConsigneeCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ConsignorCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CA_RN_NKConsignorCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="DeliveryCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CA_RN_NKDeliveryCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="GoodsOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CA_RN_NKGoodsOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="NotifyCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CA_RN_NKNotifyCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="GoodsCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="CA_RX_NKGoodsCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.CALog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CA" /></EntityType><EntityType Name="CusSCAOceanBill"><Key><PropertyRef Name="CB_PK" /></Key><Property Name="CB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CB_ApplicationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CB_CustomsEntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CB_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CB_DateOfArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CB_DateOfDeparture" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CB_DateOfFirstArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CB_GB" Type="Edm.Guid" /><Property Name="CB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CB_IsBureau" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CB_IsCarrierCargoReport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CB_LloydsIMO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="CB_MasterHouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CB_MessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CB_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_MultiOBLUnpack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CB_OA_GoodsLocation" Type="Edm.Guid" /><Property Name="CB_OA_UnpackDepotAddress" Type="Edm.Guid" /><Property Name="CB_OceanBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CB_OH_ShippingLine" Type="Edm.Guid" /><Property Name="CB_ParentId" Type="Edm.Guid" /><Property Name="CB_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_PrincipalID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CB_ResponsiblePartyID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="CB_RL_NKPortOfDischarge" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CB_RL_NKPortOfFirstArrival" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CB_RL_NKPortOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="CB_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CB_VesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CB_Voyage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="CusSCAContainers" Type="Collection(Odyssey.CusSCAContainer)" Partner="CusSCAOceanBill" /><NavigationProperty Name="CusSCAHouses" Type="Collection(Odyssey.CusSCAHouse)" Partner="CusSCAOceanBill" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="CB_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GoodsLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CB_OA_GoodsLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="UnpackDepotAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="CB_OA_UnpackDepotAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShippingLine" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="CB_OH_ShippingLine" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PortOfDischarge" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CB_RL_NKPortOfDischarge" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfFirstArrival" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CB_RL_NKPortOfFirstArrival" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfLoading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="CB_RL_NKPortOfLoading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CB" /></EntityType><EntityType Name="CusSCAPivot"><Key><PropertyRef Name="CV_PK" /></Key><Property Name="CV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CV_CA" Type="Edm.Guid" /><Property Name="CV_CargoStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CV_CB" Type="Edm.Guid" /><Property Name="CV_ClearanceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CV_CN" Type="Edm.Guid" /><Property Name="CV_Flammable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_FumigationCert" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="350" Unicode="false" /><Property Name="CV_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="GoodsCurrency/RX_SubUnitRatio" /></Property><Property Name="CV_HarmonisedTariffNums" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="CV_HazardousGoods" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_IsDocuments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_IsHeldAtOutturn" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_IsSAC" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_LineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CV_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="350" Unicode="false" /><Property Name="CV_MaxStorageTemperature" Type="Edm.Decimal" Precision="7" Scale="3" /><Property Name="CV_MinStorageTemperature" Type="Edm.Decimal" Precision="7" Scale="3" /><Property Name="CV_MPIApprovedSystemNumber" Type="Edm.String" MaxLength="10" Unicode="false" /><Property Name="CV_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CV_NewUsed" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="CV_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="CV_PackageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CV_PerishableGoods" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_PersonalEffects" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_RX_NKGoodsCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CV_StorageTemperature" Type="Edm.Decimal" Precision="7" Scale="3" /><Property Name="CV_StorageTemperatureRangeUOM" Type="Edm.String" MaxLength="1" Unicode="false" /><Property Name="CV_StorageTemperatureUOM" Type="Edm.String" MaxLength="1" Unicode="false" /><Property Name="CV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CV_Timber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CV_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CV_VolumeUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CV_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="CV_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CusSCAHouse" Type="Odyssey.CusSCAHouse" Partner="CusSCAPivots"><ReferentialConstraint Property="CV_CA" ReferencedProperty="CA_PK" /></NavigationProperty><NavigationProperty Name="CusSCAOceanBill" Type="Odyssey.CusSCAOceanBill"><ReferentialConstraint Property="CV_CB" ReferencedProperty="CB_PK" /></NavigationProperty><NavigationProperty Name="CusSCAContainer" Type="Odyssey.CusSCAContainer" Partner="CusSCAPivots"><ReferentialConstraint Property="CV_CN" ReferencedProperty="CN_PK" /></NavigationProperty><NavigationProperty Name="GoodsCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="CV_RX_NKGoodsCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.CVLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CV" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CV_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="CV_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CV_NetWeight" /><PropertyValue Property="UnitProperty" PropertyPath="CV_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="CV_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="CV_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="CVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CV_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="CVLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CusSCAPivot" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="CV_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="DocsAndCartageDetail" Abstract="true"><Key><PropertyRef Name="JP_PK" /></Key><Property Name="JP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JP_ArrivalCartageRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JP_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JP_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="JP_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="3" /><Property Name="JP_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="3" /><Property Name="JP_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_DeliveryCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryCartageCompleted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryLabourCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_DeliveryLabourTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="JP_DeliveryRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryRequiredFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_DeliveryTruckWaitCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_DeliveryTruckWaitTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JP_EstimatedDelivery" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_EstimatedPickup" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_ExportStatement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_FCLDeliveryDetentionCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_FCLDeliveryDetentionDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLDeliveryDetentionFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLDeliveryEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLPickupDetentionCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_FCLPickupDetentionDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLPickupDetentionFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_FCLPickupEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_FCLStorageCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_HasProhibitedPackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_InsuranceRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_IsContingencyRelease" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_LCLAirStorageCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_LCLAirStorageDaysOrHours" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JP_LCLAvailable" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_LCLDatesOverrideConsol" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JP_LCLStorageCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_OA_DeliveryCartageCoAddr" Type="Edm.Guid" /><Property Name="JP_OA_PickupCartageCoAddr" Type="Edm.Guid" /><Property Name="JP_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JP_PickupCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupCartageCompleted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupLabourCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_PickupLabourTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="JP_PickupRequiredBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupRequiredFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JP_PickupTruckWaitCharge" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JP_PickupTruckWaitTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="JP_PrintOptionForPackagesOnAWB" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="DeliveryCartageCoAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JP_OA_DeliveryCartageCoAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PickupCartageCoAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JP_OA_PickupCartageCoAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="JobOrderItems" Type="Collection(Odyssey.JobOrderItem)" Partner="JobDocsAndCartage" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.JPJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JP" /></EntityType><EntityType Name="HVHDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail" /><EntityType Name="JEDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="DocsAndCartageDetails"><ReferentialConstraint Property="JP_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JSDocsAndCartageDetail" BaseType="Odyssey.DocsAndCartageDetail" /><EntityType Name="E6Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobConsolCost" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="E6_PK" /></NavigationProperty></EntityType><EntityType Name="FHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="FH_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="FHTag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Outcome" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="FHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ProcessHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GlbBranchInfo"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranch" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbCapabilityInfo"><Key><PropertyRef Name="G4_PK" /></Key><Property Name="G4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G4_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="G4_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="G4_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbCapability" /><Annotation Term="Glow.TableCode" String="G4" /></EntityType><EntityType Name="GlbCompanyInfo"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbCompany" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbDepartmentInfo"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbDepartment" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbGroupInfo"><Key><PropertyRef Name="GG_PK" /></Key><Property Name="GG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="GG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbGroup" /><Annotation Term="Glow.TableCode" String="GG" /></EntityType><EntityType Name="GlbPersonInfo"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Picture" Type="Edm.Binary" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaffInfo)" Partner="GlbPerson" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbStaffInfo"><Key><PropertyRef Name="GS_Code" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PER" Type="Edm.Guid" /><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbStaff" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="J2Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvoiceHeaderRef" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="J2_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="J7Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvHeaderCharge" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="J7_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="JEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JE_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="JEAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Address" Abstract="true"><Key><PropertyRef Name="E2_PK" /></Key><Property Name="E2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E2_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="E2_AddressOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_AddressSequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="E2_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E2_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="E2_Contact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="E2_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="E2_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="E2_GovRegNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="E2_GovRegNumType" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_IsResidential" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_OA_Address" Type="Edm.Guid" /><Property Name="E2_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E2_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="E2_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="E2_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="E2_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_ValidationStatus" Type="Edm.String" DefaultValue="NRQ" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="E2" /></EntityType><EntityType Name="JEAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="JE_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="CusDisposition" Abstract="true"><Key><PropertyRef Name="CDI_PK" /></Key><Property Name="CDI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CDI_Notes" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" Unicode="false" /><Property Name="CDI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CDI_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CDI_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CDI_StatusDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CDI_StatusKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="CDI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CDI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CDI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CDI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CDI_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="CDI" /></EntityType><EntityType Name="JECusDisposition" BaseType="Odyssey.CusDisposition"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="CusDispositions"><ReferentialConstraint Property="CDI_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CDI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CDI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JEGenAddOnColumn" BaseType="Odyssey.GenAddOnColumn"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="GenAddOnColumns"><ReferentialConstraint Property="XA_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JELog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="Note" Abstract="true"><Key><PropertyRef Name="ST_PK" /></Key><Property Name="ST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="ST_ForceRead" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="ST_GC_RelatedCompany" Type="Edm.Guid" /><Property Name="ST_IsCustomDescription" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ST_NoteContext" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="ST_NoteType" Type="Edm.String" DefaultValue="INT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_ParentID" Type="Edm.Guid" /><Property Name="ST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteData" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="ST" /></EntityType><EntityType Name="JENote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JE_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="JEReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowAuditLog" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="JEWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JE_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="JEWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JE_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="JEWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobExRate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JF_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvLineRef" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="JHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="JIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvoiceLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JI_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="JobCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_A9_CostVATClass" Type="Edm.Guid" /><Property Name="JR_A9_SellVATClass" Type="Edm.Guid" /><Property Name="JR_AB" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AgentDeclaredCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AgentDeclaredSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AK" Type="Edm.Guid" /><Property Name="JR_AL_APLine" Type="Edm.Guid" /><Property Name="JR_AL_ARLine" Type="Edm.Guid" /><Property Name="JR_AL_CFXLine" Type="Edm.Guid" /><Property Name="JR_APDocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_APLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_APNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_ARLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ARNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_AT_CostGSTRate" Type="Edm.Guid" /><Property Name="JR_AT_SellGSTRate" Type="Edm.Guid" /><Property Name="JR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JR_AW_CostWHTRate" Type="Edm.Guid" /><Property Name="JR_AW_SellWHTRate" Type="Edm.Guid" /><Property Name="JR_CAL_APLine" Type="Edm.Guid" /><Property Name="JR_CAL_ARLine" Type="Edm.Guid" /><Property Name="JR_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ChequeNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_CostPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_CostPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_DeclaredOSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="JR_DisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_E6_GatewaySellHeader" Type="Edm.Guid" /><Property Name="JR_EstimatedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="JR_GB_InternalBranch" Type="Edm.Guid" /><Property Name="JR_GB_SellTaxBranch" Type="Edm.Guid" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE_InternalDept" Type="Edm.Guid" /><Property Name="JR_InvoiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_IsAPCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsARCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsCostTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsIncludedInProfitShare" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsSpotCost" Type="Edm.Boolean" /><Property Name="JR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JH_InternalJob" Type="Edm.Guid" /><Property Name="JR_JR_RevenueLine" Type="Edm.Guid" /><Property Name="JR_LineCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="3" /><Property Name="JR_LineType" Type="Edm.String" DefaultValue="BTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JR_OA_SellInvoiceAddress" Type="Edm.Guid" /><Property Name="JR_OC_SellInvoiceContact" Type="Edm.Guid" /><Property Name="JR_OH_CostAccount" Type="Edm.Guid" /><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="JR_OP_Product" Type="Edm.Guid" /><Property Name="JR_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_OSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSSellWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_PreventInvoicePrintGrouping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProductQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JR_ProFormaCost" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProFormaRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_RX_NKCostCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_SellPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_SellPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_SellReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_SellSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CostVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_CostVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="SellVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_SellVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="JR_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="JR_AK" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="APLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_APLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="ARLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_ARLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CFXLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_CFXLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CostGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_CostGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="SellGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_SellGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="JobConsolCost" Type="Odyssey.JobConsolCost" Partner="JobCharges"><ReferentialConstraint Property="JR_E6" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="GatewaySellHeader" Type="Odyssey.JobConsolCost"><ReferentialConstraint Property="JR_E6_GatewaySellHeader" ReferencedProperty="E6_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="InternalBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_InternalBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="SellTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_SellTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="InternalDept" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="JR_GE_InternalDept" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false" Partner="JobCharges"><ReferentialConstraint Property="JR_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="InternalJob" Type="Odyssey.JobHeader"><ReferentialConstraint Property="JR_JH_InternalJob" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="RevenueLine" Type="Odyssey.JobCharge"><ReferentialConstraint Property="JR_JR_RevenueLine" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JR_OA_SellInvoiceAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JR_OC_SellInvoiceContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CostAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_CostAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="JR_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CostCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKCostCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellInvoiceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellInvoiceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="JobComInvHeaderCharge"><Key><PropertyRef Name="J7_PK" /></Key><Property Name="J7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J7_AdjustedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><Property Name="J7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J7_ChargeDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="J7_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_DistributeBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="J7_ExchangeRateDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="J7_ExchangeRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_FullOrPartialApportionment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_IsApportionedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsCalculated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsDutiable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsGSTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsIncludedInITOT" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsNotIncludedInInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsStatisticalValueApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="J7_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_Percentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="5" /><Property Name="J7_PrepaidCollect" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="J7_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.J7Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="J7" /></EntityType><EntityType Name="JobComInvLineRef"><Key><PropertyRef Name="JG_PK" /></Key><Property Name="JG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JG_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JG_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JG_JI" Type="Edm.Guid" Nullable="false" /><Property Name="JG_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JG_ReferenceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobComInvoiceLine" Type="Odyssey.JobComInvoiceLine" Nullable="false" Partner="JobComInvLineRefs"><ReferentialConstraint Property="JG_JI" ReferencedProperty="JI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JG" /></EntityType><EntityType Name="JobComInvoiceHeaderRef"><Key><PropertyRef Name="J2_PK" /></Key><Property Name="J2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J2_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="J2_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J2_JZ" Type="Edm.Guid" Nullable="false" /><Property Name="J2_ReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="J2_ReferenceNumber2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="J2_ReferenceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobComInvoiceHeader" Type="Odyssey.JobComInvoiceHeader" Nullable="false" Partner="JobComInvoiceHeaderRefs"><ReferentialConstraint Property="J2_JZ" ReferencedProperty="JZ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.J2Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="J2" /></EntityType><EntityType Name="JobComInvoiceHeader"><Key><PropertyRef Name="JZ_PK" /></Key><Property Name="JZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JZ_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4096" Unicode="false" /><Property Name="JZ_AdditionalTerms" Type="Edm.String" MaxLength="512" Unicode="false" /><Property Name="JZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JZ_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JZ_CU_RelatedHouseBill" Type="Edm.Guid" /><Property Name="JZ_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="JZ_ExporterBankAccountNumber" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JZ_ExporterBankName" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JZ_ExporterBankSWIFTCode" Type="Edm.String" MaxLength="11" Unicode="false" /><Property Name="JZ_FOBValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Invoice_Currency/RX_SubUnitRatio" /></Property><Property Name="JZ_GB" Type="Edm.Guid" /><Property Name="JZ_GroupInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JZ_IncoTerm" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_IncoTermPlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JZ_InvoiceAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Invoice_Currency/RX_SubUnitRatio" /></Property><Property Name="JZ_InvoiceCurrExRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JZ_InvoiceCurrExRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_InvoiceCurrLandedCostExRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JZ_InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JZ_InvoiceDisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JZ_InvoiceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JZ_JE" Type="Edm.Guid" /><Property Name="JZ_JS_Shipment" Type="Edm.Guid" /><Property Name="JZ_JZ_GCIHeader" Type="Edm.Guid" /><Property Name="JZ_JZ_GroupInvoiceFK" Type="Edm.Guid" /><Property Name="JZ_LetterOfCreditDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JZ_LetterOfCreditNumber" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JZ_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="JZ_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JZ_NetWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JZ_NoOfPacks" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JZ_OA_BuyerAddress" Type="Edm.Guid" /><Property Name="JZ_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="JZ_OA_DistributorAddress" Type="Edm.Guid" /><Property Name="JZ_OA_ExporterAddress" Type="Edm.Guid" /><Property Name="JZ_OA_IntermediateConsigneeAddress" Type="Edm.Guid" /><Property Name="JZ_OA_InvoicerAddress" Type="Edm.Guid" /><Property Name="JZ_OA_ManufacturerAddress" Type="Edm.Guid" /><Property Name="JZ_OA_PackagerAddress" Type="Edm.Guid" /><Property Name="JZ_OA_SellerAddress" Type="Edm.Guid" /><Property Name="JZ_OA_ShipperAddress" Type="Edm.Guid" /><Property Name="JZ_OA_ShipToPartyAddress" Type="Edm.Guid" /><Property Name="JZ_OA_SoldToPartyAddress" Type="Edm.Guid" /><Property Name="JZ_OA_SupplierAddress" Type="Edm.Guid" /><Property Name="JZ_OH_Buyer" Type="Edm.Guid" /><Property Name="JZ_OH_BuyerAgent" Type="Edm.Guid" /><Property Name="JZ_OH_Consignee" Type="Edm.Guid" /><Property Name="JZ_OH_Manufacturer" Type="Edm.Guid" /><Property Name="JZ_OH_SellingAgent" Type="Edm.Guid" /><Property Name="JZ_OH_Supplier" Type="Edm.Guid" /><Property Name="JZ_OrderNumber" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JZ_OverrideFOB" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JZ_PaymentAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Invoice_Currency/RX_SubUnitRatio" /></Property><Property Name="JZ_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JZ_PaymentExRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JZ_PaymentMethod" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JZ_PaymentNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JZ_PaymentTerms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_RelatedIndicator" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JZ_Remarks" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4000" /><Property Name="JZ_RN_NKCountryOfExport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JZ_RN_NKDefaultOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JZ_RW_NKOriginState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JZ_RX_NKInvoice_Currency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_StandAloneInvoiceDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JZ_UCR" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JZ_ValuationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JZ_ValuationDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JZ_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JZ_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JZ_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JZ_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="JobComInvoiceHeaderRefs" Type="Collection(Odyssey.JobComInvoiceHeaderRef)" Partner="JobComInvoiceHeader" /><NavigationProperty Name="RelatedHouseBill" Type="Odyssey.CusDecHouseBill"><ReferentialConstraint Property="JZ_CU_RelatedHouseBill" ReferencedProperty="CU_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JZ_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="JobDeclaration" Type="Odyssey.JobDeclaration" Partner="JobComInvoiceHeaders"><ReferentialConstraint Property="JZ_JE" ReferencedProperty="JE_PK" /></NavigationProperty><NavigationProperty Name="Shipment" Type="Odyssey.JobShipmentInfo"><ReferentialConstraint Property="JZ_JS_Shipment" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="GCIHeader" Type="Odyssey.JobComInvoiceHeader"><ReferentialConstraint Property="JZ_JZ_GCIHeader" ReferencedProperty="JZ_PK" /></NavigationProperty><NavigationProperty Name="GroupInvoiceFK" Type="Odyssey.JobComInvoiceHeader"><ReferentialConstraint Property="JZ_JZ_GroupInvoiceFK" ReferencedProperty="JZ_PK" /></NavigationProperty><NavigationProperty Name="BuyerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_BuyerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DistributorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_DistributorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ExporterAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_ExporterAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="IntermediateConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_IntermediateConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="InvoicerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_InvoicerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ManufacturerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_ManufacturerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PackagerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_PackagerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SellerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_SellerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipperAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_ShipperAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_ShipToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SoldToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_SoldToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SupplierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JZ_OA_SupplierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="BuyerAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_BuyerAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Buyer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_Buyer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Manufacturer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_Manufacturer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SellingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_SellingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JZ_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="JobComInvoiceLines" Type="Collection(Odyssey.JobComInvoiceLine)" Partner="JobComInvoiceHeader" /><NavigationProperty Name="CountryOfExport" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JZ_RN_NKCountryOfExport" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="DefaultOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JZ_RN_NKDefaultOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Invoice_Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JZ_RX_NKInvoice_Currency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CustomsCharges" Type="Collection(Odyssey.JZCustomsCharge)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JZ" /></EntityType><EntityType Name="JobComInvoiceLine"><Key><PropertyRef Name="JI_PK" /></Key><Property Name="JI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JI_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4096" Unicode="false" /><Property Name="JI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JI_BondedWarehouseRemarks" Type="Edm.String" MaxLength="100" Unicode="false" /><Property Name="JI_BondedWHSOrderLineNumber" Type="Edm.Int16" /><Property Name="JI_BondedWHSOrderNumber" Type="Edm.String" MaxLength="25" Unicode="false" /><Property Name="JI_BondedWhsQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="5" /><Property Name="JI_BondedWhsUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JI_BrandName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="JI_CC" Type="Edm.Guid" /><Property Name="JI_CEI" Type="Edm.Guid" /><Property Name="JI_CGC_Catalog" Type="Edm.Guid" /><Property Name="JI_CL" Type="Edm.Guid" /><Property Name="JI_ClassUsageComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="JI_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JI_CO" Type="Edm.Guid" /><Property Name="JI_ConcessionOrder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="JI_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_CountryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_CustomAttrib6" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="JI_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_CustomsFifthQuantity" Type="Edm.Decimal" Precision="19" Scale="6" /><Property Name="JI_CustomsFifthUnitQty" Type="Edm.String" MaxLength="6" Unicode="false" /><Property Name="JI_CustomsFourthQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="JI_CustomsFourthUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JI_CustomsQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="JI_CustomsSecondQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="JI_CustomsSecondUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JI_CustomsThirdQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="JI_CustomsThirdUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JI_CustomsUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JI_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_DateForDutyOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="525" Unicode="false" /><Property Name="JI_GS_NKClassUsageCommentReviewer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_HazMatCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JI_HazMatCodeQualifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JI_InvoiceQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="JI_InvoiceUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JI_JI_GCILine" Type="Edm.Guid" /><Property Name="JI_JO" Type="Edm.Guid" /><Property Name="JI_JZ" Type="Edm.Guid" Nullable="false" /><Property Name="JI_LineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JI_LinePrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JI_MatchingKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JI_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="JI_NAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" /><Property Name="JI_NDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="525" /><Property Name="JI_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_NetWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="JI_OA_ExporterAddress" Type="Edm.Guid" /><Property Name="JI_OA_GrowerAddress" Type="Edm.Guid" /><Property Name="JI_OA_ManufacturerAddress" Type="Edm.Guid" /><Property Name="JI_OA_ProducerAddress" Type="Edm.Guid" /><Property Name="JI_OA_Seller" Type="Edm.Guid" /><Property Name="JI_OA_ShipToPartyAddress" Type="Edm.Guid" /><Property Name="JI_OA_SoldToPartyAddress" Type="Edm.Guid" /><Property Name="JI_OH_Supplier" Type="Edm.Guid" /><Property Name="JI_OH_TreatmentProvider" Type="Edm.Guid" /><Property Name="JI_OP" Type="Edm.Guid" /><Property Name="JI_OrderNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="JI_ParentID" Type="Edm.Guid" /><Property Name="JI_ParentLine" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JI_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JI_PartNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JI_PreviousEntryLineNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JI_PreviousEntryNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JI_PrimaryPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JI_Procedure" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JI_RelatedIndicator" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="JI_RH_NKCommodity_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JI_RN_NKCountryOfExport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_RN_NKCountryOfOrigin" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JI_RW_NKOriginState" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JI_SecondaryPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="JI_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JI_StateOrRegionOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JI_Tariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JI_ValuationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_ValuationDateOverride" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JI_ValuationMarkup" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JI_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JI_ZZF_NKTaxType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="JobComInvLineRefs" Type="Collection(Odyssey.JobComInvLineRef)" Partner="JobComInvoiceLine" /><NavigationProperty Name="CusEntryInstruction" Type="Odyssey.CusEntryInstruction"><ReferentialConstraint Property="JI_CEI" ReferencedProperty="CEI_PK" /></NavigationProperty><NavigationProperty Name="CusEntryLine" Type="Odyssey.CusEntryLine"><ReferentialConstraint Property="JI_CL" ReferencedProperty="CL_PK" /></NavigationProperty><NavigationProperty Name="CusContainer" Type="Odyssey.CusContainer"><ReferentialConstraint Property="JI_CO" ReferencedProperty="CO_PK" /></NavigationProperty><NavigationProperty Name="GCILine" Type="Odyssey.JobComInvoiceLine"><ReferentialConstraint Property="JI_JI_GCILine" ReferencedProperty="JI_PK" /></NavigationProperty><NavigationProperty Name="JobOrderLine" Type="Odyssey.JobOrderLineInfo"><ReferentialConstraint Property="JI_JO" ReferencedProperty="JO_PK" /></NavigationProperty><NavigationProperty Name="JobComInvoiceHeader" Type="Odyssey.JobComInvoiceHeader" Nullable="false" Partner="JobComInvoiceLines"><ReferentialConstraint Property="JI_JZ" ReferencedProperty="JZ_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ExporterAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_ExporterAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="GrowerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_GrowerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ManufacturerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_ManufacturerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ProducerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_ProducerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Seller" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_Seller" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_ShipToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SoldToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JI_OA_SoldToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JI_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="TreatmentProvider" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JI_OH_TreatmentProvider" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="JI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="ClassUsageCommentReviewer" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JI_GS_NKClassUsageCommentReviewer" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="JI_RH_NKCommodity_Code" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CountryOfExport" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JI_RN_NKCountryOfExport" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JI_RN_NKCountryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.JICusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JI_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="JI_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JI_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="JI_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JI_NetWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JI_NetWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobConsolCost" Abstract="true"><Key><PropertyRef Name="E6_PK" /></Key><Property Name="E6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E6_A9_VATClass" Type="Edm.Guid" /><Property Name="E6_AB_BankAccount" Type="Edm.Guid" /><Property Name="E6_AC_ChargeCode" Type="Edm.Guid" Nullable="false" /><Property Name="E6_AH_APInvoice" Type="Edm.Guid" /><Property Name="E6_AH_ARInvoice" Type="Edm.Guid" /><Property Name="E6_AK_ChequeBook" Type="Edm.Guid" /><Property Name="E6_ApportionmentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_AT_TaxRate" Type="Edm.Guid" /><Property Name="E6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E6_ChequeOrReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="E6_DocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="E6_GatewaySellChargeID" Type="Edm.Guid" /><Property Name="E6_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="E6_GC" Type="Edm.Guid" Nullable="false" /><Property Name="E6_GS_NKConsolCostOwner" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_InvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="E6_IsForCollectInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E6_LocalCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OH_Creditor" Type="Edm.Guid" /><Property Name="E6_OSCostAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_OSGSTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="E6_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E6_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="E6_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="E6_PlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_PPDCLT" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RatingBehaviour" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="E6_SupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E6_TaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="JobCharges" Type="Collection(Odyssey.JobCharge)" Partner="JobConsolCost" /><NavigationProperty Name="VATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="E6_A9_VATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="BankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="E6_AB_BankAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="ChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="E6_AC_ChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="APInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_APInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ARInvoice" Type="Odyssey.AccTransactionHeaderInfo"><ReferentialConstraint Property="E6_AH_ARInvoice" ReferencedProperty="AH_PK" /></NavigationProperty><NavigationProperty Name="ChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="E6_AK_ChequeBook" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="TaxRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="E6_AT_TaxRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="E6_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="E6_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Creditor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="E6_OH_Creditor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ConsolCostOwner" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_GS_NKConsolCostOwner" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="E6_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.E6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ApportionmentCharges" Type="Collection(Odyssey.ApportionmentCharge)" Partner="JobConsolCost" /><Annotation Term="Glow.TableCode" String="E6" /></EntityType><EntityType Name="KGJobConsolCost" BaseType="Odyssey.JobConsolCost" /><EntityType Name="JobConsolInfo"><Key><PropertyRef Name="JK_PK" /></Key><Property Name="JK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JK_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Annotation Term="Glow.InfoTypeFor" String="IJobConsol" /><Annotation Term="Glow.TableCode" String="JK" /></EntityType><EntityType Name="JobContainerInfo"><Key><PropertyRef Name="JC_PK" /></Key><Property Name="JC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JC_ContainerNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_Description" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="JC_Additional2SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_Additional2SealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_AdditionalSealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_AdditionalSealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ArrivalCartageAdvised" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalCartageComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ArrivalEstimatedDelivery" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_ContainerStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_ContainerYardEmptyReturnGateIn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_DeliveryMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="JC_DepartureCartageRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JC_EmptyReadyForReturn" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_EmptyReturnedBy" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_GrossWeightVerificationDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JC_GrossWeightVerificationStatus" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_GrossWeightVerificationType" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JC_RC" Type="Edm.Guid" /><Property Name="JC_SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JC_SealParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="JC_RC" ReferencedProperty="RC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IJobContainer" /><Annotation Term="Glow.TableCode" String="JC" /></EntityType><EntityType Name="JobDeclarationInfo"><Key><PropertyRef Name="JE_PK" /></Key><Property Name="JE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JE_DeclarationReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IJobDeclaration" /><Annotation Term="Glow.TableCode" String="JE" /></EntityType><EntityType Name="JobDeclaration"><Key><PropertyRef Name="JE_PK" /></Key><Property Name="JE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JE_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4096" Unicode="false" /><Property Name="JE_AgentsReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_AircraftRegistration" Type="Edm.String" MaxLength="8" Unicode="false" /><Property Name="JE_AircraftRegistrationInland" Type="Edm.String" MaxLength="8" Unicode="false" /><Property Name="JE_ApplicationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_AuditDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JE_AuditReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="JE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JE_AutoWeightApportion" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_CarrierCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="JE_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="JE_ComputedParent" Type="Edm.Guid" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JE_ConsolidatedCargoStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_ContainerCount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JE_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_CustomsCommencedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_CustomsDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JE_CustomsLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JE_CustomsOffice" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="JE_CustomsProfile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_DateAtFinalDestination" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_DateAtOrigin" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_DateOfArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_DateOfFirstArrival" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_DeclarantType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_DeclarationLanguage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="JE_DeclarationReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_DefermentAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_EFTMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_EntryAuthorisationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_EntryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_EntrySubmittedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_ExportDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_ExportGoodsType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_Folio" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JE_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JE_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JE_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="JE_GoodsDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JE_GoodsOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JE_GS_NKAuditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_GS_NKCusAgent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_GS_NKCustomsCommencedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_HouseBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_HouseBillIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JE_IATALoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_InsuranceValue" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="JE_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_IsPersonalEffects" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_JS" Type="Edm.Guid" /><Property Name="JE_LandedCostByCost" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JE_LandedCostByUnits" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JE_LandedCostByVolume" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JE_LandedCostByWeight" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JE_LandedPieces" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JE_LloydsIMO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="JE_LocationOfGoods" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="JE_LocationOtherInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_LocationQualifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="JE_ManifestNumber" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JE_MasterBill" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_MasterBillIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JE_MergeBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_MessageSubType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_MessageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_NAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4000" /><Property Name="JE_OA_BuyingAgentAddress" Type="Edm.Guid" /><Property Name="JE_OA_ConsigneeAddress" Type="Edm.Guid" /><Property Name="JE_OA_DeclarantAddress" Type="Edm.Guid" /><Property Name="JE_OA_DistributorAddress" Type="Edm.Guid" /><Property Name="JE_OA_ImporterAddress" Type="Edm.Guid" /><Property Name="JE_OA_ManufacturerAddress" Type="Edm.Guid" /><Property Name="JE_OA_PackagerAddress" Type="Edm.Guid" /><Property Name="JE_OA_Representative" Type="Edm.Guid" /><Property Name="JE_OA_SellerAddress" Type="Edm.Guid" /><Property Name="JE_OA_ShipperAddress" Type="Edm.Guid" /><Property Name="JE_OA_ShipToPartyAddress" Type="Edm.Guid" /><Property Name="JE_OA_SoldToPartyAddress" Type="Edm.Guid" /><Property Name="JE_OA_SupplierAddress" Type="Edm.Guid" /><Property Name="JE_OH_Buyer" Type="Edm.Guid" /><Property Name="JE_OH_BuyingAgent" Type="Edm.Guid" /><Property Name="JE_OH_Consignee" Type="Edm.Guid" /><Property Name="JE_OH_ControllingAgent" Type="Edm.Guid" /><Property Name="JE_OH_ControllingCustomer" Type="Edm.Guid" /><Property Name="JE_OH_DutyPayer" Type="Edm.Guid" /><Property Name="JE_OH_Exporter" Type="Edm.Guid" /><Property Name="JE_OH_ExternalBroker" Type="Edm.Guid" /><Property Name="JE_OH_Forwarder" Type="Edm.Guid" /><Property Name="JE_OH_Importer" Type="Edm.Guid" /><Property Name="JE_OH_Manufacturer" Type="Edm.Guid" /><Property Name="JE_OH_NotifyParty" Type="Edm.Guid" /><Property Name="JE_OH_SellingAgent" Type="Edm.Guid" /><Property Name="JE_OH_ShippingLine" Type="Edm.Guid" /><Property Name="JE_OH_Supplier" Type="Edm.Guid" /><Property Name="JE_OperationalStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_OverrideFreightDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_OwnerRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="JE_PaidBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_PaymentMethod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_RL_NKFinalDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JE_RL_NKOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JE_RL_NKPortOfArrival" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JE_RL_NKPortOfFirstArrival" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JE_RL_NKPortOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JE_RN_NKTrailer1Nationality" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="JE_RN_NKTrailer2Nationality" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="JE_RN_NKTransportNationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JE_RN_NKTransportNationalityInland" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="JE_RS_NKServiceLevel" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_RW_NKOriginState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_RX_NKInsuranceCurrency" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="JE_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_ShipmentIncoTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_ShipmentIncoTermPlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JE_SubLocationOfGoods" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JE_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_TotalNoOfPacks" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JE_TotalNoOfPacksDecimal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="15" Scale="4" /><Property Name="JE_TotalNoOfPacksPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_TotalNoOfPieces" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="JE_TotalVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JE_TotalVolumeUnit" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JE_TotalWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JE_TotalWeightUnit" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="JE_Trailer1RegNo" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JE_Trailer2RegNo" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JE_TransportIDInland" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="JE_TransportMeans" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="JE_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_TransportModeInland" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JE_UCR" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_UseOwnerRefAsQuarantineRef" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JE_ValuationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JE_VesselName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JE_VoyageFlightNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JE_WarehouseReleaseDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JE_WarehouseTransactionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusContainers" Type="Collection(Odyssey.CusContainer)" Partner="JobDeclaration" /><NavigationProperty Name="CusDecHouseBills" Type="Collection(Odyssey.CusDecHouseBill)" Partner="JobDeclaration" /><NavigationProperty Name="CusEntryHeaders" Type="Collection(Odyssey.CusEntryHeader)" Partner="JobDeclaration" /><NavigationProperty Name="CusEntryInstructions" Type="Collection(Odyssey.CusEntryInstruction)" Partner="JobDeclaration" /><NavigationProperty Name="JobComInvoiceHeaders" Type="Collection(Odyssey.JobComInvoiceHeader)" Partner="JobDeclaration" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JE_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JE_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobShipment" Type="Odyssey.JobShipmentInfo"><ReferentialConstraint Property="JE_JS" ReferencedProperty="JS_PK" /></NavigationProperty><NavigationProperty Name="BuyingAgentAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_BuyingAgentAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ConsigneeAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_ConsigneeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DeclarantAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_DeclarantAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DistributorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_DistributorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ImporterAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_ImporterAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ManufacturerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_ManufacturerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="PackagerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_PackagerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Representative" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_Representative" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SellerAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_SellerAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipperAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_ShipperAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="ShipToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_ShipToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SoldToPartyAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_SoldToPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SupplierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JE_OA_SupplierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Buyer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Buyer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="BuyingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_BuyingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_ControllingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingCustomer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_ControllingCustomer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DutyPayer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_DutyPayer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Exporter" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Exporter" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ExternalBroker" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_ExternalBroker" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Forwarder" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Forwarder" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Importer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Importer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Manufacturer" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Manufacturer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="NotifyParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_NotifyParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SellingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_SellingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ShippingLine" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_ShippingLine" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JE_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AuditUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JE_GS_NKAuditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAgent" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JE_GS_NKCusAgent" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CustomsCommencedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JE_GS_NKCustomsCommencedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="FinalDestination" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JE_RL_NKFinalDestination" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Origin" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JE_RL_NKOrigin" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfArrival" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JE_RL_NKPortOfArrival" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfFirstArrival" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JE_RL_NKPortOfFirstArrival" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfLoading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JE_RL_NKPortOfLoading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Trailer1Nationality" Type="Odyssey.RefCountryInfo"><ReferentialConstraint Property="JE_RN_NKTrailer1Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Trailer2Nationality" Type="Odyssey.RefCountryInfo"><ReferentialConstraint Property="JE_RN_NKTrailer2Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportNationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="JE_RN_NKTransportNationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportNationalityInland" Type="Odyssey.RefCountryInfo"><ReferentialConstraint Property="JE_RN_NKTransportNationalityInland" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="JE_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="InsuranceCurrency" Type="Odyssey.RefCurrencyInfo"><ReferentialConstraint Property="JE_RX_NKInsuranceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.JEAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.JEAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.JECusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusDispositions" Type="Collection(Odyssey.JECusDisposition)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="DocsAndCartageDetails" Type="Collection(Odyssey.JEDocsAndCartageDetail)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="GenAddOnColumns" Type="Collection(Odyssey.JEGenAddOnColumn)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobHeaders" Type="Collection(Odyssey.JEJobHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JELog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JENote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.JEProcessHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JEProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.JEReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JEWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JEWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JEWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.JEWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="USCustoms" Type="Collection(Odyssey.JobDeclarationUSCustomsData)" Partner="Parent" /><NavigationProperty Name="USData" Type="Collection(Odyssey.JobDeclarationUSData)" Partner="Parent" /><NavigationProperty Name="USStatements" Type="Collection(Odyssey.JobDeclarationUSStatement)" Partner="Parent" /><Annotation Term="Glow.InfoType" String="IJobDeclarationInfo" /><Annotation Term="Glow.TableCode" String="JE" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JE_TotalVolume" /><PropertyValue Property="UnitProperty" PropertyPath="JE_TotalVolumeUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="JE_TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="JE_TotalWeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JobDeclarationUSCustomsData"><Key><PropertyRef Name="USC_PK" /></Key><Property Name="USC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="USC_JE" Type="Edm.Guid" Nullable="false" /><Property Name="USC_ACECargoReleaseStatus" Type="Edm.String" MaxLength="8000" Unicode="false" /><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="USCustoms"><ReferentialConstraint Property="USC_JE" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JobDeclarationUSData"><Key><PropertyRef Name="USA_PK" /></Key><Property Name="USA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="USA_JE" Type="Edm.Guid" Nullable="false" /><Property Name="USA_PeriodicStatementMM" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="USA_PaymentDueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="USA_PaymentType" Type="Edm.String" MaxLength="1" Unicode="false" /><Property Name="USA_CheckNo" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="USA_TotalInvoicedAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="USA_TotalOutstandingAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="USData"><ReferentialConstraint Property="USA_JE" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JobDeclarationUSStatement"><Key><PropertyRef Name="USS_PK" /></Key><Property Name="USS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="USS_JE" Type="Edm.Guid" Nullable="false" /><Property Name="USS_EntryNum" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="USS_PaymentStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="USS_StatementNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="USS_PaymentAuthorizationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="USS_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="USS_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="USS_PrintDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="USStatements"><ReferentialConstraint Property="USS_JE" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JobExRate"><Key><PropertyRef Name="JF_PK" /></Key><Property Name="JF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JF_BaseRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="JF_CFXMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="JF_CFXPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JF_InvoiceCurrencyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_IsTransformed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JF_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JF_OH_Org" Type="Edm.Guid" /><Property Name="JF_OrgType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_RX_NKRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobHeader" Type="Odyssey.JobHeader" Nullable="false" Partner="JobExRates"><ReferentialConstraint Property="JF_JH" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="Org" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JF_OH_Org" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JF_RX_NKRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JF" /></EntityType><EntityType Name="JobHeader" Abstract="true"><Key><PropertyRef Name="JH_PK" /></Key><Property Name="JH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JH_A_JCL" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_A_JOP" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_AgentChargesCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JH_ARInvoiceReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JH_ClientContractNumber" Type="Edm.String" MaxLength="50" Unicode="false" /><Property Name="JH_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="JH_Direction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ExcludeFromPeriodicRating" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GB_TaxBranch" Type="Edm.Guid" /><Property Name="JH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JH_GS_NKRepOps" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_GS_NKRepSales" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_HeaderType" Type="Edm.String" DefaultValue="JOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_HoldReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="JH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JH_IsDisbursement" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_IsProfitSharePosted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_JH_ParentJob" Type="Edm.Guid" /><Property Name="JH_JobBufferPercentOverride" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JH_JobLocalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_JobNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JH_JobPlannedStartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_LocalChargesCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="JH_LocalClientInvoicingStyle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JH_OA_AgentCollectAddr" Type="Edm.Guid" /><Property Name="JH_OA_LocalChargesAddr" Type="Edm.Guid" /><Property Name="JH_OC_LocalBillingContact" Type="Edm.Guid" /><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JH_PaymentCollectionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ProfitLossReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_ProfitShareInvoice" Type="Edm.Guid" /><Property Name="JH_RatingHasBeenRun" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JH_RevenueRecognizedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JH_SingleAgentsInvoicePerConsol" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="JH_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_TH_NKQuoteNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JH_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JH_UniqueJobInvoiceNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="JobCharges" Type="Collection(Odyssey.JobCharge)" Partner="JobHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobExRates" Type="Collection(Odyssey.JobExRate)" Partner="JobHeader" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JH_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="TaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JH_GB_TaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JH_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JH_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ParentJob" Type="Odyssey.JobHeader"><ReferentialConstraint Property="JH_JH_ParentJob" ReferencedProperty="JH_PK" /></NavigationProperty><NavigationProperty Name="AgentCollectAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JH_OA_AgentCollectAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LocalChargesAddr" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JH_OA_LocalChargesAddr" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LocalBillingContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JH_OC_LocalBillingContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="RepOps" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_GS_NKRepOps" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="RepSales" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_GS_NKRepSales" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.JHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.JHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.JHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.JHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.JHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JH" /></EntityType><EntityType Name="CSHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="BHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="BFJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="CMJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.CusMAWB" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="CM_PK" /></NavigationProperty></EntityType><EntityType Name="YASJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YAOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YDHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YPHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YRAJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YREJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="YTUJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KBJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="LTCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="KGJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVEJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="GVMJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JJJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="EYJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JKJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JEJobHeader" BaseType="Odyssey.JobHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Nullable="false" Partner="JobHeaders"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JSJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="NAJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="THJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WSJJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDLJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WDHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WRCJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WRHJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WVOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKIJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKPJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="WKRJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="MWOJobHeader" BaseType="Odyssey.JobHeader" /><EntityType Name="JobOrderItem"><Key><PropertyRef Name="JT_PK" /></Key><Property Name="JT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JT_JP" Type="Edm.Guid" Nullable="false" /><Property Name="JT_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="JT_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobDocsAndCartage" Type="Odyssey.DocsAndCartageDetail" Nullable="false" Partner="JobOrderItems"><ReferentialConstraint Property="JT_JP" ReferencedProperty="JP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JT" /></EntityType><EntityType Name="JobOrderLineInfo"><Key><PropertyRef Name="JO_PK" /></Key><Property Name="JO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JO_LineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JO_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Annotation Term="Glow.InfoTypeFor" String="IJobOrderLine" /><Annotation Term="Glow.TableCode" String="JO" /></EntityType><EntityType Name="JobShipmentInfo"><Key><PropertyRef Name="JS_PK" /></Key><Property Name="JS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JS_UniqueConsignRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Annotation Term="Glow.InfoTypeFor" String="IJobShipment" /><Annotation Term="Glow.TableCode" String="JS" /></EntityType><EntityType Name="JobUSComInvoiceLine"><Key><PropertyRef Name="USI_PK" /></Key><Property Name="USI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="USI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="USI_ClusterKey" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="USI_DRW99ClaimedDuty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="USI_DRW99ClaimedHMF" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="USI_DRW99ClaimedMPF" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="USI_DRW99ClaimedTax" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="USI_DRWImportInvoiceLineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="USI_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="USI_JI" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><NavigationProperty Name="JobComInvoiceLine" Type="Odyssey.JobComInvoiceLine" Nullable="false"><ReferentialConstraint Property="USI_JI" ReferencedProperty="JI_PK" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.USIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="USI" /></EntityType><EntityType Name="JPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DocsAndCartageDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JP_PK" /></NavigationProperty></EntityType><EntityType Name="JobRequiredDocument" Abstract="true"><Key><PropertyRef Name="EQ_PK" /></Key><Property Name="EQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EQ_CreditControlDoc" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_DateReceived" Type="Edm.DateTimeOffset" /><Property Name="EQ_DateRequired" Type="Edm.DateTimeOffset" /><Property Name="EQ_DocCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="EQ_DocNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="EQ_DocPeriod" Type="Edm.String" DefaultValue="SHP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_DocumentNotes" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="EQ_DocUsage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="EQ_IssuePlace" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="EQ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_OH_DocumentOwner" Type="Edm.Guid" /><Property Name="EQ_OH_IssuedBy" Type="Edm.Guid" /><Property Name="EQ_OriginalDocRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_ParentID" Type="Edm.Guid" /><Property Name="EQ_RcvFromCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_ReturnToShipper" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_RN_NKRelatedCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EQ_SntToCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_TemplateTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_ValidToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Annotation Term="Glow.TableCode" String="EQ" /></EntityType><EntityType Name="JPJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.DocsAndCartageDetail" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="JP_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobCharge" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobOrderItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvoiceHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JZ_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="CustomsCharge" Abstract="true"><Key><PropertyRef Name="J7_PK" /></Key><Property Name="J7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="J7_AdjustedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="Currency/RX_SubUnitRatio" /></Property><Property Name="J7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="J7_ChargeDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="J7_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_DistributeBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_ExchangeRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="9" /><Property Name="J7_ExchangeRateDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="J7_ExchangeRateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_FullOrPartialApportionment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_IsApportionedCharge" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsCalculated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsDutiable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsGSTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsIncludedInITOT" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsNotIncludedInInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsStatisticalValueApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="J7_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="J7_Percentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="5" /><Property Name="J7_PrepaidCollect" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="J7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="J7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="J7" /></EntityType><EntityType Name="JZCustomsCharge" BaseType="Odyssey.CustomsCharge"><NavigationProperty Name="Parent" Type="Odyssey.JobComInvoiceHeader" Nullable="false" Partner="CustomsCharges"><ReferentialConstraint Property="J7_ParentID" ReferencedProperty="JZ_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="J7_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="J7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="OrgSupplierPartInfo"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgSupplierPart" /><Annotation Term="Glow.TableCode" String="OP" /></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessHeader" Abstract="true"><Key><PropertyRef Name="FH_PK" /></Key><Property Name="FH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="FH_AgreedDeliveryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_AgreedDeliveryDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_AllowTaskAutoAssignment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="FH_BMT_BufferTimespan" Type="Edm.Guid" /><Property Name="FH_BufferPenetrationPercentWhenCompleted" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="10" Scale="3" /><Property Name="FH_Category" Type="Edm.String" DefaultValue="UDF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_CompletionDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_CompletionStatement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_DateAcceptability" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DeadlineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_DoNotStartBeforeDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EarliestStartDateDefaultsFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_EarliestStartDefaultHoursOffset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_EffectiveAgreedDeliveryDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_EffectiveNudge" Type="Edm.Decimal" Precision="22" Scale="4" /><Property Name="FH_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="FH_FC_DedicatedBuffer" Type="Edm.Guid" /><Property Name="FH_FH_ParentHeader" Type="Edm.Guid" /><Property Name="FH_FL_DedicatedComponentLink" Type="Edm.Guid" /><Property Name="FH_GB_Branch" Type="Edm.Guid" /><Property Name="FH_GB_EffectiveBranch" Type="Edm.Guid" /><Property Name="FH_GE_Department" Type="Edm.Guid" /><Property Name="FH_GE_EffectiveDepartment" Type="Edm.Guid" /><Property Name="FH_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="FH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="FH_IsApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsCriticalHandover" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleasableUnitParent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsReleaseGroupSetByTemplate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_IsStandby" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="FH_JobCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="FH_JobDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="FH_LastOperationDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="FH_LastTransferType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_LatestAcceptableReleaseDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="FH_P0_Template" Type="Edm.Guid" /><Property Name="FH_ParentId" Type="Edm.Guid" /><Property Name="FH_ParentTemplateId" Type="Edm.Guid" /><Property Name="FH_PlannedDurationInMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_ReleaseDateTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_ReleaseSequenceSortDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_RemainingMinutesToComplete" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_StaggeredReleaseDelayExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="FH_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FH_TaskLowestOpenSequenceNumber" Type="Edm.Int32" DefaultValue="-1" Nullable="false" /><Property Name="FH_TaskPenetrationResetDateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FH_TimeDelayFactor" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="2" Scale="1" /><Property Name="FH_TimeDelayMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="FH_VoteUpDownAmount" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="FH_WorkflowType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ParentHeader" Type="Odyssey.ProcessHeader" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_FH_ParentHeader" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="ProcessHeaders" Type="Collection(Odyssey.ProcessHeader)" Partner="ParentHeader" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="EffectiveBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="FH_GB_EffectiveBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="EffectiveDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="FH_GE_EffectiveDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="FH_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.ProcessTask)" Partner="ProcessHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.FHTag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.FHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.FHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="FH" /></EntityType><EntityType Name="ASTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="ACHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CSHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="CPOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YAOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YDHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YPHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YRAProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YREProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YTUProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="YUSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="KMProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="LTCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="KGProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="K1ProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="EMHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="GSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JJProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JEProcessHeader" BaseType="Odyssey.ProcessHeader"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Partner="ProcessHeaders"><ReferentialConstraint Property="FH_ParentId" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JXProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JSBProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JVProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JBProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="JAProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="O1ProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="OHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="RCTProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="THProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="RQProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WCWProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDLProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WDHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WPSProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRCProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WRHProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WLOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTKProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WTJProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WVOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKIProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="WKPProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="MWOProcessHeader" BaseType="Odyssey.ProcessHeader" /><EntityType Name="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessHeader" Type="Odyssey.ProcessHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_FH_ProcessHeader" ReferencedProperty="FH_PK" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CusHAWB" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="CS_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefPackTypeInfo"><Key><PropertyRef Name="F3_Code" /></Key><Property Name="F3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="F3_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="F3_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="F3_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="F3_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefPackType" /><Annotation Term="Glow.TableCode" String="F3" /></EntityType><EntityType Name="RefServiceLevelInfo"><Key><PropertyRef Name="RS_Code" /></Key><Property Name="RS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RS_ServiceDeliveryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefServiceLevel" /><Annotation Term="Glow.TableCode" String="RS" /></EntityType><EntityType Name="RefShippingLineInfo"><Key><PropertyRef Name="RSL_PK" /></Key><Property Name="RSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RSL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RSL_StandardCarrierAlphaCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefShippingLine" /><Annotation Term="Glow.TableCode" String="RSL" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmMenuItemInfo"><Key><PropertyRef Name="SU_PK" /></Key><Property Name="SU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SU_MenuName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmMenuItem" /><Annotation Term="Glow.TableCode" String="SU" /></EntityType><EntityType Name="StmPrintQueueInfo"><Key><PropertyRef Name="SQ_PK" /></Key><Property Name="SQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SQ_DisplayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Annotation Term="Glow.InfoTypeFor" String="IStmPrintQueue" /><Annotation Term="Glow.TableCode" String="SQ" /></EntityType><EntityType Name="USIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobUSComInvoiceLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="USI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WhsAreaInfo"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsArea" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsLocationInfo"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsLocation" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="WhsRowInfo"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocationInfo)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsRow" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsWarehouseInfo"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRowInfo)" Partner="Whs" /><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsWarehouse" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="WorkflowException" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskID" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ASTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ACHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CVOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CPOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CLHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobDeclaration" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JE_PK" /></NavigationProperty></EntityType><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.JobHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="JH_PK" /></NavigationProperty></EntityType><EntityType Name="MWOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></Annotations><Annotations Target="Odyssey.AccChargeCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeCodeInfo" String="IAccChargeCodeInfo" /></Annotations><Annotations Target="Odyssey.AccChequeBookInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChequeBookInfo" String="IAccChequeBookInfo" /></Annotations><Annotations Target="Odyssey.AccInvMsgInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccInvMsgInfo" String="IAccInvMsgInfo" /></Annotations><Annotations Target="Odyssey.AccTaxRateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTaxRateInfo" String="IAccTaxRateInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeaderInfo" String="IAccTransactionHeaderInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionLineInfo" String="IAccTransactionLineInfo" /></Annotations><Annotations Target="Odyssey.ApportionmentCharge"><Annotation Term="Glow.FriendlyName" Qualifier="ApportionmentCharge" String="IApportionmentCharge" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.B7Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="B7Acknowledgement" String="IAcknowledgement[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.GenAddOnColumn"><Annotation Term="Glow.FriendlyName" Qualifier="GenAddOnColumn" String="IGenAddOnColumn" /></Annotations><Annotations Target="Odyssey.B7GenAddOnColumn"><Annotation Term="Glow.FriendlyName" Qualifier="B7GenAddOnColumn" String="IGenAddOnColumn[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.CAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CAAcknowledgement" String="IAcknowledgement[[ICusSCAHouse]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.CALog"><Annotation Term="Glow.FriendlyName" Qualifier="CALog" String="ILog[[ICusSCAHouse]]" /></Annotations><Annotations Target="Odyssey.CBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CBAcknowledgement" String="IAcknowledgement[[ICusSCAOceanBill]]" /></Annotations><Annotations Target="Odyssey.CEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CEAcknowledgement" String="IAcknowledgement[[ICusEntryNum]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.CEAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="CEAddOnValue" String="IAddOnValue[[ICusEntryNum]]" /></Annotations><Annotations Target="Odyssey.CEIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CEIAcknowledgement" String="IAcknowledgement[[ICusEntryInstruction]]" /></Annotations><Annotations Target="Odyssey.CHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CHAcknowledgement" String="IAcknowledgement[[ICusEntryHeader]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.CHReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="CHReferenceNumber" String="IReferenceNumber[[ICusEntryHeader]]" /></Annotations><Annotations Target="Odyssey.CLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CLAcknowledgement" String="IAcknowledgement[[ICusEntryLine]]" /></Annotations><Annotations Target="Odyssey.CMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CMAcknowledgement" String="IAcknowledgement[[ICusMAWB]]" /></Annotations><Annotations Target="Odyssey.Underbond"><Annotation Term="Glow.FriendlyName" Qualifier="Underbond" String="IUnderbond" /></Annotations><Annotations Target="Odyssey.CMUnderbond"><Annotation Term="Glow.FriendlyName" Qualifier="CMUnderbond" String="IUnderbond[[ICusMAWB]]" /></Annotations><Annotations Target="Odyssey.CNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CNAcknowledgement" String="IAcknowledgement[[ICusSCAContainer]]" /></Annotations><Annotations Target="Odyssey.COAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="COAcknowledgement" String="IAcknowledgement[[ICusContainer]]" /></Annotations><Annotations Target="Odyssey.CSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CSAcknowledgement" String="IAcknowledgement[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.CSLog"><Annotation Term="Glow.FriendlyName" Qualifier="CSLog" String="ILog[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.CSUnderbond"><Annotation Term="Glow.FriendlyName" Qualifier="CSUnderbond" String="IUnderbond[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.CSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="CSWorkflowEvent" String="IWorkflowEvent[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.CUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CUAcknowledgement" String="IAcknowledgement[[ICusDecHouseBill]]" /></Annotations><Annotations Target="Odyssey.CUReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="CUReferenceNumber" String="IReferenceNumber[[ICusDecHouseBill]]" /></Annotations><Annotations Target="Odyssey.CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CusAddInfo" String="ICusAddInfo" /></Annotations><Annotations Target="Odyssey.CUCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CUCusAddInfo" String="ICusAddInfo[[ICusDecHouseBill]]" /></Annotations><Annotations Target="Odyssey.B0CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="B0CusAddInfo" String="ICusAddInfo[[ICusInBondBill]]" /></Annotations><Annotations Target="Odyssey.BHCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="BHCusAddInfo" String="ICusAddInfo[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.JICusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JICusAddInfo" String="ICusAddInfo[[IJobComInvoiceLine]]" /></Annotations><Annotations Target="Odyssey.JECusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JECusAddInfo" String="ICusAddInfo[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.B7CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="B7CusAddInfo" String="ICusAddInfo[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.CYCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CYCusAddInfo" String="ICusAddInfo[[ICusCodeData]]" /></Annotations><Annotations Target="Odyssey.CusContainer"><Annotation Term="Glow.FriendlyName" Qualifier="CusContainer" String="ICusContainer" /></Annotations><Annotations Target="Odyssey.CusDecHouseBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusDecHouseBill" String="ICusDecHouseBill" /></Annotations><Annotations Target="Odyssey.CusEntryHeaderEDIMessage"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryHeaderEDIMessage" String="ICusEntryHeaderEDIMessage" /></Annotations><Annotations Target="Odyssey.CusEntryHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryHeader" String="ICusEntryHeader" /></Annotations><Annotations Target="Odyssey.CusEntryInstruction"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryInstruction" String="ICusEntryInstruction" /></Annotations><Annotations Target="Odyssey.CusEntryLine"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryLine" String="ICusEntryLine" /></Annotations><Annotations Target="Odyssey.CusEntryNum"><Annotation Term="Glow.FriendlyName" Qualifier="CusEntryNum" String="ICusEntryNum" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.CusHAWB"><Annotation Term="Glow.FriendlyName" Qualifier="CusHAWB" String="ICusHAWB" /></Annotations><Annotations Target="Odyssey.CusMAWB"><Annotation Term="Glow.FriendlyName" Qualifier="CusMAWB" String="ICusMAWB" /></Annotations><Annotations Target="Odyssey.CusSCAContainer"><Annotation Term="Glow.FriendlyName" Qualifier="CusSCAContainer" String="ICusSCAContainer" /></Annotations><Annotations Target="Odyssey.CusSCAHouse"><Annotation Term="Glow.FriendlyName" Qualifier="CusSCAHouse" String="ICusSCAHouse" /></Annotations><Annotations Target="Odyssey.CusSCAOceanBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusSCAOceanBill" String="ICusSCAOceanBill" /></Annotations><Annotations Target="Odyssey.CusSCAPivot"><Annotation Term="Glow.FriendlyName" Qualifier="CusSCAPivot" String="ICusSCAPivot" /></Annotations><Annotations Target="Odyssey.CVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CVAcknowledgement" String="IAcknowledgement[[ICusSCAPivot]]" /></Annotations><Annotations Target="Odyssey.CVLog"><Annotation Term="Glow.FriendlyName" Qualifier="CVLog" String="ILog[[ICusSCAPivot]]" /></Annotations><Annotations Target="Odyssey.DocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="DocsAndCartageDetail" String="IDocsAndCartageDetail" /></Annotations><Annotations Target="Odyssey.HVHDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="HVHDocsAndCartageDetail" String="IDocsAndCartageDetail[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.JEDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="JEDocsAndCartageDetail" String="IDocsAndCartageDetail[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSDocsAndCartageDetail"><Annotation Term="Glow.FriendlyName" Qualifier="JSDocsAndCartageDetail" String="IDocsAndCartageDetail[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.E6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="E6Acknowledgement" String="IAcknowledgement[[IJobConsolCost]]" /></Annotations><Annotations Target="Odyssey.FHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="FHAcknowledgement" String="IAcknowledgement[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.FHTag"><Annotation Term="Glow.FriendlyName" Qualifier="FHTag" String="ITag[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.FHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="FHWorkflowTask" String="IWorkflowTask[[IProcessHeader]]" /></Annotations><Annotations Target="Odyssey.GlbBranchInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchInfo" String="IGlbBranchInfo" /></Annotations><Annotations Target="Odyssey.GlbCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCapabilityInfo" String="IGlbCapabilityInfo" /></Annotations><Annotations Target="Odyssey.GlbCompanyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompanyInfo" String="IGlbCompanyInfo" /></Annotations><Annotations Target="Odyssey.GlbDepartmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbDepartmentInfo" String="IGlbDepartmentInfo" /></Annotations><Annotations Target="Odyssey.GlbGroupInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbGroupInfo" String="IGlbGroupInfo" /></Annotations><Annotations Target="Odyssey.GlbPersonInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonInfo" String="IGlbPersonInfo" /></Annotations><Annotations Target="Odyssey.GlbStaffInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffInfo" String="IGlbStaffInfo" /></Annotations><Annotations Target="Odyssey.J2Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="J2Acknowledgement" String="IAcknowledgement[[IJobComInvoiceHeaderRef]]" /></Annotations><Annotations Target="Odyssey.J7Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="J7Acknowledgement" String="IAcknowledgement[[IJobComInvHeaderCharge]]" /></Annotations><Annotations Target="Odyssey.JEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JEAcknowledgement" String="IAcknowledgement[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JEAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="JEAddOnValue" String="IAddOnValue[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.JEAddress"><Annotation Term="Glow.FriendlyName" Qualifier="JEAddress" String="IAddress[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.CusDisposition"><Annotation Term="Glow.FriendlyName" Qualifier="CusDisposition" String="ICusDisposition" /></Annotations><Annotations Target="Odyssey.JECusDisposition"><Annotation Term="Glow.FriendlyName" Qualifier="JECusDisposition" String="ICusDisposition[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JEGenAddOnColumn"><Annotation Term="Glow.FriendlyName" Qualifier="JEGenAddOnColumn" String="IGenAddOnColumn[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JELog"><Annotation Term="Glow.FriendlyName" Qualifier="JELog" String="ILog[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.JENote"><Annotation Term="Glow.FriendlyName" Qualifier="JENote" String="INote[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JEReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="JEReferenceNumber" String="IReferenceNumber[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.JEWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowAuditLog" String="IWorkflowAuditLog[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowEvent" String="IWorkflowEvent[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowTask" String="IWorkflowTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JFAcknowledgement" String="IAcknowledgement[[IJobExRate]]" /></Annotations><Annotations Target="Odyssey.JGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JGAcknowledgement" String="IAcknowledgement[[IJobComInvLineRef]]" /></Annotations><Annotations Target="Odyssey.JHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JHAcknowledgement" String="IAcknowledgement[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHLog" String="ILog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHNote"><Annotation Term="Glow.FriendlyName" Qualifier="JHNote" String="INote[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowAuditLog" String="IWorkflowAuditLog[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowEvent" String="IWorkflowEvent[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.JIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JIAcknowledgement" String="IAcknowledgement[[IJobComInvoiceLine]]" /></Annotations><Annotations Target="Odyssey.JobCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobCharge" String="IJobCharge" /></Annotations><Annotations Target="Odyssey.JobComInvHeaderCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobComInvHeaderCharge" String="IJobComInvHeaderCharge" /></Annotations><Annotations Target="Odyssey.JobComInvLineRef"><Annotation Term="Glow.FriendlyName" Qualifier="JobComInvLineRef" String="IJobComInvLineRef" /></Annotations><Annotations Target="Odyssey.JobComInvoiceHeaderRef"><Annotation Term="Glow.FriendlyName" Qualifier="JobComInvoiceHeaderRef" String="IJobComInvoiceHeaderRef" /></Annotations><Annotations Target="Odyssey.JobComInvoiceHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JobComInvoiceHeader" String="IJobComInvoiceHeader" /></Annotations><Annotations Target="Odyssey.JobComInvoiceLine"><Annotation Term="Glow.FriendlyName" Qualifier="JobComInvoiceLine" String="IJobComInvoiceLine" /></Annotations><Annotations Target="Odyssey.JobConsolCost"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolCost" String="IJobConsolCost" /></Annotations><Annotations Target="Odyssey.KGJobConsolCost"><Annotation Term="Glow.FriendlyName" Qualifier="KGJobConsolCost" String="IJobConsolCost[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.JobConsolInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobConsolInfo" String="IJobConsolInfo" /></Annotations><Annotations Target="Odyssey.JobContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobContainerInfo" String="IJobContainerInfo" /></Annotations><Annotations Target="Odyssey.JobDeclarationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclarationInfo" String="IJobDeclarationInfo" /></Annotations><Annotations Target="Odyssey.JobDeclaration"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclaration" String="IJobDeclaration" /></Annotations><Annotations Target="Odyssey.JobDeclarationUSCustomsData"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclarationUSCustomsData" String="IJobDeclarationUSCustomsData" /></Annotations><Annotations Target="Odyssey.JobDeclarationUSData"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclarationUSData" String="IJobDeclarationUSData" /></Annotations><Annotations Target="Odyssey.JobDeclarationUSStatement"><Annotation Term="Glow.FriendlyName" Qualifier="JobDeclarationUSStatement" String="IJobDeclarationUSStatement" /></Annotations><Annotations Target="Odyssey.JobExRate"><Annotation Term="Glow.FriendlyName" Qualifier="JobExRate" String="IJobExRate" /></Annotations><Annotations Target="Odyssey.JobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JobHeader" String="IJobHeader" /></Annotations><Annotations Target="Odyssey.CSHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CSHJobHeader" String="IJobHeader[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.BHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BHJobHeader" String="IJobHeader[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="BFJobHeader" String="IJobHeader[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.CMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CMJobHeader" String="IJobHeader[[ICusMAWB]]" /></Annotations><Annotations Target="Odyssey.YASJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YASJobHeader" String="IJobHeader[[ICYDAdHocService]]" /></Annotations><Annotations Target="Odyssey.YAOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YAOJobHeader" String="IJobHeader[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YDHJobHeader" String="IJobHeader[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YPHJobHeader" String="IJobHeader[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YRAJobHeader" String="IJobHeader[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YREJobHeader" String="IJobHeader[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YTUJobHeader" String="IJobHeader[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.KMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KMJobHeader" String="IJobHeader[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KBJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KBJobHeader" String="IJobHeader[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="LTCJobHeader" String="IJobHeader[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KGJobHeader" String="IJobHeader[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.GVEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVEJobHeader" String="IJobHeader[[IGteVehicleEntry]]" /></Annotations><Annotations Target="Odyssey.GVMJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GVMJobHeader" String="IJobHeader[[IGteVehicleMovement]]" /></Annotations><Annotations Target="Odyssey.JJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JJJobHeader" String="IJobHeader[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.EYJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="EYJobHeader" String="IJobHeader[[IJobCartageRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JKJobHeader" String="IJobHeader[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JEJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JEJobHeader" String="IJobHeader[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSJobHeader" String="IJobHeader[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.NAJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="NAJobHeader" String="IJobHeader[[IJobVoyAccount]]" /></Annotations><Annotations Target="Odyssey.THJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="THJobHeader" String="IJobHeader[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.WSJJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WSJJobHeader" String="IJobHeader[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDJobHeader" String="IJobHeader[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDCJobHeader" String="IJobHeader[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDLJobHeader" String="IJobHeader[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDHJobHeader" String="IJobHeader[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRCJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRCJobHeader" String="IJobHeader[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRHJobHeader" String="IJobHeader[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WVOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WVOJobHeader" String="IJobHeader[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WKIJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKIJobHeader" String="IJobHeader[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKPJobHeader" String="IJobHeader[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.WKRJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKRJobHeader" String="IJobHeader[[IWorkRequest]]" /></Annotations><Annotations Target="Odyssey.MWOJobHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MWOJobHeader" String="IJobHeader[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JobOrderItem"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderItem" String="IJobOrderItem" /></Annotations><Annotations Target="Odyssey.JobOrderLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobOrderLineInfo" String="IJobOrderLineInfo" /></Annotations><Annotations Target="Odyssey.JobShipmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobShipmentInfo" String="IJobShipmentInfo" /></Annotations><Annotations Target="Odyssey.JobUSComInvoiceLine"><Annotation Term="Glow.FriendlyName" Qualifier="JobUSComInvoiceLine" String="IJobUSComInvoiceLine" /></Annotations><Annotations Target="Odyssey.JPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JPAcknowledgement" String="IAcknowledgement[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.JobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JobRequiredDocument" String="IJobRequiredDocument" /></Annotations><Annotations Target="Odyssey.JPJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JPJobRequiredDocument" String="IJobRequiredDocument[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.JTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JTAcknowledgement" String="IAcknowledgement[[IJobOrderItem]]" /></Annotations><Annotations Target="Odyssey.JZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JZAcknowledgement" String="IAcknowledgement[[IJobComInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.CustomsCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CustomsCharge" String="ICustomsCharge" /></Annotations><Annotations Target="Odyssey.JZCustomsCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JZCustomsCharge" String="ICustomsCharge[[IJobComInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.OrgSupplierPartInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartInfo" String="IOrgSupplierPartInfo" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessHeader" String="IProcessHeader" /></Annotations><Annotations Target="Odyssey.ASTProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessHeader" String="IProcessHeader[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessHeader" String="IProcessHeader[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessHeader" String="IProcessHeader[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessHeader" String="IProcessHeader[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessHeader" String="IProcessHeader[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.YAOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessHeader" String="IProcessHeader[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessHeader" String="IProcessHeader[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessHeader" String="IProcessHeader[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessHeader" String="IProcessHeader[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessHeader" String="IProcessHeader[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessHeader" String="IProcessHeader[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessHeader" String="IProcessHeader[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessHeader" String="IProcessHeader[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessHeader" String="IProcessHeader[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessHeader" String="IProcessHeader[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessHeader" String="IProcessHeader[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessHeader" String="IProcessHeader[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="GSProcessHeader" String="IProcessHeader[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.JJProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessHeader" String="IProcessHeader[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessHeader" String="IProcessHeader[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessHeader" String="IProcessHeader[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessHeader" String="IProcessHeader[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessHeader" String="IProcessHeader[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JXProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessHeader" String="IProcessHeader[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessHeader" String="IProcessHeader[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.JSBProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessHeader" String="IProcessHeader[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessHeader" String="IProcessHeader[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessHeader" String="IProcessHeader[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessHeader" String="IProcessHeader[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.O1ProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="O1ProcessHeader" String="IProcessHeader[[IOrgColdCallRegister]]" /></Annotations><Annotations Target="Odyssey.OHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="OHProcessHeader" String="IProcessHeader[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.RCTProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessHeader" String="IProcessHeader[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessHeader" String="IProcessHeader[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessHeader" String="IProcessHeader[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WCWProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessHeader" String="IProcessHeader[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessHeader" String="IProcessHeader[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessHeader" String="IProcessHeader[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessHeader" String="IProcessHeader[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessHeader" String="IProcessHeader[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessHeader" String="IProcessHeader[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessHeader" String="IProcessHeader[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessHeader" String="IProcessHeader[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessHeader" String="IProcessHeader[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessHeader" String="IProcessHeader[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessHeader" String="IProcessHeader[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessHeader" String="IProcessHeader[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessHeader" String="IProcessHeader[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WVOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WVOProcessHeader" String="IProcessHeader[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WKIProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessHeader" String="IProcessHeader[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessHeader" String="IProcessHeader[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.MWOProcessHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessHeader" String="IProcessHeader[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.ProcessTaskNotification"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTaskNotification" String="IProcessTaskNotification" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefPackTypeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefPackTypeInfo" String="IRefPackTypeInfo" /></Annotations><Annotations Target="Odyssey.RefServiceLevelInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefServiceLevelInfo" String="IRefServiceLevelInfo" /></Annotations><Annotations Target="Odyssey.RefShippingLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefShippingLineInfo" String="IRefShippingLineInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmMenuItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmMenuItemInfo" String="IStmMenuItemInfo" /></Annotations><Annotations Target="Odyssey.StmPrintQueueInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmPrintQueueInfo" String="IStmPrintQueueInfo" /></Annotations><Annotations Target="Odyssey.USIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="USIAcknowledgement" String="IAcknowledgement[[IJobUSComInvoiceLine]]" /></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.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowException" String="IWorkflowException" /></Annotations><Annotations Target="Odyssey.AIHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowException" String="IWorkflowException[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ASTWorkflowException" String="IWorkflowException[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ACHWorkflowException" String="IWorkflowException[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSCWorkflowException" String="IWorkflowException[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSHWorkflowException" String="IWorkflowException[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CVOWorkflowException" String="IWorkflowException[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CPOWorkflowException" String="IWorkflowException[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowException" String="IWorkflowException[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.BHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BHWorkflowException" String="IWorkflowException[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BFWorkflowException" String="IWorkflowException[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowException" String="IWorkflowException[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowException" String="IWorkflowException[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowException" String="IWorkflowException[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowException" String="IWorkflowException[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowException" String="IWorkflowException[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowException" String="IWorkflowException[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowException" String="IWorkflowException[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowException" String="IWorkflowException[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowException" String="IWorkflowException[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Z0WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="Z0WorkflowException" String="IWorkflowException[[IDummyBizo]]" /></Annotations><Annotations Target="Odyssey.EMHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EMHWorkflowException" String="IWorkflowException[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowException" String="IWorkflowException[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowException" String="IWorkflowException[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowException" String="IWorkflowException[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowException" String="IWorkflowException[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowException" String="IWorkflowException[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowException" String="IWorkflowException[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowException" String="IWorkflowException[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EFWorkflowException" String="IWorkflowException[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowException" String="IWorkflowException[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowException" String="IWorkflowException[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowException" String="IWorkflowException[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowException" String="IWorkflowException[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowException" String="IWorkflowException[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowException" String="IWorkflowException[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RQWorkflowException" String="IWorkflowException[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowException" String="IWorkflowException[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowException" String="IWorkflowException[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowException" String="IWorkflowException[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowException" String="IWorkflowException[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowException" String="IWorkflowException[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowException" String="IWorkflowException[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowException" String="IWorkflowException[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowException" String="IWorkflowException[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowException" String="IWorkflowException[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowException" String="IWorkflowException[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="DRQWorkflowException" String="IWorkflowException[[IUNDGRequest]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccChargeCodeInfos" EntityType="Odyssey.AccChargeCodeInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /></EntitySet><EntitySet Name="AccChequeBookInfos" EntityType="Odyssey.AccChequeBookInfo" /><EntitySet Name="AccInvMsgInfos" EntityType="Odyssey.AccInvMsgInfo" /><EntitySet Name="AccTaxRateInfos" EntityType="Odyssey.AccTaxRateInfo" /><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccTransactionLineInfos" EntityType="Odyssey.AccTransactionLineInfo"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaderInfos" /></EntitySet><EntitySet Name="ApportionmentCharges" EntityType="Odyssey.ApportionmentCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="GlbBranchInfo" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompanyInfo" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartmentInfo" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobConsolCost" Target="JobConsolCosts" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /></EntitySet><EntitySet Name="B7Acknowledgements" EntityType="Odyssey.B7Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusAddInfos" /></EntitySet><EntitySet Name="B7GenAddOnColumns" EntityType="Odyssey.B7GenAddOnColumn"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusAddInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CAAcknowledgements" EntityType="Odyssey.CAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAHouses" /></EntitySet><EntitySet Name="CALogs" EntityType="Odyssey.CALog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAHouses" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CBAcknowledgements" EntityType="Odyssey.CBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAOceanBills" /></EntitySet><EntitySet Name="CEAcknowledgements" EntityType="Odyssey.CEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryNums" /></EntitySet><EntitySet Name="CEAddOnValues" EntityType="Odyssey.CEAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryNums" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CEIAcknowledgements" EntityType="Odyssey.CEIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryInstructions" /></EntitySet><EntitySet Name="CHAcknowledgements" EntityType="Odyssey.CHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryHeaders" /></EntitySet><EntitySet Name="CHReferenceNumbers" EntityType="Odyssey.CHReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CLAcknowledgements" EntityType="Odyssey.CLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusEntryLines" /></EntitySet><EntitySet Name="CMAcknowledgements" EntityType="Odyssey.CMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusMAWBs" /></EntitySet><EntitySet Name="CMUnderbonds" EntityType="Odyssey.CMUnderbond"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DischargeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OriginAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Parent" Target="CusMAWBs" /><NavigationPropertyBinding Path="TranshipDestPort" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>C4_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CNAcknowledgements" EntityType="Odyssey.CNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAContainers" /></EntitySet><EntitySet Name="COAcknowledgements" EntityType="Odyssey.COAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusContainers" /></EntitySet><EntitySet Name="CSAcknowledgements" EntityType="Odyssey.CSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusHAWBs" /></EntitySet><EntitySet Name="CSLogs" EntityType="Odyssey.CSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CusHAWBs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CSUnderbonds" EntityType="Odyssey.CSUnderbond"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DischargeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OriginAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Parent" Target="CusHAWBs" /><NavigationPropertyBinding Path="TranshipDestPort" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>C4_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CSWorkflowEvents" EntityType="Odyssey.CSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CusHAWBs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CUAcknowledgements" EntityType="Odyssey.CUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusDecHouseBills" /></EntitySet><EntitySet Name="CUReferenceNumbers" EntityType="Odyssey.CUReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusDecHouseBills" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusAddInfos" EntityType="Odyssey.CusAddInfo"><NavigationPropertyBinding Path="Acknowledgements" Target="B7Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="GenAddOnColumns" Target="B7GenAddOnColumns" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.B7CusAddInfo/Parent" Target="CusAddInfos" /><NavigationPropertyBinding Path="Odyssey.CUCusAddInfo/Parent" Target="CusDecHouseBills" /><NavigationPropertyBinding Path="Odyssey.JECusAddInfo/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="Odyssey.JICusAddInfo/Parent" Target="JobComInvoiceLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>B7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusContainers" EntityType="Odyssey.CusContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="COAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobContainer" Target="JobContainerInfos" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OwnerCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusDecHouseBills" EntityType="Odyssey.CusDecHouseBill"><NavigationPropertyBinding Path="Acknowledgements" Target="CUAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarations" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ParentBill" Target="CusDecHouseBills" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="CUReferenceNumbers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusEntryHeaderEDIMessages" EntityType="Odyssey.CusEntryHeaderEDIMessage"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusEntryHeader" Target="CusEntryHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CusEntryHeaders" EntityType="Odyssey.CusEntryHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="CHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusEntryHeaderEDIMessages" Target="CusEntryHeaderEDIMessages" /><NavigationPropertyBinding Path="CusEntryLines" Target="CusEntryLines" /><NavigationPropertyBinding Path="Instruction" Target="CusEntryInstructions" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PrimeEntry" Target="CusEntryHeaders" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="CHReferenceNumbers" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusEntryInstructions" EntityType="Odyssey.CusEntryInstruction"><NavigationPropertyBinding Path="Acknowledgements" Target="CEIAcknowledgements" /><NavigationPropertyBinding Path="BondHolder" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CEI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusEntryLines" EntityType="Odyssey.CusEntryLine"><NavigationPropertyBinding Path="Acknowledgements" Target="CLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusEntryHeader" Target="CusEntryHeaders" /><NavigationPropertyBinding Path="InvoiceAmountCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusEntryNums" EntityType="Odyssey.CusEntryNum"><NavigationPropertyBinding Path="Acknowledgements" Target="CEAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="CEAddOnValues" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusHAWBs" EntityType="Odyssey.CusHAWB"><NavigationPropertyBinding Path="Acknowledgements" Target="CSAcknowledgements" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsigneeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Consignor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsignorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsignorCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusMAWB" Target="CusMAWBs" /><NavigationPropertyBinding Path="CustomsFormalEntry" Target="JobDeclarations" /><NavigationPropertyBinding Path="Destination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GoodsCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GoodsLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="GoodsOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="CSLogs" /><NavigationPropertyBinding Path="MasterHouseBill" Target="CusHAWBs" /><NavigationPropertyBinding Path="Notify" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="NotifyCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="Underbonds" Target="CSUnderbonds" /><NavigationPropertyBinding Path="WorkflowEvents" Target="CSWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusMAWBs" EntityType="Odyssey.CusMAWB"><NavigationPropertyBinding Path="Acknowledgements" Target="CMAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusHAWBs" Target="CusHAWBs" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="FirstArrivalPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GoodsLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobConsol" Target="JobConsolInfos" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ResponsibleParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RoutePort1" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="RoutePort2" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="RoutePort3" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Underbonds" Target="CMUnderbonds" /><NavigationPropertyBinding Path="UnpackDepotAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WebUser" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusSCAContainers" EntityType="Odyssey.CusSCAContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="CNAcknowledgements" /><NavigationPropertyBinding Path="CountryOfRegistration" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusSCAOceanBill" Target="CusSCAOceanBills" /><NavigationPropertyBinding Path="CusSCAPivots" Target="CusSCAPivots" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="UnderbondFrom" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="UnderbondTo" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusSCAHouses" EntityType="Odyssey.CusSCAHouse"><NavigationPropertyBinding Path="Acknowledgements" Target="CAAcknowledgements" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsigneeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Consignor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsignorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ConsignorCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusSCAOceanBill" Target="CusSCAOceanBills" /><NavigationPropertyBinding Path="CusSCAPivots" Target="CusSCAPivots" /><NavigationPropertyBinding Path="DeliveryAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DeliveryCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GoodsCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GoodsLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="GoodsOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="CALogs" /><NavigationPropertyBinding Path="Notify" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="NotifyCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="PortOfDestination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfOrigin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="UnderbondFrom" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="UnderbondTo" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusSCAOceanBills" EntityType="Odyssey.CusSCAOceanBill"><NavigationPropertyBinding Path="Acknowledgements" Target="CBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusSCAContainers" Target="CusSCAContainers" /><NavigationPropertyBinding Path="CusSCAHouses" Target="CusSCAHouses" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GoodsLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PortOfDischarge" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfFirstArrival" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfLoading" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="UnpackDepotAddress" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusSCAPivots" EntityType="Odyssey.CusSCAPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="CVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusSCAContainer" Target="CusSCAContainers" /><NavigationPropertyBinding Path="CusSCAHouse" Target="CusSCAHouses" /><NavigationPropertyBinding Path="CusSCAOceanBill" Target="CusSCAOceanBills" /><NavigationPropertyBinding Path="GoodsCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="CVLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CVAcknowledgements" EntityType="Odyssey.CVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAPivots" /></EntitySet><EntitySet Name="CVLogs" EntityType="Odyssey.CVLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CusSCAPivots" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="DocsAndCartageDetails" EntityType="Odyssey.DocsAndCartageDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="JPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeliveryCartageCoAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobOrderItems" Target="JobOrderItems" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="JPJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.JEDocsAndCartageDetail/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="PickupCartageCoAddr" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="E6Acknowledgements" EntityType="Odyssey.E6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobConsolCosts" /></EntitySet><EntitySet Name="FHAcknowledgements" EntityType="Odyssey.FHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /></EntitySet><EntitySet Name="FHTags" EntityType="Odyssey.FHTag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="FHWorkflowTasks" EntityType="Odyssey.FHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="GlbCapabilityInfos" EntityType="Odyssey.GlbCapabilityInfo" /><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbDepartmentInfos" EntityType="Odyssey.GlbDepartmentInfo" /><EntitySet Name="GlbGroupInfos" EntityType="Odyssey.GlbGroupInfo" /><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="J2Acknowledgements" EntityType="Odyssey.J2Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvoiceHeaderRefs" /></EntitySet><EntitySet Name="J7Acknowledgements" EntityType="Odyssey.J7Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvHeaderCharges" /></EntitySet><EntitySet Name="JEAcknowledgements" EntityType="Odyssey.JEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /></EntitySet><EntitySet Name="JEAddOnValues" EntityType="Odyssey.JEAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JEAddresses" EntityType="Odyssey.JEAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JECusDispositions" EntityType="Odyssey.JECusDisposition"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /></EntitySet><EntitySet Name="JEGenAddOnColumns" EntityType="Odyssey.JEGenAddOnColumn"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JELogs" EntityType="Odyssey.JELog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JENotes" EntityType="Odyssey.JENote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JEReferenceNumbers" EntityType="Odyssey.JEReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JEWorkflowAuditLogs" EntityType="Odyssey.JEWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JEWorkflowEvents" EntityType="Odyssey.JEWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JEWorkflowTasks" EntityType="Odyssey.JEWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="JFAcknowledgements" EntityType="Odyssey.JFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobExRates" /></EntitySet><EntitySet Name="JGAcknowledgements" EntityType="Odyssey.JGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvLineRefs" /></EntitySet><EntitySet Name="JHAcknowledgements" EntityType="Odyssey.JHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /></EntitySet><EntitySet Name="JHLogs" EntityType="Odyssey.JHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHNotes" EntityType="Odyssey.JHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JHWorkflowAuditLogs" EntityType="Odyssey.JHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JHWorkflowEvents" EntityType="Odyssey.JHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JIAcknowledgements" EntityType="Odyssey.JIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvoiceLines" /></EntitySet><EntitySet Name="JobCharges" EntityType="Odyssey.JobCharge"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="AccChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="AccChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="Acknowledgements" Target="JRAcknowledgements" /><NavigationPropertyBinding Path="APLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="ARLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CFXLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CostAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CostGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CostVATClass" Target="AccInvMsgInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GatewaySellHeader" Target="JobConsolCosts" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InternalBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="InternalDept" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InternalJob" Target="JobHeaders" /><NavigationPropertyBinding Path="JobConsolCost" Target="JobConsolCosts" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="RevenueLine" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="SellInvoiceAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellInvoiceContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="SellInvoiceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="SellVATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobComInvHeaderCharges" EntityType="Odyssey.JobComInvHeaderCharge"><NavigationPropertyBinding Path="Acknowledgements" Target="J7Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobComInvLineRefs" EntityType="Odyssey.JobComInvLineRef"><NavigationPropertyBinding Path="Acknowledgements" Target="JGAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobComInvoiceLine" Target="JobComInvoiceLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobComInvoiceHeaderRefs" EntityType="Odyssey.JobComInvoiceHeaderRef"><NavigationPropertyBinding Path="Acknowledgements" Target="J2Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobComInvoiceHeader" Target="JobComInvoiceHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobComInvoiceHeaders" EntityType="Odyssey.JobComInvoiceHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="JZAcknowledgements" /><NavigationPropertyBinding Path="Buyer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BuyerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="BuyerAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CountryOfExport" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CustomsCharges" Target="JZCustomsCharges" /><NavigationPropertyBinding Path="DefaultOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="DistributorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ExporterAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="GCIHeader" Target="JobComInvoiceHeaders" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GroupInvoiceFK" Target="JobComInvoiceHeaders" /><NavigationPropertyBinding Path="IntermediateConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Invoice_Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="InvoicerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobComInvoiceHeaderRefs" Target="JobComInvoiceHeaderRefs" /><NavigationPropertyBinding Path="JobComInvoiceLines" Target="JobComInvoiceLines" /><NavigationPropertyBinding Path="JobDeclaration" Target="JobDeclarations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Manufacturer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ManufacturerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="PackagerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="RelatedHouseBill" Target="CusDecHouseBills" /><NavigationPropertyBinding Path="SellerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Shipment" Target="JobShipmentInfos" /><NavigationPropertyBinding Path="ShipperAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ShipToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SoldToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SupplierAddress" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobComInvoiceLines" EntityType="Odyssey.JobComInvoiceLine"><NavigationPropertyBinding Path="Acknowledgements" Target="JIAcknowledgements" /><NavigationPropertyBinding Path="ClassUsageCommentReviewer" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CountryOfExport" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="CusContainer" Target="CusContainers" /><NavigationPropertyBinding Path="CusEntryInstruction" Target="CusEntryInstructions" /><NavigationPropertyBinding Path="CusEntryLine" Target="CusEntryLines" /><NavigationPropertyBinding Path="ExporterAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="GCILine" Target="JobComInvoiceLines" /><NavigationPropertyBinding Path="GrowerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="JobComInvLineRefs" Target="JobComInvLineRefs" /><NavigationPropertyBinding Path="JobComInvoiceHeader" Target="JobComInvoiceHeaders" /><NavigationPropertyBinding Path="JobOrderLine" Target="JobOrderLineInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ManufacturerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="ProducerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Seller" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ShipToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SoldToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="TreatmentProvider" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolCosts" EntityType="Odyssey.JobConsolCost"><NavigationPropertyBinding Path="Acknowledgements" Target="E6Acknowledgements" /><NavigationPropertyBinding Path="APInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="ApportionmentCharges" Target="ApportionmentCharges" /><NavigationPropertyBinding Path="ARInvoice" Target="AccTransactionHeaderInfos" /><NavigationPropertyBinding Path="BankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="ChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="ChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="ConsolCostOwner" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Creditor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="VATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobConsolInfos" EntityType="Odyssey.JobConsolInfo" /><EntitySet Name="JobContainerInfos" EntityType="Odyssey.JobContainerInfo"><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /></EntitySet><EntitySet Name="JobDeclarationInfos" EntityType="Odyssey.JobDeclarationInfo" /><EntitySet Name="JobDeclarations" EntityType="Odyssey.JobDeclaration"><NavigationPropertyBinding Path="Acknowledgements" Target="JEAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="JEAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="JEAddresses" /><NavigationPropertyBinding Path="AuditUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Buyer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BuyingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="BuyingAgentAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsigneeAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ControllingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ControllingCustomer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="CusAgent" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusContainers" Target="CusContainers" /><NavigationPropertyBinding Path="CusDecHouseBills" Target="CusDecHouseBills" /><NavigationPropertyBinding Path="CusDispositions" Target="JECusDispositions" /><NavigationPropertyBinding Path="CusEntryHeaders" Target="CusEntryHeaders" /><NavigationPropertyBinding Path="CusEntryInstructions" Target="CusEntryInstructions" /><NavigationPropertyBinding Path="CustomsCommencedUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DeclarantAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DistributorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DocsAndCartageDetails" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="DutyPayer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Exporter" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ExternalBroker" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="FinalDestination" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Forwarder" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="GenAddOnColumns" Target="JEGenAddOnColumns" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Importer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ImporterAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="InsuranceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="JobComInvoiceHeaders" Target="JobComInvoiceHeaders" /><NavigationPropertyBinding Path="JobHeaders" Target="JobHeaders" /><NavigationPropertyBinding Path="JobShipment" Target="JobShipmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="JELogs" /><NavigationPropertyBinding Path="Manufacturer" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ManufacturerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Notes" Target="JENotes" /><NavigationPropertyBinding Path="NotifyParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Origin" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PackagerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="PortOfArrival" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfFirstArrival" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PortOfLoading" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="JEReferenceNumbers" /><NavigationPropertyBinding Path="Representative" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellerAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ShipperAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ShipToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SoldToPartyAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SupplierAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Trailer1Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Trailer2Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportNationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportNationalityInland" Target="RefCountryInfos" /><NavigationPropertyBinding Path="USCustoms" Target="JobDeclarationUSCustomsData" /><NavigationPropertyBinding Path="USData" Target="JobDeclarationUSData" /><NavigationPropertyBinding Path="USStatements" Target="JobDeclarationUSStatements" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JEWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JEWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="JEWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobDeclarationUSCustomsData" EntityType="Odyssey.JobDeclarationUSCustomsData"><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /></EntitySet><EntitySet Name="JobDeclarationUSData" EntityType="Odyssey.JobDeclarationUSData"><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /></EntitySet><EntitySet Name="JobDeclarationUSStatements" EntityType="Odyssey.JobDeclarationUSStatement"><NavigationPropertyBinding Path="Parent" Target="JobDeclarations" /></EntitySet><EntitySet Name="JobExRates" EntityType="Odyssey.JobExRate"><NavigationPropertyBinding Path="Acknowledgements" Target="JFAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobHeader" Target="JobHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Org" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobHeaders" EntityType="Odyssey.JobHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="JHAcknowledgements" /><NavigationPropertyBinding Path="AgentCollectAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobCharges" Target="JobCharges" /><NavigationPropertyBinding Path="JobExRates" Target="JobExRates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocalBillingContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LocalChargesAddr" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="JHLogs" /><NavigationPropertyBinding Path="Notes" Target="JHNotes" /><NavigationPropertyBinding Path="Odyssey.CMJobHeader/Parent" Target="CusMAWBs" /><NavigationPropertyBinding Path="Odyssey.JEJobHeader/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="ParentJob" Target="JobHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="RepOps" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RepSales" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="JHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="JHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobOrderItems" EntityType="Odyssey.JobOrderItem"><NavigationPropertyBinding Path="Acknowledgements" Target="JTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobDocsAndCartage" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobOrderLineInfos" EntityType="Odyssey.JobOrderLineInfo" /><EntitySet Name="JobShipmentInfos" EntityType="Odyssey.JobShipmentInfo" /><EntitySet Name="JobUSComInvoiceLines" EntityType="Odyssey.JobUSComInvoiceLine"><NavigationPropertyBinding Path="Acknowledgements" Target="USIAcknowledgements" /><NavigationPropertyBinding Path="JobComInvoiceLine" Target="JobComInvoiceLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>USI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JPAcknowledgements" EntityType="Odyssey.JPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DocsAndCartageDetails" /></EntitySet><EntitySet Name="JPJobRequiredDocuments" EntityType="Odyssey.JPJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="DocsAndCartageDetails" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="JRAcknowledgements" EntityType="Odyssey.JRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCharges" /></EntitySet><EntitySet Name="JTAcknowledgements" EntityType="Odyssey.JTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobOrderItems" /></EntitySet><EntitySet Name="JZAcknowledgements" EntityType="Odyssey.JZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvoiceHeaders" /></EntitySet><EntitySet Name="JZCustomsCharges" EntityType="Odyssey.JZCustomsCharge"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobComInvoiceHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>J7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessHeaders" EntityType="Odyssey.ProcessHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="FHAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="EffectiveBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="EffectiveDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.JEProcessHeader/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="ParentHeader" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessHeaders" Target="ProcessHeaders" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="Tags" Target="FHTags" /><NavigationPropertyBinding Path="WorkflowTasks" Target="FHWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>FH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ProcessTaskNotifications" EntityType="Odyssey.ProcessTaskNotification"><NavigationPropertyBinding Path="Acknowledgements" Target="PQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Document" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="Group" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Recipient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="Odyssey.CSProcessTask/Parent" Target="CusHAWBs" /><NavigationPropertyBinding Path="Odyssey.JEProcessTask/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="Odyssey.JHProcessTask/Parent" Target="JobHeaders" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ProcessHeader" Target="ProcessHeaders" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerActions" Target="ProcessTaskNotifications" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefPackTypeInfos" EntityType="Odyssey.RefPackTypeInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="USIAcknowledgements" EntityType="Odyssey.USIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobUSComInvoiceLines" /></EntitySet><EntitySet Name="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsWarehouseInfos" EntityType="Odyssey.WhsWarehouseInfo"><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WorkflowExceptions" EntityType="Odyssey.WorkflowException"><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.JEWorkflowException/Parent" Target="JobDeclarations" /><NavigationPropertyBinding Path="Odyssey.JHWorkflowException/Parent" Target="JobHeaders" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>